ProgressDetails

  • factSets
    Type: array object[] · FactSetProgressWithDetails[]
    required

    Detailed progress information for each fact set including individual facts

    • facts
      Type: array object[]
      required

      Individual facts in this fact set with their progress

    • factSetId
      Type: string
      required
    • factSetName
      Type: string
      required
    • progress
      Type: number
      min:  
      0
      max:  
      1
      required

      Progress as a decimal from 0 to 1, based on weighted stage completion

    • stageType
      Type: string · LearningStageTypeenum
      required

      Learning stage type

      values
      • grounding
      • assessment
      • practice
      • review
      • repetition
      • mastered
    • reward
      Type: object · Reward