-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinput.json
53 lines (53 loc) · 876 Bytes
/
input.json
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
{
"questionsSize": 10,
"questions": [
{
"id": "Q1",
"difficulty" : "easy",
"marks": 1
},
{
"id": "Q2",
"difficulty" : "easy",
"marks": 2
},{
"id": "Q3",
"difficulty" : "medium",
"marks": 2
},{
"id": "Q4",
"difficulty" : "hard",
"marks": 9
},{
"id": "Q5",
"difficulty" : "easy",
"marks": 3
},{
"id": "Q6",
"difficulty" : "hard",
"marks": 7
},{
"id": "Q7",
"difficulty" : "medium",
"marks": 3
},{
"id": "Q8",
"difficulty" : "easy",
"marks": 3
},{
"id": "Q9",
"difficulty" : "medium",
"marks": 5
},{
"id": "Q10",
"difficulty" : "hard",
"marks": 5
}
],
"requirements" : {
"total": 20,
"easy": 25,
"medium" : 50,
"hard": 25
}
}