From 480fc524eaffa99bbcec65b0829f6116ccace673 Mon Sep 17 00:00:00 2001 From: jayparikh111 Date: Thu, 15 Mar 2012 18:12:49 +0530 Subject: minor UI changes --- testapp/templates/exam/grade_user.html | 53 +++++++++++++--------------------- 1 file changed, 20 insertions(+), 33 deletions(-) (limited to 'testapp/templates/exam/grade_user.html') diff --git a/testapp/templates/exam/grade_user.html b/testapp/templates/exam/grade_user.html index c6f6343..5ffb199 100644 --- a/testapp/templates/exam/grade_user.html +++ b/testapp/templates/exam/grade_user.html @@ -10,20 +10,17 @@ {% block script %} {% endblock %} @@ -58,23 +55,21 @@ Start time: {{ paper.start_time }}
action="{{URL_ROOT}}/exam/manage/gradeuser/{{data.user.username}}/" method="post"> {% csrf_token %} {% for question, answers in paper.get_question_answers.items %} +

- Question: {{ question.id }}. {{ question.summary }} ... - (Points: {{ question.points }})

-