-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
(and the exam description field does not show up for students at all)
-- 0 unkown, 1 failed, 2 passed
status INT null,infomark-ui/src/Pages/CourseDetail.elm
Lines 1345 to 1390 in 024a60e
| case enrollment.status of | |
| 0 -> | |
| div [] | |
| [ viewExamDetails sharedState e | |
| , rRow <| | |
| [ text "Sie haben nicht an dieser Klausur teilgenommen." | |
| ] | |
| ] | |
| 1 -> | |
| div [] | |
| [ viewExamDetails sharedState e | |
| , rRow <| | |
| [ text "Sie haben mit der Note '" | |
| , span | |
| [ classes [ TC.b ] ] | |
| [ text enrollment.mark | |
| ] | |
| , text "' bestanden. Eventuelle Boni sind bereits mit eingerechnet." | |
| ] | |
| , rRow <| | |
| [ span [ classes [ TC.f7 ] ] | |
| [ text "Die Angabe zur Note ist ohne Gewähr und nur zu Ihrer Information. Es gilt die ans Prüfungssekretariat gemeldete Note." | |
| ] | |
| ] | |
| ] | |
| 2 -> | |
| div [] | |
| [ viewExamDetails sharedState e | |
| , rRow <| | |
| [ text "Sie sind mit der Note '" | |
| , span | |
| [ classes [ TC.b ] ] | |
| [ text enrollment.mark | |
| ] | |
| , text "' durchgefallen." | |
| , rRow <| | |
| [ span [ classes [ TC.f7 ] ] | |
| [ text "Die Angabe zur Note ist ohne Gewähr und nur zu Ihrer Information. Es gilt die ans Prüfungssekretariat gemeldete Note." | |
| ] | |
| ] | |
| ] | |
| ] | |
| _ -> |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation