forked from muesli-hd/muesli
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmuesli.yml.example
102 lines (89 loc) · 2.02 KB
/
muesli.yml.example
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
---
database:
connection: postgresql:///muesli
listen:
host: localhost
port: 8080
contact:
email: [email protected]
name: MÜSLI-Team
server: localhost
subjects:
- Mathematik (BSc)
- Mathematik (MSc)
- Mathematik (Dipl.)
- Mathematik (LA) (Hauptfach)
- Mathematik (LA) (Beifach)
- Physik (BSc)
- Physik (MSc)
- Physik (Dipl.)
- Physik (LA)
- Angewandte Informatik (BSc)
- Anwendungsorientierte Informatik (MSc)
- Computerlinguistik (BA)
- Computerlinguistik (Magister)
- Medizinische Informatik (BSc)
- Medizinische Informatik (MSc)
- Medizinische Informatik (Dipl.)
- Sonstiges
lecture_types:
lecture:
name: Vorlesung
tutorial: Übungsgruppe
tutorials: Übungsgruppen
tutor: Übungsleiter
tutors: Übungsleiter
comment: Kommentar
seminar:
name: Seminar
tutorial: Vortrag
tutorials: Vorträge
tutor: Vortragender
tutors: Vortragende
comment: Thema
modul:
name: Modul
tutorial: Veranstaltung
tutorials: Veranstaltungen
tutor: Dozent
tutors: Dozenten
comment: Titel
# default_type: lecture
terms:
first_term: 20122
terms_per_year: 2
### The following entries are unused so far.
Controller::Lecture:
first_term: 20082
terms_per_year: 2
exams:
categories:
- id: assignment
name: Übungszettel
- id: exam
name: Klausur
- id: presence_assignment
name: Präsenzübung
- id: mock_exam
name: Probeklausur
preferences:
- penalty: 1
name: Gut
- penalty: 3
name: Mittel
- penalty: 10
name: Schlecht
- penalty: 100
name: Gar nicht
ghostpenalty: 20000
ghostcapacity: 10000
lpsolve: /usr/bin/lp_solve
students_unhappiness: 50
languages:
- id: de
name: Deutsch
- id: en
name: English
default_language: de
View::Email:
envelope_from: "[email protected]"