Get card data from server and display it

This commit is contained in:
2021-06-08 17:33:59 +02:00
parent d867586a71
commit f469259d36
5 changed files with 42 additions and 38 deletions

View File

@@ -1,69 +1,69 @@
[
{
"id": 1,
"diffuculty": 1,
"difficulty": 1,
"question": "Was?",
"answers": [
{
"answer_a": "A",
"text": "A",
"status": false
},
{
"answer_b": "B",
"text": "B",
"status": true
},
{
"answer_c": "C",
"text": "C",
"status": false
},
{
"answer_d": "D",
"text": "D",
"status": false
}
]
},
{
"id": 2,
"diffuculty": 2,
"difficulty": 2,
"question": "Wie?",
"answers": [
{
"answer_a": "A",
"text": "A",
"status": false
},
{
"answer_b": "B",
"text": "B",
"status": true
},
{
"answer_c": "C",
"text": "C",
"status": false
},
{
"answer_d": "D",
"text": "D",
"status": false
}
]
},
{
"id": 3,
"diffuculty": 3,
"difficulty": 3,
"question": "Wo?",
"answers": [
{
"answer_a": "A",
"text": "A",
"status": false
},
{
"answer_b": "B",
"text": "B",
"status": true
},
{
"answer_c": "C",
"text": "C",
"status": false
},
{
"answer_d": "D",
"text": "D",
"status": false
}
]