Add admin UI to assign tips to exercises

This commit is contained in:
Sebastian Serth
2020-10-14 12:25:52 +02:00
parent 44ab28d6fe
commit 2678d9ecdf
14 changed files with 232 additions and 33 deletions

View File

@ -367,7 +367,9 @@ de:
path: 'Pfad der Datei im Projektverzeichnis. Kann auch leer gelassen werden.'
form:
add_file: Datei hinzufügen
tags: "Tags"
add_tips: Tipps hinzufügen
tips: Tipps
tags: Tags
click_to_collapse: "Zum Aus-/Einklappen hier klicken..."
unpublish_warning: Mit dieser Aktion wird die Aufgabe deaktiviert. Jeder Student, der versucht sie zu implementieren wird eine Fehlermeldung bekommen, bis die Aufgabe wieder aktiviert wurde.
no_execution_environment_selected: Bitte eine Ausführungsumgebung auswählen, bevor die Aufgabe aktiviert wird.

View File

@ -367,7 +367,9 @@ en:
path: "The file's path in the project tree. Can be left blank."
form:
add_file: Add file
tags: "Tags"
add_tips: Add tips
tips: Tips
tags: Tags
click_to_collapse: "Click to expand/collapse..."
unpublish_warning: This will unpublish the exercise. Any student trying to implement it will get an error message, until it is published again.
no_execution_environment_selected: Select an execution environment before publishing the exercise.