ChooseOneOfQuestion
uk.gov.hmrc.apiplatform.modules.submissions.domain.models.Question.ChooseOneOfQuestion
case class ChooseOneOfQuestion(id: Id, wording: Wording, statement: Option[Statement], afterStatement: Option[Statement] = ..., label: Option[Label] = ..., hintText: Option[NonBulletStatementFragment] = ..., marking: ListMap[PossibleAnswer, Mark], absence: Option[(String, Mark)] = ..., errorInfo: Option[ErrorInfo] = ...) extends SingleChoiceQuestion
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SingleChoiceQuestiontrait ChoiceQuestiontrait ErrorMessagingtrait LabelAndHintstrait Questionclass Objecttrait Matchableclass Any
Members list
In this article