summaryrefslogtreecommitdiff
path: root/yaksh/templates/manage.html
diff options
context:
space:
mode:
authorprathamesh2016-09-23 13:02:27 +0530
committerprathamesh2016-09-23 13:02:27 +0530
commit03e54d7f6a42c0d9207db554abba9da854d494e4 (patch)
treeac05acb7b015faa7fbb986935b3883c603d0f0d2 /yaksh/templates/manage.html
parentf78647307f2e5f858d1c1f74507a8626ec117223 (diff)
downloadonline_test-03e54d7f6a42c0d9207db554abba9da854d494e4.tar.gz
online_test-03e54d7f6a42c0d9207db554abba9da854d494e4.tar.bz2
online_test-03e54d7f6a42c0d9207db554abba9da854d494e4.zip
Regrade Feature
A question can be regraded for a given quiz. Whole quiz can be regraded. Particular user paper can be regraded. Moved validate_answer from views to models. regrade method also updates the answer i.e. marks and correctness. Also, the answer paper percentage is updated.
Diffstat (limited to 'yaksh/templates/manage.html')
-rw-r--r--yaksh/templates/manage.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/yaksh/templates/manage.html b/yaksh/templates/manage.html
index b628a44..9e004e6 100644
--- a/yaksh/templates/manage.html
+++ b/yaksh/templates/manage.html
@@ -33,6 +33,7 @@
<li><a href="{{ URL_ROOT }}/exam/manage/courses">Courses</a></li>
<li><a href="{{ URL_ROOT }}/exam/viewprofile">My Profile</a></li>
<li><a href="{{ URL_ROOT }}/exam/changepassword">Change Password</a></li>
+<li><a href="{{ URL_ROOT }}/exam/manage/grader"> Grader </a></li>
</ul>
<ul style="float:right;">
<li><strong><a style='cursor:pointer' onClick='location.replace("{{URL_ROOT}}/exam/complete/");'>Log out</a></strong></li>