23 lines
499 B
JSON
23 lines
499 B
JSON
{
|
|
"name": "asd",
|
|
"passing_score": 1,
|
|
"questions": [
|
|
{
|
|
"name": "heja",
|
|
"description": "czesc",
|
|
"answers": [
|
|
{
|
|
"description": "hejka_answer",
|
|
"is_correct": false
|
|
},
|
|
{
|
|
"description": "hejka2_answer",
|
|
"is_correct": true
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"category": {
|
|
"name": "Polski"
|
|
}
|
|
} |