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