You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 to all-quizzes
trim the unnecessary data info for non-admin users, like get rid of the visible: true or created_by, etc.
/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./api/quiz/all_quizzes/'s name would be better to change toall-quizzesvisible: trueorcreated_by, etc.