Skip to content

UpdateQuestionDto

← Learning DTO

Backend-источник: feature.learningservice/Feature.LearningService/Nuget.LearningApiClient/Dto/Quiz/Requests/UpdateQuestionDto.cs (feature.learningservice).

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
textstring | nullнетstring?
typeQuestionTypeDto | nullнетQuestionTypeDto?
ordernumber | nullнетint?
optionsUpdateAnswerOptionDto[]даList<UpdateAnswerOptionDto>?

Пример

json
{
  "text": "string",
  "type": "<questiontypedto>",
  "order": 0,
  "options": []
}