Skip to content

UpdateAnswerOptionDto

← Learning DTO

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

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
idnumber | nullнетint?
textstringдаstring
isCorrectbooleanдаbool
ordernumberдаint

Пример

json
{
  "id": 0,
  "text": "string",
  "isCorrect": false,
  "order": 0
}