From c3031971929aa7b92705680c35f57cf422efd88d Mon Sep 17 00:00:00 2001 From: prathamesh Date: Mon, 15 Feb 2016 19:16:39 +0530 Subject: update marks on time up --- yaksh/templates/yaksh/monitor.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'yaksh/templates') diff --git a/yaksh/templates/yaksh/monitor.html b/yaksh/templates/yaksh/monitor.html index 52695cb..dae07e3 100644 --- a/yaksh/templates/yaksh/monitor.html +++ b/yaksh/templates/yaksh/monitor.html @@ -54,8 +54,8 @@ {{ paper.user.get_full_name.title }} {{ paper.user.username }} - {{ paper.profile.roll_number }} - {{ paper.profile.institute }} + {{ paper.user.profile.roll_number }} + {{ paper.user.profile.institute }} {{ paper.get_answered_str }} {{ paper.marks_obtained }} {{ paper.answers.count }} -- cgit From 5fa372b47e1f70e3d7d3b2df02410f50a86664b2 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Tue, 16 Feb 2016 14:30:57 +0530 Subject: Marks are updated at each submit. Shows status of the user test to the moderator --- yaksh/templates/yaksh/monitor.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'yaksh/templates') diff --git a/yaksh/templates/yaksh/monitor.html b/yaksh/templates/yaksh/monitor.html index dae07e3..7df0569 100644 --- a/yaksh/templates/yaksh/monitor.html +++ b/yaksh/templates/yaksh/monitor.html @@ -49,6 +49,7 @@ Questions answered Marks obtained Attempts + Status {% for paper in papers %} @@ -59,6 +60,7 @@ {{ paper.get_answered_str }} {{ paper.marks_obtained }} {{ paper.answers.count }} + {{ paper.status }} {% endfor %} -- cgit