Skip to content

Commit 654f71f

Browse files
committed
added quiz questions in the .json format
1 parent d0cb200 commit 654f71f

File tree

4 files changed

+92
-282
lines changed

4 files changed

+92
-282
lines changed

experiment/posttest.js

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

experiment/posttest.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
[{
2+
"question": "What is the H+ ion concentration in pure water?",
3+
"answers": {
4+
"a": "1 x 10<sup>-7</sup>m",
5+
"b": "1 x 10<sup>+7</sup>m",
6+
"c": "1 x 10<sup>-14</sup>m",
7+
"d": "1 x 10<sup>14</sup>m"
8+
},
9+
"correctAnswer": "a"
10+
}, {
11+
"question": "Buffers are mixtures of ",
12+
"answers": {
13+
"a": "Strong acid and strong base",
14+
"b": "Strong acid and weak base",
15+
"c": "Weak acid and their conjugate base",
16+
"d": "Weak base and their conjugate acid"
17+
},
18+
"correctAnswer": "c"
19+
}, {
20+
"question": "As the pKa of an acid increases, the acid will be ",
21+
"answers": {
22+
"a": "More weaker",
23+
"b": "More stronger",
24+
"c": "Converted to neutral solution",
25+
"d": "Converted to basic solution"
26+
},
27+
"correctAnswer": "a"
28+
}, {
29+
"question": "Normal pH of blood is ",
30+
"answers": {
31+
"a": "6.8",
32+
"b": "7.0",
33+
"c": "7.2",
34+
"d": "7.5"
35+
},
36+
"correctAnswer": "b"
37+
}, {
38+
"question": "Which of the following has least pH value? ",
39+
"answers": {
40+
"a": "HI",
41+
"b": "HNO<sub>3</sub>",
42+
"c": "HBr",
43+
"d": "HCl"
44+
},
45+
"correctAnswer": "d"
46+
}]

experiment/pretest.js

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

experiment/pretest.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
[{
2+
"question": "What is the pH of pure water at 25&deg;C? ",
3+
"answers": {
4+
"a": "2",
5+
"b": "4",
6+
"c": "7",
7+
"d": "10"
8+
},
9+
"correctAnswer": "c"
10+
}, {
11+
"question": "What is the pH of acidic solution? ",
12+
"answers": {
13+
"a": "Zero",
14+
"b": "Less than 7",
15+
"c": "More than 7",
16+
"d": "More than 12"
17+
},
18+
"correctAnswer": "b"
19+
}, {
20+
"question": "What happens to the pH of a solution if a little acid is added to it? ",
21+
"answers": {
22+
"a": "pH turns into zero",
23+
"b": "Remains the same",
24+
"c": "Increases",
25+
"d": "Decreases"
26+
},
27+
"correctAnswer": "d"
28+
}, {
29+
"question": "Which of the following is acidic in nature? ",
30+
"answers": {
31+
"a": "Caustic soda",
32+
"b": "Apple juice ",
33+
"c": "Vinegar ",
34+
"d": "Soap solution"
35+
},
36+
"correctAnswer": "c"
37+
}, {
38+
"question": "Which of the following has high pH value? ",
39+
"answers": {
40+
"a": "KOH",
41+
"b": "NaOH",
42+
"c": "LiOH",
43+
"d": "Ca(OH)<sub>2</sub>"
44+
},
45+
"correctAnswer": "a"
46+
}]

0 commit comments

Comments
 (0)