Age | Commit message (Collapse) | Author |
|
csv includes the latest attempt for the quiz/questionpaper.
It contains user details and marks for the quiz.
|
|
Used django in-built views.
Templates overridden.
User enters email address and submits.
The user receives an email with password reset link(one time link).
The link contains a token generate using the current state of the user
like user password.
The link is verified each time when it is been requested.
So the link will be invalid if the user has already changed the password
using the link.(since the token is generated using current state of the
user.)
User resets his password via the link.
|
|
|
|
Moderator can now create courses. Under his courses he can create quizzes.
Students can enroll for the course. Moderator can approve or reject
enrollment request of the student.
Student can view quizzes only for the enrolled course.
|
|
Shows the number of appearance of a question versus number of times
the question was answered correctly
|
|
|
|
|
|
User data is shown as per the question paper/quiz and not all together.
It also shows other attempts for the same question paper.
And then grade user interface is as per question paper if nagivated via
monitor interface.
|
|
Shows status of the user test to the moderator
|
|
|
|
|
|
|
|
- modify question display
|
|
- Current question in nav bar highlighted with green
- Submitted question in nav bar disabled, greyed out
- Timer display size increased
- Timer warning display, blinking
|
|
|
|
|