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 Serializable
trait Product
trait Equals
trait Question
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def absenceMark: Option[Mark]

Attributes

Inherited from:
Question
def absenceText: Option[String]

Attributes

Inherited from:
Question
final def isOptional: Boolean

Attributes

Inherited from:
Question
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val choices: ListSet[PossibleAnswer]