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

new question

Browse files

add random fun question

Files changed (1) hide show
  1. questions.json +17 -9
questions.json CHANGED
@@ -8,9 +8,9 @@
8
  "explanation": "When coding in Unity, we use C#"
9
  },
10
  {
11
- "question": "What does HTML stand for?",
12
- "correct": "HyperText Markup Language",
13
- "incorrect": ["HighText Machine Language", "HyperTool Multi Language", "HyperText Main Logic"],
14
  "category": "Web Development",
15
  "difficulty": "Beginner",
16
  "explanation": "HTML stands for HyperText Markup Language, used for structuring web content."
@@ -32,11 +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": "What is the purpose of Git?",
36
- "correct": "Version control",
37
- "incorrect": ["Web hosting", "Game rendering", "Image compression"],
38
- "category": "Development Tools",
39
- "difficulty": "Beginner",
40
- "explanation": "Git is a version control system used to track changes in code."
 
 
 
 
 
 
 
 
41
  }
42
  ]
 
8
  "explanation": "When coding in Unity, we use C#"
9
  },
10
  {
11
+ "question": "What does API stand for?",
12
+ "correct": "Application programming interface",
13
+ "incorrect": ["Application programming internet", "Artificial programming interface", "Apple pie inside"],
14
  "category": "Web Development",
15
  "difficulty": "Beginner",
16
  "explanation": "HTML stands for HyperText Markup Language, used for structuring web content."
 
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
  ]