fnitu / edu-hospice

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

Quiz integration for a student accessing a course #125

Open Adrian-Moldovan opened 2 years ago

Adrian-Moldovan commented 2 years ago

A student, after choosing a course that has a valid registration, should be able to take the quiz.

Suplimentary Info: If the questions shuffle is set for the quiz, the backend will provide accordingly the questions.

razvantudorache commented 2 years ago

To be investigated: https://henrikmassow.medium.com/implement-a-countdown-timer-with-rxjs-in-angular-61600d1af00c

https://www.npmjs.com/package/ngx-countdown

razvantudorache commented 2 years ago

Now, all quiz endpoints are linked with the admin user type. Backend should provide an endpoint to get quiz details and quiz questions for student user type.