fix(exam-correct): id on td instead of select

This commit is contained in:
Sarah Vaupel 2020-02-06 16:08:55 +01:00
parent b1b70b9262
commit 1d0be2d682

View File

@ -36,8 +36,8 @@ $newline never
<td .table__td .uw-exam-correct--part-cell>
^{ptsInput examPartNumber}
$if mayEditResults
<td .table__td>
<select #uw-exam-correct__result>
<td .table__td #uw-exam-correct__result>
<select>
<option>
_{MsgExamResultNone}
$if examShowGrades
@ -52,8 +52,8 @@ $newline never
_{MsgExamResultVoided}
<option>
_{MsgExamResultNoShow}
<td .table__td>
<select #uw-exam-correct__result__grade>
<td .table__td #uw-exam-correct__result__grade>
<select>
$forall grade <- (toPathPiece <$> examGrades)
<option>
#{grade}