7 lines
250 B
Plaintext
7 lines
250 B
Plaintext
|
<h2>#{courseName course}
|
||
|
|
||
|
$forall (student, score) <- Import.zip students scores
|
||
|
<h3>#{userIdent $ entityVal student} / #{fromMaybe "" (userName $ entityVal student)} / #{fromMaybe "" (userLocalId $ entityVal student)}
|
||
|
|
||
|
^{scoreForCourse score}
|