DetectiveShadow commited on
Commit
bd22a3c
·
verified ·
1 Parent(s): 357d901

Update questions.json

Browse files
Files changed (1) hide show
  1. questions.json +9 -9
questions.json CHANGED
@@ -32,19 +32,19 @@
32
  "explanation": "Unity is widely used for both 2D and 3D mobile games due to its flexibility and community."
33
  },
34
  {
35
- "question": "Is Mr.King good at basketball?",
36
- "correct": ["Yes", "No", "I'm better"],
37
- "incorrect": ,
38
- "category": "Random Fun",
39
- "difficulty": "None",
40
  "explanation": "There was no wrong answer"
41
  },
42
  {
43
- "question": "How is your day going?",
44
- "correct": ["Good", "great", "Okay", "Could be better"]
45
- "incorrect": ,
46
  "category": "Random Fun",
47
- "difficulty": "None",
48
  "explanation": "There was no wrong answer"
49
  }
50
  ]
 
32
  "explanation": "Unity is widely used for both 2D and 3D mobile games due to its flexibility and community."
33
  },
34
  {
35
+ "question": "When do we meet in person normally?",
36
+ "correct": "Saturday",
37
+ "incorrect": ["Monday,Friday", "Sunday"],
38
+ "category": "Newbie",
39
+ "difficulty": "Hard",
40
  "explanation": "There was no wrong answer"
41
  },
42
  {
43
+ "question": "What is the first Unity project in your course?",
44
+ "correct": "Driving vehicle",
45
+ "incorrect": ["Food fight, Jumping man", "fruit ninja"],
46
  "category": "Random Fun",
47
+ "difficulty": "Newbie",
48
  "explanation": "There was no wrong answer"
49
  }
50
  ]