generated from codersforcauses/django-nextjs-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
- In
/api/quiz/all_quizzes/{id}/slots, there are no answers along with the questions, which is wrong. In all_quizzes, the answer and solution should be returned. - the
/api/quiz/all_quizzes/'s name would be better to change toall-quizzes - trim the unnecessary data info for non-admin users, like get rid of the
visible: trueorcreated_by, etc.
Reactions are currently unavailable