curl --location '/admin/testing-system/programs/019ef461-17e3-7eaa-80ab-97169442e532/simple-questions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "single-choice",
"title": "Выберите определение инкапсуляции",
"description": "Допускается одна опечатка.",
"randomizeQuestionsAssignment": false,
"assignmentQuestionsQuantity": 1,
"data": {
"randomizeChoices": true,
"choices": [
{
"label": "Сокрытие внутреннего состояния объекта",
"sort": 1,
"isCorrect": true
},
{
"label": "Копирование объекта",
"sort": 2,
"isCorrect": false
}
]
}
}'