View Source GradingApproach
oli / Exports / GradingApproach
Enumeration: GradingApproach
The types of grading, or scoring, supported for a part.
Table of contents
Enumeration members
Enumeration members
automatic
• automatic = "automatic"
Part will be automatically graded by either the client or server.
Defined in
src/components/activities/types.ts:636
manual
• manual = "manual"
Part requires manual grading by an instructor.