[U] Update course model to match the update
This commit is contained in:
@@ -41,6 +41,12 @@ export interface Course
|
|||||||
level: string,
|
level: string,
|
||||||
scaleUp: number,
|
scaleUp: number,
|
||||||
|
|
||||||
|
grading:
|
||||||
|
{
|
||||||
|
method: string,
|
||||||
|
weightingMap: any
|
||||||
|
}
|
||||||
|
|
||||||
assignments: Grade[]
|
assignments: Grade[]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user