InterventionData

  • type
    Type: string · InterventionTypeenum
    required

    Learning intervention applied (if any)

    values
    • None = NONE
    • Retry.MCQ = REPEAT
    • TurnWheels.All = DIGITAL_MANIPULATIVE
    • CueFading.ListenMCQFRQ = AUDIO_FULL
    • DragDrop.FITB = FILL_IN_THE_BLANKS
  • distractors
    Type: array object[] · Fact[]

    Near-neighbor facts ordered by visual closeness to the original fact

    • 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