Packages

case class MultiChoiceQuestion(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 ChoiceQuestion with Product with Serializable

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

Instance Constructors

  1. new MultiChoiceQuestion(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
    MultiChoiceQuestionQuestion
  5. def absenceMark: Option[Mark]
    Definition Classes
    Question
  6. def absenceText: Option[String]
    Definition Classes
    Question
  7. val afterStatement: Option[Statement]
    Definition Classes
    MultiChoiceQuestionQuestion
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. lazy val choices: ListSet[PossibleAnswer]
    Definition Classes
    MultiChoiceQuestionChoiceQuestion
  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
    MultiChoiceQuestionErrorMessaging
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. val hintText: Option[NonBulletStatementFragment]
    Definition Classes
    MultiChoiceQuestionLabelAndHints
  15. val id: Id
    Definition Classes
    MultiChoiceQuestionQuestion
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def isOptional: Boolean
    Definition Classes
    Question
  18. val label: Option[Label]
    Definition Classes
    MultiChoiceQuestionLabelAndHints
  19. val marking: ListMap[PossibleAnswer, Mark]
    Definition Classes
    MultiChoiceQuestionChoiceQuestion
  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
    MultiChoiceQuestionQuestion
  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
    MultiChoiceQuestionQuestion

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 ChoiceQuestion

Inherited from ErrorMessaging

Inherited from LabelAndHints

Inherited from Question

Inherited from AnyRef

Inherited from Any

Ungrouped