diff options
author | ankitjavalkar | 2016-02-09 18:19:37 +0530 |
---|---|---|
committer | ankitjavalkar | 2016-02-12 13:07:50 +0530 |
commit | ce36eb04c0b6089e3a4ec85252046951019086cc (patch) | |
tree | e0acdbba06bdc8392c582b795554dc632ca4f91e /yaksh/views.py | |
parent | e1009230a8d3bf2cf3385b478cd5f7f48d8dca25 (diff) | |
download | online_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.py | 1 |
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. |