Skip to content

Commit e6b12b1

Browse files
Merge pull request #5 from virtual-labs/testing
Testing
2 parents f9f18c5 + 6dd00ac commit e6b12b1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

experiment/posttest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
},
99
"correctAnswer": "a"
1010
}, {
11-
"question": "What is the output when following code is executed?<br>str1='virtualpythonla'",
11+
"question": "what will be output of following code ? str1='helloworld'<br> str1[::-1]",
1212
"answers": {
13-
"a": " pylab",
14-
"b": "lautriv",
15-
"c": "lurv",
16-
"d": "pati"
13+
"a": "dlrowolleh",
14+
"b": "hello",
15+
"c": "world",
16+
"d": "helloworld"
1717
},
18-
"correctAnswer": "c"
18+
"correctAnswer": "a"
1919
}, {
2020
"question": "What is the output of following Python program?<br>text='Python is high-level programming language'words=text.split()l=len(words)print('Number of words of the text:%d'% l)",
2121
"answers": {

experiment/pretest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"c": "-",
2525
"d": "All of the mentioned"
2626
},
27-
"correctAnswer": "a"
27+
"correctAnswer": "c"
2828
}, {
2929
"question": "What is the output of 'virtual'+1+2+'python'?",
3030
"answers": {

0 commit comments

Comments
 (0)