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/sample2/template.json
Views: 205
1
{
2
"pageDimensions": [
3
300,
4
400
5
],
6
"bubbleDimensions": [
7
25,
8
25
9
],
10
"preProcessors": [
11
{
12
"name": "CropPage",
13
"options": {
14
"morphKernel": [
15
10,
16
10
17
]
18
}
19
}
20
],
21
"fieldBlocks": {
22
"MCQ_Block_1": {
23
"fieldType": "QTYPE_MCQ5",
24
"origin": [
25
65,
26
60
27
],
28
"fieldLabels": [
29
"q1..5"
30
],
31
"labelsGap": 52,
32
"bubblesGap": 41
33
}
34
}
35
}
36
37