mumuki / mumuki-laboratory

:microscope: Where students practice and receive automated and human feedback
http://mumuki.io
GNU Affero General Public License v3.0
203 stars 26 forks source link

Show exam information on book view #1689

Closed felipecalvo closed 3 years ago

felipecalvo commented 3 years ago

:dart: Goal

Show course, start and end date, and available time for an exam on book view.

:memo: Details

Course is only visible for teachers.

I'm also removing the indexing (1. Examen) on exam listing as students should see only one exam at a time, and while teachers could see many, they don't have a natural order anyway.

:camera_flash: Screenshots

Student view

image

Teacher view

image

:warning: Dependencies

https://github.com/mumuki/mumuki-domain/pull/245, as that PR allows teachers to access exams through navigation.

:back: Backwards compatibility

Yes

:soon: Future work

None

felipecalvo commented 3 years ago

I rebased that last commit with the proposed change by @fedescarpa so history is cleaner.

Merging once checks pass.