summaryrefslogtreecommitdiff
path: root/yaksh/views.py
diff options
context:
space:
mode:
authorankitjavalkar2016-02-09 18:19:37 +0530
committerankitjavalkar2016-02-12 13:07:50 +0530
commitce36eb04c0b6089e3a4ec85252046951019086cc (patch)
treee0acdbba06bdc8392c582b795554dc632ca4f91e /yaksh/views.py
parente1009230a8d3bf2cf3385b478cd5f7f48d8dca25 (diff)
downloadonline_test-ce36eb04c0b6089e3a4ec85252046951019086cc.tar.gz
online_test-ce36eb04c0b6089e3a4ec85252046951019086cc.tar.bz2
online_test-ce36eb04c0b6089e3a4ec85252046951019086cc.zip
Frontend interface changes:
- Current question in nav bar highlighted with green - Submitted question in nav bar disabled, greyed out - Timer display size increased - Timer warning display, blinking
Diffstat (limited to 'yaksh/views.py')
-rw-r--r--yaksh/views.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yaksh/views.py b/yaksh/views.py
index 0f6675a..78f33f6 100644
--- a/yaksh/views.py
+++ b/yaksh/views.py
@@ -1199,7 +1199,6 @@ def monitor(request, questionpaper_id=None):
context_instance=ci)
-
def get_user_data(username):
"""For a given username, this returns a dictionary of important data
related to the user including all the user's answers submitted.