From fd6163e202c95a9bc621fc9f485c3cc593307e97 Mon Sep 17 00:00:00 2001 From: Daniel Bosk Date: Mon, 29 Jan 2024 15:52:50 +0100 Subject: [PATCH] Completes LADOK reporting to use YEARS --- adm/datintro.nw | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/adm/datintro.nw b/adm/datintro.nw index 891156b..ab13fd7 100644 --- a/adm/datintro.nw +++ b/adm/datintro.nw @@ -54,8 +54,10 @@ export COURSE_CODE \item [[courses]] and [[components]] to identify which courses and components for which we should report results to LADOK. Can be regexes. +We'll use the [[YEARS]] variable from above to construct the [[courses]] +variable. <>= -courses="DD1301.?HT2[3]" +courses="DD1301.?[VH]T(${YEARS// /|})" components="LAB1" @