From ce3eb1dbbd924003489d01f4e98aba841cd803c0 Mon Sep 17 00:00:00 2001 From: adityacp Date: Wed, 8 Apr 2020 15:55:59 +0530 Subject: Change templates, views, forms, models - Allow to test, download and delete single question - Fix pagination for searching and filtering questions --- yaksh/templates/yaksh/ajax_question_filter.html | 57 ----- yaksh/templates/yaksh/paginator.html | 6 +- yaksh/templates/yaksh/showquestions.html | 277 ++++++++++++------------ 3 files changed, 147 insertions(+), 193 deletions(-) delete mode 100644 yaksh/templates/yaksh/ajax_question_filter.html (limited to 'yaksh/templates') diff --git a/yaksh/templates/yaksh/ajax_question_filter.html b/yaksh/templates/yaksh/ajax_question_filter.html deleted file mode 100644 index 18f14ff..0000000 --- a/yaksh/templates/yaksh/ajax_question_filter.html +++ /dev/null @@ -1,57 +0,0 @@ -
Select | -Summary | -Language | -Type | -Marks | -
---|---|---|---|---|
- - | -{{question.summary|capfirst}} | -{{question.language|capfirst}} | -{{question.type|capfirst}} | -{{question.points}} | -
You can upload question files the following ways - -
One can upload Yaml file with extensions .yaml or .yml. Please note - that you cannot upload files associated to a question. Yaml file can - have any name. -
-One can also upload zip with the following zip structure -
-- .zip - |-- .yaml or .yml - |-- .yaml or .yml - |-- folder1 - | |-- Files required by questions - |-- folder2 - | |-- Files required by questions --
You can upload question files the following ways - +
One can upload Yaml file with extensions .yaml or .yml. Please note + that you cannot upload files associated to a question. Yaml file can + have any name. +
+One can also upload zip with the following zip structure -
++ .zip + |-- .yaml or .yml + |-- .yaml or .yml + |-- folder1 + | |-- Files required by questions + |-- folder2 + | |-- Files required by questions ++