fnitu / edu-hospice

Application developed for SIIT Challenge Accepted – CODVIDHACK 2020
https://edu-hospice.herokuapp.com
2 stars 2 forks source link

Adding a quiz to a course #97

Open Adrian-Moldovan opened 2 years ago

Adrian-Moldovan commented 2 years ago

The quizzes that are created in the quiz section, are considered TEMPLATES.

An admin should be able to specify a template to a "quiz type" section using a dropdown. After submitting the form, the backend should create a copy of the specified quiz template and link it to the current course. The id of the newly created quiz should be provided in the response.

Once the course content has a quiz copy assigned, the UI should not display anymore the dropdown, but the name of the quiz copy and a delete button. The delete button should trigger a DELETE request and the quiz templates dropdown should be one again displayed.

The copies created after the quiz templates should be

The copies created after the quiz templates should NOT allow the delete action from this interface (can be subject of future changes).

The quiz list should display an extra column: if it's a template or it belongs to a course.

Adrian-Moldovan commented 2 years ago

@madalin18 let's talk about this in a future meeting.