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