ProgressSummary

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

    Progress information for each fact set in the skill

    • 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