DetectiveShadow commited on
Commit
905daa0
·
verified ·
1 Parent(s): 2457fd8

Question set

Browse files

This is just a test dataset to see if the questions works

Files changed (1) hide show
  1. 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
+ ]