From 3d9a6bc68e5fbf9093a7ea926c7431e93775d8d3 Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Thu, 17 Nov 2011 21:52:21 +0530 Subject: ENH/BUG: Showing number of marks and fixing bug. The check view was not showing the quiz description. --- templates/exam/question.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'templates/exam/question.html') diff --git a/templates/exam/question.html b/templates/exam/question.html index 9ea27c4..fe27e8f 100644 --- a/templates/exam/question.html +++ b/templates/exam/question.html @@ -48,9 +48,11 @@ function update_time() {% block onload %} onload="update_time()" {% endblock %} {% block content %} -

{{ question.summary }}

+

{{ question.summary }}

-

{{ question.description }}

+

{{ question.description }} +
+(Marks: {{ question.points }})

{% if error_message %}

ERROR:

{{ error_message }}
{% endif %} -- cgit