|
|
@@ -1,24 +1,25 @@
|
|
|
description: Types of grading
|
|
|
-type: string
|
|
|
+type: integer
|
|
|
+format: u8
|
|
|
oneOf:
|
|
|
- title: Overall grade
|
|
|
- const: overall_grade
|
|
|
+ const: 0
|
|
|
description: An overall grade of the course
|
|
|
- title: Final exam
|
|
|
- const: final_exam
|
|
|
+ const: 1
|
|
|
description: Final Exam
|
|
|
- title: Midterm exams
|
|
|
- const: midterm_exams
|
|
|
+ const: 2
|
|
|
description: An exam, that is held in the middle of the term.
|
|
|
- title: Weekly exams
|
|
|
- const: weekly_exams
|
|
|
+ const: 3
|
|
|
description: An exam is held each week
|
|
|
- title: Report grading
|
|
|
- const: report_grading
|
|
|
+ const: 4
|
|
|
description: Reports are graded
|
|
|
- title: Homework grading
|
|
|
- const: homework_grading
|
|
|
+ const: 5
|
|
|
description: Homework is graded
|
|
|
- title: Presentation grading
|
|
|
- const: presentation_grading
|
|
|
+ const: 6
|
|
|
description: Presentations are graded
|