{% block manage %}
List of quizzes! Click on the given links to have a look at answer papers for a quiz.
Quiz |
Taken By |
No. of users Passed |
No. of users Failed |
{% for paper, answer_papers, users_passed, users_failed in users_per_paper %}
{{ paper.quiz.description }}
|
{{ answer_papers|length }} user(s)
|
{{ users_passed }}
|
{{ users_failed }}
|
{% endfor %}
Moderator's Dashboard!
Click on the button given below to add a new course.
Click on the button to Create a Demo course.
Help
- A Demo Course and Demo Quiz will be created (Click Courses link on nav bar to view courses).
- Some Demo Questions are also created for you (Click Questions link on nav bar to view questions).
- In Courses you can view Demo Quiz.
- Click on the Demo Quiz and Click on User Mode or God Mode to take the quiz.
- You can also edit the Demo quiz.
Close
{% if msg %}
{{ msg }}
{% endif %}
{% if trial_paper %}
You have trial papers.
{% endif %}
{% endblock %}