-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json.template
33 lines (33 loc) · 964 Bytes
/
config.json.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"storage": {
"root": "<absolute path to the folder which this program should use>",
"submission_root": "Übungsblätter",
"exercise_template": "Übungsblatt_",
"exercise_folder": "01_Aufgabe",
"raw_folder": "02_Original",
"preprocessed_folder": "03_Entpackt",
"working_folder": "04_Korrektur",
"finished_folder": "05_Fertig"
},
"muesli": {
"lecture_id": "1171",
"lecture_name": "Algorithmen und Datenstrukturen",
"exercise_prefix": "Übung ",
"feedback": {
"file_name": "Feedback",
"exercise_title": "Feedback zu Übung ",
"task_prefix": "Aufgabe ",
"show_problems": true,
"default_answer": "Kein Kommentar - also war wohl alles richtig."
},
"presentation":{
"supports_presentations": true,
"name": "Vorrechnen in der Übungsgruppe"
}
},
"moodle": {
"course_id": "2239",
"student_role": "Teilnehmer/in",
"exercise_prefix": "Übung "
}
}