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:
|
form-of-exam:
|
||||||
value: written
|
value: written
|
||||||
|
|
||||||
|
kind:
|
||||||
|
value: compulsory
|
||||||
|
|
||||||
goal:
|
goal:
|
||||||
de: |
|
de: |
|
||||||
Computergrafik ist ein Schmelztiegel von Technologien in der Informatik mit dem Ziel visuelle
|
Computergrafik ist ein Schmelztiegel von Technologien in der Informatik mit dem Ziel visuelle
|
||||||
|
|
|
@ -110,21 +110,21 @@ credits:
|
||||||
form-of-exam:
|
form-of-exam:
|
||||||
label: {
|
label: {
|
||||||
de: "Leistungsnachweis",
|
de: "Leistungsnachweis",
|
||||||
en: "Form of Examination"
|
en: "form of examination"
|
||||||
}
|
}
|
||||||
type: enum
|
type: enum
|
||||||
values: {
|
values: {
|
||||||
'written' : {
|
'written' : {
|
||||||
de: "Schriftliche Prüfung",
|
de: "Schriftliche Prüfung",
|
||||||
en: "Written Exam"
|
en: "written exam"
|
||||||
},
|
},
|
||||||
'oral' : {
|
'oral' : {
|
||||||
de: "Mündliche Prüfung",
|
de: "Mündliche Prüfung",
|
||||||
en: "Oral Exam"
|
en: "oral exam"
|
||||||
},
|
},
|
||||||
'alternative' : {
|
'alternative' : {
|
||||||
de: "Alternative Prüfungunsleistung",
|
de: "Alternative Prüfungunsleistung",
|
||||||
en: "Alternative Examination"
|
en: "alternative examination"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#
|
#
|
||||||
|
@ -170,7 +170,23 @@ frequency:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
duration: enum
|
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
|
remarks: str
|
||||||
|
|
||||||
# test:
|
# test:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue