Skip to content

Commit 8616bd3

Browse files
committed
updated modular cala - Add new variable values in local storage | Hide formula | Store variable values as their respective name and use them independently
1 parent 8f6027e commit 8616bd3

16 files changed

Lines changed: 153 additions & 145 deletions

File tree

content/assignments/computational-thinking/week-1.md

Whitespace-only changes.

content/assignments/computational-thinking/week-2.md

Whitespace-only changes.

content/assignments/statistics/week-1.md

Lines changed: 0 additions & 75 deletions
This file was deleted.

content/assignments/statistics/week-2.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

content/assignments/statistics/week-3.md

Whitespace-only changes.

content/assignments/statistics/week-4.md

Whitespace-only changes.

content/assignments/statistics/week-5.md

Whitespace-only changes.

content/exercises/graded-assignments/statistics-1/week-4-questions.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,21 @@ Therefore, Population standard deviation of sales of OnePlus = $\sqrt{\sigma_x^2
5151

5252
{{< qna/question >}}
5353
The value of a: {{% qna/variable name="a" value="2" %}} meters.
54+
5455
b = {{< qna/variable name="b" value="3" >}} meters.
55-
{{< qna/formula label="sum" title="Sum of " value="a + b" >}}
56-
The sum is: {{< qna/formula-value label="sum" >}}
57-
{{< qna/formula label="average" title="Average of a and b is " value="sum / 2" >}}
58-
The average is: {{< qna/formula-value label="average" >}}
59-
{{< qna/result >}}
56+
57+
{{< qna/formula label="sum" title="Sum of " value="a + b" hide="false" >}}
58+
59+
**Formula**: Sum of a + b = {{< qna/variable-value name="a" >}} + {{< qna/variable-value name="b" >}}
60+
61+
The sum is: {{< qna/formula-value label="sum" >}}
62+
63+
{{< qna/formula label="average" title="Average of a and b is " value="sum / 2" >}}
64+
65+
The average is: {{< qna/formula-value label="average" >}}
66+
67+
{{< qna/result >}}
68+
6069
{{< /qna/question >}}
6170

6271
#### 2. What is the sample standard deviation of sales of BBK Electronics? (Enter the answer correct to 2 decimal accuracy)

layouts/shortcodes/border-card.html

Lines changed: 0 additions & 31 deletions
This file was deleted.

layouts/shortcodes/home/home.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11

2-
{{ partial "home/home.html" . }}
2+
{{ partial "home/home.html" . }}
3+

0 commit comments

Comments
 (0)