Features 1 to 4 are done.
To implement assign quiz, we should do the following:
In see_quiz, add a button for "assign quiz"
On clicking assign quiz, a list of users should how up with a check mark against each user name.
A button "Save" shoudl appear at the bottom. On hitting this button, an entry is made in the quiz object with the name "assignedToUserID" that has a list of userIDs to whom the quiz is allotted.
When the see_quiz screen is displayed again, the quiz that has been assigned to a user will appear first.
When a user finishes a quiz, the user name is removed from the assignedToUserID entry.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Future:
Features 1 to 4 are done.
To implement assign quiz, we should do the following:
Feature implemented in commit #9db8c96b0b4263e4a54e549c8825e97db09049a2
9db8c9