ENCOA-90: Creating the ability for a corporate/master corporate to edit their grading system
This commit is contained in:
@@ -1 +1,12 @@
|
||||
export type Module = "reading" | "listening" | "writing" | "speaking" | "level";
|
||||
|
||||
export interface Step {
|
||||
min: number;
|
||||
max: number;
|
||||
label: string;
|
||||
}
|
||||
|
||||
export interface Grading {
|
||||
user: string;
|
||||
steps: Step[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user