Added Kategorien for Fragen

This commit is contained in:
Christoph Lienhard 2019-08-31 15:28:55 +02:00
parent cf70183c68
commit abf64adc90
2 changed files with 10 additions and 2 deletions

View file

@ -1,6 +1,7 @@
[
{
"id": 0,
"text": "Dies ist eine Dummy Frage für Testzwecke"
"text": "Dies ist eine Dummy Frage für Testzwecke",
"kategorie_id": 0
}
]
]

View file

@ -0,0 +1,7 @@
[{
"id": 0,
"name": "Umwelt"
}, {
"id": 1,
"name": "Soziales"
}]