Structured data object that can contain all information about submissions of exercises of a course (or part of a course) plus the requirements to pass it or any predictions that should be visualized on the basis of them

Hierarchy

  • CourseProgressData

Properties

exercises: CourseExercise[]

All course exercises that should be visualized

name: string

Course name

predictions?: CoursePredictions

Optional predictions that should be visualized based on the course exercises

progressName: string

Name of the course progress that is represented by the data when inserted in a markdown file for visualization (this allows for multiple progress updaters)

requirements?: CourseRequirements

Optional requirements that should be visualized based on the course exercises

version: number

Version of the progress updater @TJS-type integer

Generated using TypeDoc