Packages

case class ChooseOneOfQuestion(id: Id, wording: Wording, statement: Option[Statement], afterStatement: Option[Statement] = None, label: Option[Label] = None, hintText: Option[NonBulletStatementFragment] = None, marking: ListMap[PossibleAnswer, Mark], absence: Option[(String, Mark)] = None, errorInfo: Option[ErrorInfo] = None) extends SingleChoiceQuestion with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChooseOneOfQuestion
  2. Serializable
  3. Product
  4. Equals
  5. SingleChoiceQuestion
  6. ChoiceQuestion
  7. ErrorMessaging
  8. LabelAndHints
  9. Question
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ChooseOneOfQuestion(id: Id, wording: Wording, statement: Option[Statement], afterStatement: Option[Statement] = None, label: Option[Label] = None, hintText: Option[NonBulletStatementFragment] = None, marking: ListMap[PossibleAnswer, Mark], absence: Option[(String, Mark)] = None, errorInfo: Option[ErrorInfo] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val absence: Option[(String, Mark)]
    Definition Classes
    ChooseOneOfQuestionQuestion
  5. def absenceMark: Option[Mark]
    Definition Classes
    Question
  6. def absenceText: Option[String]
    Definition Classes
    Question
  7. val afterStatement: Option[Statement]
    Definition Classes
    ChooseOneOfQuestionQuestion
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. lazy val choices: ListSet[PossibleAnswer]
    Definition Classes
    ChooseOneOfQuestionChoiceQuestion
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. val errorInfo: Option[ErrorInfo]
    Definition Classes
    ChooseOneOfQuestionErrorMessaging
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. val hintText: Option[NonBulletStatementFragment]
    Definition Classes
    ChooseOneOfQuestionLabelAndHints
  15. val id: Id
    Definition Classes
    ChooseOneOfQuestionQuestion
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def isOptional: Boolean
    Definition Classes
    Question
  18. val label: Option[Label]
    Definition Classes
    ChooseOneOfQuestionLabelAndHints
  19. val marking: ListMap[PossibleAnswer, Mark]
    Definition Classes
    ChooseOneOfQuestionChoiceQuestion
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. val statement: Option[Statement]
    Definition Classes
    ChooseOneOfQuestionQuestion
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. val wording: Wording
    Definition Classes
    ChooseOneOfQuestionQuestion

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SingleChoiceQuestion

Inherited from ChoiceQuestion

Inherited from ErrorMessaging

Inherited from LabelAndHints

Inherited from Question

Inherited from AnyRef

Inherited from Any

Ungrouped