update more parts
This commit is contained in:
parent
324b5ba4cc
commit
c1d22c46e7
2 changed files with 24 additions and 5 deletions
|
@ -22,6 +22,9 @@ common:
|
|||
form-of-exam:
|
||||
value: written
|
||||
|
||||
kind:
|
||||
value: compulsory
|
||||
|
||||
goal:
|
||||
de: |
|
||||
Computergrafik ist ein Schmelztiegel von Technologien in der Informatik mit dem Ziel visuelle
|
||||
|
|
|
@ -110,21 +110,21 @@ credits:
|
|||
form-of-exam:
|
||||
label: {
|
||||
de: "Leistungsnachweis",
|
||||
en: "Form of Examination"
|
||||
en: "form of examination"
|
||||
}
|
||||
type: enum
|
||||
values: {
|
||||
'written' : {
|
||||
de: "Schriftliche Prüfung",
|
||||
en: "Written Exam"
|
||||
en: "written exam"
|
||||
},
|
||||
'oral' : {
|
||||
de: "Mündliche Prüfung",
|
||||
en: "Oral Exam"
|
||||
en: "oral exam"
|
||||
},
|
||||
'alternative' : {
|
||||
de: "Alternative Prüfungunsleistung",
|
||||
en: "Alternative Examination"
|
||||
en: "alternative examination"
|
||||
}
|
||||
}
|
||||
#
|
||||
|
@ -170,7 +170,23 @@ frequency:
|
|||
}
|
||||
}
|
||||
duration: enum
|
||||
kind: enum
|
||||
kind:
|
||||
type: enum
|
||||
label: {
|
||||
de: 'Art der Veranstaltung (Pflicht, Wahl, etc.)',
|
||||
en: 'kind of module (compulsory, elective)'
|
||||
}
|
||||
values: {
|
||||
'compulsory': {
|
||||
de: "Pflicht",
|
||||
en: "compulsory"
|
||||
},
|
||||
'elective' : {
|
||||
de: "Wahl/Wahlpflicht",
|
||||
en: "elective"
|
||||
}
|
||||
}
|
||||
|
||||
remarks: str
|
||||
|
||||
# test:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue