Class QuizSubmitRequest
- Namespace
- Builvero.Api.Controllers
- Assembly
- Builvero.Api.dll
Request model for submitting quiz answers.
public class QuizSubmitRequest
- Inheritance
-
QuizSubmitRequest
- Inherited Members
Properties
Answers
Gets or sets the list of answers for the quiz questions.
public List<QuizAnswerDto> Answers { get; set; }
Property Value
- List<QuizAnswerDto>
- Request model for submitting quiz answers.
AttemptId
Gets or sets the unique identifier of the quiz attempt to submit.
public Guid AttemptId { get; set; }
Property Value
- Guid
- Request model for submitting quiz answers.