File size: 1,766 Bytes
905daa0
 
 
 
 
 
 
 
9086874
 
357d901
 
 
9086874
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bd22a3c
 
deaecb7
a0781d0
bd22a3c
357d901
 
 
bd22a3c
 
 
357d901
bd22a3c
357d901
905daa0
9086874
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
[
  {
    "question": "What do we code with in Unity?",
    "correct": "C#",
    "incorrect": ["C++", "Python", "JSON"],
    "category": "Coding Games",
    "difficulty": "Newbie",
    "explanation": "When coding in Unity, we use C#"
  },
  {
    "question": "What does API stand for?",
    "correct": "Application programming interface",
    "incorrect": ["Application programming internet", "Artificial programming interface", "Apple pie inside"],
    "category": "Web Development",
    "difficulty": "Beginner",
    "explanation": "HTML stands for HyperText Markup Language, used for structuring web content."
  },
  {
    "question": "Which keyword is used to define a function in Python?",
    "correct": "def",
    "incorrect": ["func", "function", "define"],
    "category": "Python",
    "difficulty": "Newbie",
    "explanation": "In Python, we use the 'def' keyword to define a function."
  },
  {
    "question": "Which engine is most commonly used for 2D mobile games?",
    "correct": "Unity",
    "incorrect": ["Unreal", "CryEngine", "Godot"],
    "category": "Game Engines",
    "difficulty": "Intermediate",
    "explanation": "Unity is widely used for both 2D and 3D mobile games due to its flexibility and community."
  },
  {
    "question": "When do we meet in person normally?",
    "correct": "Saturday",
    "incorrect": ["Monday", "Friday", "Sunday"],
    "category": "Basic knowledge",
    "difficulty": "Hard",
    "explanation": "There was no wrong answer"
  },
  {
    "question": "What is the first Unity project in your course?",
    "correct": "Driving vehicle",
    "incorrect": ["Food fight, Jumping man", "fruit ninja"],
    "category": "Random Fun",
    "difficulty": "Newbie",
    "explanation": "There was no wrong answer"
  }
]