71 lines
1.0 KiB
JSON
71 lines
1.0 KiB
JSON
[
|
|
{
|
|
"id": 1,
|
|
"diffuculty": 1,
|
|
"question": "Was?",
|
|
"answers": [
|
|
{
|
|
"answer_a": "A",
|
|
"status": false
|
|
},
|
|
{
|
|
"answer_b": "B",
|
|
"status": true
|
|
},
|
|
{
|
|
"answer_c": "C",
|
|
"status": false
|
|
},
|
|
{
|
|
"answer_d": "D",
|
|
"status": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 2,
|
|
"diffuculty": 2,
|
|
"question": "Wie?",
|
|
"answers": [
|
|
{
|
|
"answer_a": "A",
|
|
"status": false
|
|
},
|
|
{
|
|
"answer_b": "B",
|
|
"status": true
|
|
},
|
|
{
|
|
"answer_c": "C",
|
|
"status": false
|
|
},
|
|
{
|
|
"answer_d": "D",
|
|
"status": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 3,
|
|
"diffuculty": 3,
|
|
"question": "Wo?",
|
|
"answers": [
|
|
{
|
|
"answer_a": "A",
|
|
"status": false
|
|
},
|
|
{
|
|
"answer_b": "B",
|
|
"status": true
|
|
},
|
|
{
|
|
"answer_c": "C",
|
|
"status": false
|
|
},
|
|
{
|
|
"answer_d": "D",
|
|
"status": false
|
|
}
|
|
]
|
|
}
|
|
] |