Packages

case class YesNoQuestion(id: Id, wording: Wording, statement: Option[Statement], afterStatement: Option[Statement] = None, label: Option[Label] = None, hintText: Option[NonBulletStatementFragment] = None, yesMarking: Mark, noMarking: 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. YesNoQuestion
  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 YesNoQuestion(id: Id, wording: Wording, statement: Option[Statement], afterStatement: Option[Statement] = None, label: Option[Label] = None, hintText: Option[NonBulletStatementFragment] = None, yesMarking: Mark, noMarking: 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 NO: PossibleAnswer
  5. val YES: PossibleAnswer
  6. val absence: Option[(String, Mark)]
    Definition Classes
    YesNoQuestionQuestion
  7. def absenceMark: Option[Mark]
    Definition Classes
    Question
  8. def absenceText: Option[String]
    Definition Classes
    Question
  9. val afterStatement: Option[Statement]
    Definition Classes
    YesNoQuestionQuestion
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. lazy val choices: ListSet[PossibleAnswer]
    Definition Classes
    YesNoQuestionChoiceQuestion
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. val errorInfo: Option[ErrorInfo]
    Definition Classes
    YesNoQuestionErrorMessaging
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. val hintText: Option[NonBulletStatementFragment]
    Definition Classes
    YesNoQuestionLabelAndHints
  17. val id: Id
    Definition Classes
    YesNoQuestionQuestion
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def isOptional: Boolean
    Definition Classes
    Question
  20. val label: Option[Label]
    Definition Classes
    YesNoQuestionLabelAndHints
  21. lazy val marking: ListMap[PossibleAnswer, Mark]
    Definition Classes
    YesNoQuestionChoiceQuestion
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. val noMarking: Mark
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. val statement: Option[Statement]
    Definition Classes
    YesNoQuestionQuestion
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. val wording: Wording
    Definition Classes
    YesNoQuestionQuestion
  33. val yesMarking: Mark

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