Initial commit
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"public":false,
|
||||
"title":"Some test question",
|
||||
"description":"A description",
|
||||
"questions":[
|
||||
{
|
||||
"question":"Is ClassQuiz cool?",
|
||||
"time": 10,
|
||||
"answers":[
|
||||
{
|
||||
"right":true,
|
||||
"answer":"Yes"
|
||||
},
|
||||
{
|
||||
"right":false,
|
||||
"answer":"No"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"question":"Do you like open source?",
|
||||
"time": 5,
|
||||
"answers":[
|
||||
{
|
||||
"right":true,
|
||||
"answer":"Yes"
|
||||
},
|
||||
{
|
||||
"right":false,
|
||||
"answer":"No"
|
||||
},
|
||||
{
|
||||
"right":false,
|
||||
"answer":"Maybe"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user