summaryrefslogtreecommitdiffstats
path: root/modules-available/exams/lang/en/template-tags.json
diff options
context:
space:
mode:
authorSimon Rettberg2020-07-22 17:15:10 +0200
committerSimon Rettberg2020-07-30 13:32:15 +0200
commit8bfd6122b07b4ca2abbbcf13a4498c856d24ab64 (patch)
treeced0d2a95b936052dd9fca10b7ec33e91c2ad544 /modules-available/exams/lang/en/template-tags.json
parent[remoteaccess] Fix: "active" flag was not honored in getconfig hook (diff)
downloadslx-admin-8bfd6122b07b4ca2abbbcf13a4498c856d24ab64.tar.gz
slx-admin-8bfd6122b07b4ca2abbbcf13a4498c856d24ab64.tar.xz
slx-admin-8bfd6122b07b4ca2abbbcf13a4498c856d24ab64.zip
[exams] More sanity checks regarding date/time and locations
Implausible start/end time, or mismatch between defined exam interval and interval of selected lecture will now be reported. Also, if the list of selected locations contains a location that is not also assiged to the selected lecture, a warning will be displayed. This only triggers if the lecture is restricted to certain locations (exclusive mode, aka "islocationprivate" column.
Diffstat (limited to 'modules-available/exams/lang/en/template-tags.json')
-rw-r--r--modules-available/exams/lang/en/template-tags.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/modules-available/exams/lang/en/template-tags.json b/modules-available/exams/lang/en/template-tags.json
index 52173740..3359a28a 100644
--- a/modules-available/exams/lang/en/template-tags.json
+++ b/modules-available/exams/lang/en/template-tags.json
@@ -10,6 +10,7 @@
"lang_begin": "Begin",
"lang_begin_date": "Begin Date",
"lang_begin_time": "Time",
+ "lang_checkLocationSelectionHint": "Make sure that the according lecture(s) will have their location restrictions set accordingly.",
"lang_comfirmGlobalExam": "Do you really want to create a global exam? Every single room will be set to lecture mode during the selected time period.",
"lang_dateTime": "Date\/Time",
"lang_deleteConfirmation": "Are you sure?",
@@ -18,7 +19,12 @@
"lang_end": "End",
"lang_end_date": "End Date",
"lang_end_time": "Time",
+ "lang_examEndAfterLectureEnd": "Specified exam interval ends after selected lecture ends.",
+ "lang_examEndBeforeLectureEnd": "Specified exam interval ends before selected lecture ends.",
"lang_examModeDescription": "Here you can define time spans during which selected rooms will be set to exam mode. In exam mode, the client computers are more locked down than usual so it is suitable for writing electronic exams.",
+ "lang_examStartAfterLectureEnd": "Specified exam interval starts after selected lecture ends (or shortly before it ends).",
+ "lang_examStartAfterLectureStart": "Specified exam interval starts after selected lecture starts.",
+ "lang_examStartBeforeLectureStart": "Specified exam interval starts before selected lecture starts. (Auto-)starting the lecture before it's valid will fail.",
"lang_global": "Global",
"lang_headingAddExam": "Add Exam Period",
"lang_headingAllExamLectures": "Upcoming Lectures Marked As Exams (30 Days)",
@@ -27,12 +33,16 @@
"lang_headingMain": "bwLehrpool Exam Mode",
"lang_id": "ID",
"lang_lectureName": "Lecture name",
- "lang_lectureOutOfRange": "Hint: The exam period given above is shorter than the duration of the given lecture",
+ "lang_lectureNotForLocation": "This lecture is not visible at the location selected above",
+ "lang_lectureTimespan": "Lecture time span",
"lang_location": "Room\/Location",
"lang_locationInfo": "Select the rooms and locations you want to enable the exam mode in. Selecting nothing at all means that all clients will boot into exam mode during the given time period.",
"lang_locations": "Rooms\/Locations",
"lang_moreThanOneDay": "More than one day",
"lang_noDescription": "No description",
"lang_none": "(None)",
+ "lang_sanityCheck": "Sanity check",
+ "lang_startAfterEnd": "Start lies after end",
+ "lang_startOrEndInvalid": "Start oder end is invalid",
"lang_timeFrame": "Time frame"
} \ No newline at end of file