Projektmanagement-Game/data/cards.json

71 lines
1009 B
JSON

[
{
"id": 1,
"difficulty": 1,
"question": "Was?",
"answers": [
{
"text": "A",
"status": false
},
{
"text": "B",
"status": true
},
{
"text": "C",
"status": false
},
{
"text": "D",
"status": false
}
]
},
{
"id": 2,
"difficulty": 2,
"question": "Wie?",
"answers": [
{
"text": "A",
"status": false
},
{
"text": "B",
"status": true
},
{
"text": "C",
"status": false
},
{
"text": "D",
"status": false
}
]
},
{
"id": 3,
"difficulty": 3,
"question": "Wo?",
"answers": [
{
"text": "A",
"status": false
},
{
"text": "B",
"status": true
},
{
"text": "C",
"status": false
},
{
"text": "D",
"status": false
}
]
}
]