forked from Ctoffer/TutorialSmartAssistant
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json.template
More file actions
35 lines (35 loc) · 932 Bytes
/
config.json.template
File metadata and controls
35 lines (35 loc) · 932 Bytes
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
34
35
{
"storage": {
"root": ".",
"submission_root": "Exercises",
"exercise_template": "Exercise_",
"exercise_folder": "01_Exercise",
"raw_folder": "02_Original",
"preprocessed_folder": "03_Unzipped",
"working_folder": "04_Correction",
"finished_folder": "05_Ready",
"cross_folder": "06_Cross"
},
"muesli": {
"lecture_id": "1424",
"lecture_name": "Fundamentals of Machine Learning",
"exercise_prefix": "Exercise ",
"feedback": {
"file_name": "Feedback",
"exercise_title": "Feedback to Exercise ",
"task_prefix": "Task ",
"show_problems": true,
"default_answer": ""
},
"presentation":{
"supports_presentations": false,
"name": "Vorrechnen in der Übungsgruppe"
}
},
"moodle": false,
"if_anyone_ever_uses_moodle_again": {
"course_id": "2239",
"student_role": "Teilnehmer/in",
"exercise_prefix": "Übung "
}
}