Question set
Browse filesThis is just a test dataset to see if the questions works
- questions.json +10 -0
questions.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"question": "What do we code with in Unity?",
|
| 4 |
+
"correct": "C#",
|
| 5 |
+
"incorrect": ["C++", "Python", "JSON"],
|
| 6 |
+
"category": "Coding Games",
|
| 7 |
+
"difficulty": "Newbie",
|
| 8 |
+
"explanation": "When coding in Unity, we use C#"
|
| 9 |
+
}
|
| 10 |
+
]
|