Represents an exercise (a collection of tasks or one task)

Hierarchy

  • CourseExerciseFeedback
  • CourseExerciseInfo
    • CourseExercise

Properties

directory?: string

Optionally a specific directory file path of the exercise/task

feedbackFile?: string

Optionally a file path (relative to the exercise/task directory) to feedback information about the submission

name: string | number

A name/number for the exercise/task

notes?: string

Optionally notes for the exercise/task

submission?: CourseExerciseSubmission | CourseExerciseTaskSubmission[]

Tracks the progress of the submission either as one summary of all tasks or as a list of single tasks

submissionDate?: string

Optionally a submission date of the exercise (run node and then new Date(new Date().toDateString()) or new Date(new Date(YEAR, MONTH - 1, DATE).toDateString())

Generated using TypeDoc