Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Udayraj123

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: Udayraj123/OMRChecker
Path: blob/master/samples/sample5/evaluation.json
Views: 205
1
{
2
"source_type": "custom",
3
"options": {
4
"questions_in_order": [
5
"q1..22"
6
],
7
"answers_in_order": [
8
"C",
9
"C",
10
"B",
11
"C",
12
"C",
13
[
14
"1",
15
"01"
16
],
17
"19",
18
"10",
19
"10",
20
"18",
21
"D",
22
"A",
23
"D",
24
"D",
25
"D",
26
"C",
27
"C",
28
"C",
29
"C",
30
"D",
31
"B",
32
"A"
33
],
34
"should_explain_scoring": true
35
},
36
"marking_schemes": {
37
"DEFAULT": {
38
"correct": "1",
39
"incorrect": "0",
40
"unmarked": "0"
41
},
42
"BOOMERANG_1": {
43
"questions": [
44
"q1..5"
45
],
46
"marking": {
47
"correct": 4,
48
"incorrect": -1,
49
"unmarked": 0
50
}
51
},
52
"PROXIMITY_1": {
53
"questions": [
54
"q6..10"
55
],
56
"marking": {
57
"correct": 3,
58
"incorrect": -1,
59
"unmarked": 0
60
}
61
},
62
"FIBONACCI_SECTION_1": {
63
"questions": [
64
"q11..14"
65
],
66
"marking": {
67
"correct": 2,
68
"incorrect": -1,
69
"unmarked": 0
70
}
71
},
72
"POWER_SECTION_1": {
73
"questions": [
74
"q15..18"
75
],
76
"marking": {
77
"correct": 1,
78
"incorrect": 0,
79
"unmarked": 0
80
}
81
},
82
"FIBONACCI_SECTION_2": {
83
"questions": [
84
"q19..22"
85
],
86
"marking": {
87
"correct": 2,
88
"incorrect": -1,
89
"unmarked": 0
90
}
91
}
92
}
93
}
94
95