change quiz & question create default values
This commit is contained in:
parent
b800cbf880
commit
d8a1351268
@ -66,8 +66,8 @@ export const questionApi = {
|
||||
|
||||
const defaultCreateQuestionBody: CreateQuestionRequest = {
|
||||
"quiz_id": 0,
|
||||
"title": "string",
|
||||
"description": "string",
|
||||
"title": "",
|
||||
"description": "",
|
||||
"type": "variant",
|
||||
"required": true,
|
||||
"page": 0,
|
||||
|
||||
@ -92,8 +92,8 @@ const defaultCreateQuizBody: CreateQuizRequest = {
|
||||
"note_prevented": true,
|
||||
"mail_notifications": false,
|
||||
"unique_answers": true,
|
||||
"name": "string",
|
||||
"description": "string",
|
||||
"name": "Название квиза",
|
||||
"description": "",
|
||||
"config": JSON.stringify(defaultQuizConfig),
|
||||
"status": "stop",
|
||||
"limit": 0,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user