-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemp.json
More file actions
executable file
·95 lines (95 loc) · 2.07 KB
/
temp.json
File metadata and controls
executable file
·95 lines (95 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"id": "TT_AB123",
"name": "Sample Test",
"description": "Sample Test Description",
"sections": [
{
"id": "PT_SE_PHY123",
"name": "Physics",
"exam": "JEE Mains",
"subject": "Physics",
"totalQuestions": 40,
"toBeAttempted": 30,
"subSections": [
{
"id": "PT_SS_MCQ123",
"name": "MCQ",
"description": "Sample MCQ",
"type": "single",
"totalQuestions": 40,
"toBeAttempted": 30,
"questions": [
{
"id": "QT_MCQ123",
"question": "What is the meaning of life?",
"options": [
{
"id": "QO_MCQ123_A",
"value": "42"
},
{
"id": "QO_MCQ123_B",
"value": "The meaning of life"
},
{
"id": "QO_MCQ123_C",
"value": "The meaning of life is 42"
},
{
"id": "QO_MCQ123_D",
"value": "The meaning of life is not 42"
}
],
"correctAnswer": "QO_MCQ123_B",
"marks": 1
}
]
}
]
}
],
"exam": "JEE Mains",
"status": "ongoing",
"validity": {
"from": "2020-01-01",
"to": "2020-12-31"
},
"attemptedBy": {
"studentsCount": 10,
"locations": ["Bangalore", "Mumbai"]
},
"result": {
"maxMarks": 1,
"averageMarks": 0.5,
"averageCompletionTime": 30,
"students": [
{
"name": "John",
"id": "ST_AB123",
"marks": 1
},
{
"name": "Jane",
"id": "ST_AB124",
"marks": 1
},
{
"name": "Jack",
"id": "ST_AB125",
"marks": 1
},
{
"name": "Jill",
"id": "ST_AB126",
"marks": 1
}
]
},
"createdBy": {
"id": "IITP_TR_AB123",
"name": "John",
"userType": "teacher"
},
"createdAt": "2020-01-01",
"modifiedAt": "2020-01-01"
}