Moncey10 commited on
Commit
ef1ea96
·
1 Parent(s): ca59431

Update app

Browse files
Files changed (1) hide show
  1. answer_key.json +57 -6
answer_key.json CHANGED
@@ -1,7 +1,58 @@
1
  {
2
- "homework_id": "hw01",
3
- "questions": [
4
- { "qid": "Q1", "type": "text", "answer": "Artificial Intelligence is the simulation of human intelligence." },
5
- { "qid": "Q2", "type": "text", "answer": "Machine Learning is a subset of AI that learns from data." }
6
- ]
7
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "hw01": {
3
+ "questions": [
4
+ {
5
+ "qid": "Q1",
6
+ "type": "text",
7
+ "answer": "Artificial Intelligence is the simulation of human intelligence."
8
+ },
9
+ {
10
+ "qid": "Q2",
11
+ "type": "text",
12
+ "answer": "Machine Learning is a subset of AI that learns from data."
13
+ }
14
+ ]
15
+ },
16
+ "hw99": {
17
+ "questions": [
18
+ {
19
+ "qid": "Q1",
20
+ "type": "text",
21
+ "answer": "Artificial Intelligence is the simulation of human intelligence."
22
+ },
23
+ {
24
+ "qid": "Q2",
25
+ "type": "text",
26
+ "answer": "Machine Learning is a subset of AI that learns from data."
27
+ }
28
+ ]
29
+ },
30
+ "hw90": {
31
+ "questions": [
32
+ {
33
+ "qid": "Q1",
34
+ "type": "text",
35
+ "answer": "Artificial Intelligence is the simulation of human intelligence."
36
+ },
37
+ {
38
+ "qid": "Q2",
39
+ "type": "text",
40
+ "answer": "Machine Learning is a subset of AI that learns from data."
41
+ }
42
+ ]
43
+ },
44
+ "hw15": {
45
+ "questions": [
46
+ {
47
+ "qid": "Q1",
48
+ "type": "text",
49
+ "answer": "Artificial Intelligence is the simulation of human intelligence."
50
+ },
51
+ {
52
+ "qid": "Q2",
53
+ "type": "text",
54
+ "answer": "Machine Learning is a subset of AI that learns from data."
55
+ }
56
+ ]
57
+ }
58
+ }