Table of Contents

Class QuizAnswerDto

Namespace
Builvero.Application.Interfaces.Services
Assembly
Builvero.Application.dll

Data transfer object representing a user's answer to a quiz question.

public class QuizAnswerDto
Inheritance
QuizAnswerDto
Inherited Members

Properties

QuestionId

Gets or sets the unique identifier of the question being answered.

public string QuestionId { get; set; }

Property Value

string
Data transfer object representing a user's answer to a quiz question.

SelectedOption

Gets or sets the selected option identifier for the answer.

public string SelectedOption { get; set; }

Property Value

string
Data transfer object representing a user's answer to a quiz question.