NullableQuestion

  • choices
    Type: array object[] · Choice[]
    required

    Available answer choices

    • correct
      Type: boolean
      required

      Whether this choice is the correct answer

    • id
      Type: string
      required

      Identifier for this answer choice, unique within the question

    • label
      Type: string
      required

      Display text for the answer choice

    • value
      Type: number
      required

      Numeric value used for grading

  • fact
    required

    The fact this question is testing

    • answer
      Type: object · CardAnswer
      required

      The gradable answer for this card

    • factSetId
      Type: string
      required
    • id
      Type: string
      required
    • text
      Type: string
      required

      Prompt displayed to the student (e.g., "7 x 8 = ?")

    • cardType
      Type: string · CardTypeenum

      Retrieval card type

      values
      • MathBinary = MATH_BINARY
      • MathUnary = MATH_UNARY
      • MathMissingOperand = MATH_MISSING_OPERAND
      • MathRational = MATH_RATIONAL
    • factorA
      Type: integer

      First operand (math-binary cards only)

    • factorB
      Type: integer

      Second operand (math-binary cards only)

    • operator
      Type: string · Operatorenum

      Mathematical operator

      values
      • x = MULTIPLY
      • + = ADD
      • - = SUBTRACT
      • ÷ = DIVIDE
    • relationships
      Type: array object[]

      Related facts (e.g., fact family members)

    • result
      Type: integer

      Arithmetic result of factorA operator factorB (math-binary cards only)

    • suppliedDistractors
      Type: array object[] · CardAnswer[]

      Content-supplied wrong answers; when absent, distractors are derived per card type

      The gradable answer for this card

  • id
    Type: string
    required
  • stageType
    Type: string · LearningStageTypeenum
    required

    Learning stage type

    values
    • grounding
    • assessment
    • practice
    • review
    • repetition
    • mastered
  • premature
    Type: boolean

    Whether the question was raised prematurely

  • timeToAnswer
    Type: number

    Time limit to answer in seconds