From 6809186e406f96fa321b55060364bcaf7bfc4a99 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Thu, 2 Feb 2012 12:39:30 +0530 Subject: Updated user_data and grade_user forms (new UI) --- testapp/templates/exam/grade_user.html | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 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 75ed2e0..2237475 100644 --- a/testapp/templates/exam/grade_user.html +++ b/testapp/templates/exam/grade_user.html @@ -3,8 +3,17 @@ {% block title %} Grading papers for {{ data.user.get_full_name.title }} {% endblock title %} {% block content %} + + +
+
+ +
+
+

Grading papers for {{ data.user.get_full_name.title }}


-

Grading papers for {{ data.user.get_full_name.title }}

Name: {{ data.user.get_full_name.title }} @@ -30,7 +39,7 @@ Start time: {{ paper.start_time }}

{% if paper.answers.count %} -

Answers

+

Answers


{% csrf_token %} @@ -54,14 +63,15 @@ Start time: {{ paper.start_time }}
{% with answers|last as answer %} Marks: + value="{{ answer.marks }}">

{% endwith %} {% endfor %} {# for question, answers ... #}

Teacher comments:

-
- +
+
+
{% endif %} {# if paper.answers.count #} @@ -80,4 +90,15 @@ Marks: Admin +
+
+
+ + +
+ + + {% endblock content %} -- cgit From 493f228229d96dab4a13b21cf7d4d089fcf7b2fd Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Mon, 6 Feb 2012 15:20:41 +0530 Subject: removed & tags from the forms --- testapp/templates/exam/grade_user.html | 5 +---- 1 file changed, 1 insertion(+), 4 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 2237475..89faf46 100644 --- a/testapp/templates/exam/grade_user.html +++ b/testapp/templates/exam/grade_user.html @@ -3,8 +3,7 @@ {% block title %} Grading papers for {{ data.user.get_full_name.title }} {% endblock title %} {% block content %} - - +