grading
Version:
Grading of student submissions, in particular programming tests.
15 lines (14 loc) • 428 B
text/typescript
/**
* Columns of the Moodle grading table in German.
*/
interface Bewertung {
readonly ID: string;
readonly "Vollständiger Name": string;
readonly "E-Mail-Adresse": string;
readonly Status: string;
Bewertung: string;
readonly Bestwertung: string;
readonly "Bewertung kann geändert werden": string;
readonly "Zuletzt geändert (Abgabe)": string;
"Zuletzt geändert (Bewertung)": string;
}