2022-10-12 09:14:31 +02:00
|
|
|
POST http://localhost:8080/quizzes/create
|
2022-06-23 11:25:35 +02:00
|
|
|
{
|
|
|
|
"question": {"text": "Text of Question 1"},
|
|
|
|
"answers": [
|
|
|
|
{"text": "Text of the answer 1", "correct": true},
|
|
|
|
{"text": "Text of the answer 2"},
|
|
|
|
{"text": "Text of the answer 3"},
|
|
|
|
{"text": "Text of the answer 4"}
|
|
|
|
]
|
|
|
|
}
|