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/sample4/evaluation.json
Views: 205
1
{
2
"source_type": "custom",
3
"options": {
4
"questions_in_order": [
5
"q1..11"
6
],
7
"answers_in_order": [
8
"B",
9
"D",
10
"C",
11
"B",
12
"D",
13
"C",
14
[
15
"B",
16
"C",
17
"BC"
18
],
19
"A",
20
"C",
21
"D",
22
"C"
23
],
24
"should_explain_scoring": true,
25
"enable_evaluation_table_to_csv": true
26
},
27
"marking_schemes": {
28
"DEFAULT": {
29
"correct": "3",
30
"incorrect": "-1",
31
"unmarked": "0"
32
}
33
}
34
}
35
36