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 @)