From e8f752650a63c0bc50dd67c2fedf24444f20fcae Mon Sep 17 00:00:00 2001 From: maheshgudi Date: Sat, 21 Jan 2017 11:54:38 +0530 Subject: monitor sorts wrt to highest score. removed quiz instructions from models. --- yaksh/models.py | 37 ------------------------------------- yaksh/templates/yaksh/monitor.html | 6 +++--- 2 files changed, 3 insertions(+), 40 deletions(-) (limited to 'yaksh') diff --git a/yaksh/models.py b/yaksh/models.py index 8d4f930..652545d 100644 --- a/yaksh/models.py +++ b/yaksh/models.py @@ -68,43 +68,6 @@ test_status = ( ('completed', 'Completed'), ) -instructions_data = dedent("""\ -
- This examination system has been developed with the intention of - making you learn programming and be assessed in an interactive and - fun manner. You will be presented with a series of programming questions - and problems that you will answer online and get immediate - feedback for. -
-- Here are some important instructions and rules that you should - understand carefully.
-- We hope you enjoy taking this - exam !!! -
- """) - def get_assignment_dir(instance, filename): return '%s/%s/%s' % (instance.user.user, instance.assignmentQuestion.id, filename) diff --git a/yaksh/templates/yaksh/monitor.html b/yaksh/templates/yaksh/monitor.html index 0ad6401..b84f050 100644 --- a/yaksh/templates/yaksh/monitor.html +++ b/yaksh/templates/yaksh/monitor.html @@ -11,10 +11,10 @@ + {% endblock %} -- cgit