SingleChoiceQuestion

uk.gov.hmrc.apiplatform.modules.submissions.domain.models.Question.SingleChoiceQuestion
sealed trait SingleChoiceQuestion extends ChoiceQuestion

Attributes

Graph
Supertypes
trait Question
class Object
trait Matchable
class Any
Show all
Known subtypes

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

Inherited and Abstract methods

def absence: Option[(String, Mark)]

Attributes

Inherited from:
Question
def afterStatement: Option[Statement]

Attributes

Inherited from:
Question
def choices: ListSet[PossibleAnswer]

Attributes

Inherited from:
ChoiceQuestion
def errorInfo: Option[ErrorInfo]

Attributes

Inherited from:
ErrorMessaging

Attributes

Inherited from:
LabelAndHints
def id: Id

Attributes

Inherited from:
Question
def label: Option[Label]

Attributes

Inherited from:
LabelAndHints
def marking: ListMap[PossibleAnswer, Mark]

Attributes

Inherited from:
ChoiceQuestion
def statement: Option[Statement]

Attributes

Inherited from:
Question

Attributes

Inherited from:
Question