-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschema.json
More file actions
37 lines (37 loc) · 1012 Bytes
/
schema.json
File metadata and controls
37 lines (37 loc) · 1012 Bytes
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
[
{
"title": "Title",
"author": "By someone",
"id": "52akbdj35",
"testImage": "firebase/storage/52akbdj35.png",
"url": "firebase/storage/52akbdj35.pdf",
"description": "Description",
"startDate": "19-11-2022 12:39:99 IST",
"dueDate": "19-11-2022 12:39:99 IST",
"duration": "2 hrs 30 mins",
"noOfQues": "17",
"isMCQ": false,
"questions": [
{
"question": "Is this a question?",
"options": [
"Yes",
"No",
"Maybe",
"I don't know"
],
"answer": "Yes"
},
{
"question": "Is this not a question?",
"options": [
"Yes",
"No",
"Maybe",
"I don't know"
],
"answer": "No"
}
]
}
]