Skip to content

Commit c28ac4a

Browse files
authored
Merge pull request #4 from virtual-labs/dev
pretest updated
2 parents 18c8417 + b31199d commit c28ac4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

experiment/pretest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
},{
3030
"question": "Which of the following commands will create a list?",
3131
"answers": {
32-
"a": " mylist = list()",
33-
"b": " mylist = []",
32+
"a": "mylist = list()",
33+
"b": "mylist = []",
3434
"c": "mylist = list([1, 2, 3])",
3535
"d": "all of the mentioned"
3636
},
37-
"correctAnswer": "b"
37+
"correctAnswer": "d"
3838
}]

0 commit comments

Comments
 (0)