Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CipMap
CipMap
Commits
d897b8fa
Commit
d897b8fa
authored
Nov 02, 2021
by
Tom Kunze
Browse files
parse_univis: Add specific naming for BS exercises.
parent
014b3222
Changes
1
Hide whitespace changes
Inline
Side-by-side
django/server/management/commands/parse_univis.py
View file @
d897b8fa
...
...
@@ -36,6 +36,9 @@ def _apply_lecturespecific_changes(exercise):
if
exercise
[
'name'
]
in
{
"Ü GSPIC"
,
"Ü SPiC"
,
"RÜ SPiC"
,
"RÜ GSPIC"
}:
exercise
[
'name'
]
=
"(G)SPiC"
if
exercise
[
'name'
]
in
{
"Ü BS"
,
"RÜ BS"
,
"EÜ BS"
}:
exercise
[
'name'
]
=
"RÜ BS"
if
exercise
[
'name'
]
==
"Ü BST"
:
exercise
[
'name'
]
=
"RÜ BST"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment