From 1a2d31e1c59427c28211030ea09cd4964b4bd8d8 Mon Sep 17 00:00:00 2001 From: adityacp Date: Tue, 16 Feb 2021 15:21:24 +0530 Subject: Change test data files, views, models, template - Fix upload marks for a quiz column missing error - Add upload marks task to celery - Minor fixes to avoid errors in regrade and custom_filters --- yaksh/templates/yaksh/grade_user.html | 3 +++ yaksh/templates/yaksh/monitor.html | 48 ++++++++++++++++++++--------------- 2 files changed, 31 insertions(+), 20 deletions(-) (limited to 'yaksh/templates') diff --git a/yaksh/templates/yaksh/grade_user.html b/yaksh/templates/yaksh/grade_user.html index 4e1db2b..32cf09c 100644 --- a/yaksh/templates/yaksh/grade_user.html +++ b/yaksh/templates/yaksh/grade_user.html @@ -559,6 +559,9 @@ function searchNames() { {% endif %} +
+ Comment: +
diff --git a/yaksh/templates/yaksh/monitor.html b/yaksh/templates/yaksh/monitor.html index c7755e7..6fd3cb1 100644 --- a/yaksh/templates/yaksh/monitor.html +++ b/yaksh/templates/yaksh/monitor.html @@ -52,7 +52,8 @@ $(document).ready(function() {% if quiz %} {% if papers %}
-
+
+
@@ -83,34 +84,41 @@ $(document).ready(function()
-
-
-
-
+
+
+
+ Auto-Refreshes every 5 minutes +
+
+
+
-
+
+ -
-
- Auto-Refreshes every 5 minutes -
-
-
+
+
+
-
-

- - - Download the CSV file from the button above
- - Edit and upload the same
-
-

+
+
    +
  • + Download the CSV file from the button +
  • +
  • + Edit and upload the same +
  • +
  • + Note: Do not change the CSV Headers +
  • +
@@ -123,7 +131,7 @@ $(document).ready(function()
-
+
Select Attempt number: -- cgit