From 4cff60d381cca1a659c21166f9391f9579a617ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Bal=C3=A1=C5=BE?= Date: Tue, 3 Dec 2024 09:42:50 +0000 Subject: [PATCH] Changed label token separator to : --- modules/scholar/i18n/en.yaml | 6 +++--- modules/scholar/templates/homework-students.jtt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/scholar/i18n/en.yaml b/modules/scholar/i18n/en.yaml index 3bb463ac..a5ea00f0 100644 --- a/modules/scholar/i18n/en.yaml +++ b/modules/scholar/i18n/en.yaml @@ -10,9 +10,9 @@ homework: title: "exercise sheet" deadline: "deadline" disclaimer: - foreword: "Submit your solutions on paper or by email to" - midword: "before the beginning of the exercise" - aftword: "By submitting you declare that the solutions are your original work." + foreword: "Submit your solutions via Moodle before" + midword: " " + aftword: " " handout: title: "handout" diff --git a/modules/scholar/templates/homework-students.jtt b/modules/scholar/templates/homework-students.jtt index a252730d..d45844ef 100644 --- a/modules/scholar/templates/homework-students.jtt +++ b/modules/scholar/templates/homework-students.jtt @@ -24,7 +24,7 @@ \alph{subsubsection}. (* subproblem.name *)(@ if 'bonus' in subproblem and subproblem.bonus @) (bonus)(@ endif @)% }% } - \label{sec:(* problem.id*)-(* subproblem.id *)} + \label{sec:(* problem.id *):(* subproblem.id *)} \setActive{\rootDirectory/(* module.id *)/(* course.id *)/(* year.id *)/(* self.typedir() *)/(* issue.id *)/(* problem.id *)} \protectedInput{\activeDirectory/(* subproblem.id *)/problem.tex} (@ block subsolution scoped @)(@ endblock subsolution @)