From 3375839bfc531329adc45994659be382295038b6 Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Fri, 25 Nov 2011 00:57:41 +0530 Subject: ENH: Adding a convenient grading interface. With this, you can grade a student's answer paper and give comments for each quiz paper they attempt. Also added a link to this grading interface to the user_data view. --- templates/exam/user_data.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'templates/exam/user_data.html') diff --git a/templates/exam/user_data.html b/templates/exam/user_data.html index 7563e0e..1e2c392 100644 --- a/templates/exam/user_data.html +++ b/templates/exam/user_data.html @@ -21,6 +21,8 @@ Last login: {{ data.user.last_login }}
{% if data.papers %} + + Grade/correct paper {% for paper in data.papers %} @@ -54,5 +56,9 @@ User IP address: {{ paper.user_ip }} {% endfor %} {# for paper in data.papers #} {% endif %} {# if data.papers #} +