From e2b3d315c3cd3eab79ad74224436b681cbf84371 Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Thu, 17 Nov 2011 02:15:33 +0530 Subject: ENH: Changing Quiz to QuestionPaper. This changes the models. The Quiz should really be QuestionPaper and a Quiz should be like an event that the admin creates to start a quiz and each QuestionPaper should be related to a Quiz. This will be added later. --- templates/exam/monitor.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/exam/monitor.html') diff --git a/templates/exam/monitor.html b/templates/exam/monitor.html index 12360a2..f1c7779 100644 --- a/templates/exam/monitor.html +++ b/templates/exam/monitor.html @@ -2,12 +2,12 @@ -{% if quiz_list %} +{% if paper_list %}
Student | Roll number | Questions answered | Total marks |
---|---|---|---|
{{ paper.username }} | {{ paper.rollno }} | @@ -18,6 +18,6 @@ {% endfor %}
No quizzes so far.
+No answer papers so far.
{% endif %} -- cgit