From 3918842683580a7265e4420febb13aadf7604e35 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Thu, 3 Jul 2014 17:31:19 +0530 Subject: Interface to create question paper --- testapp/templates/exam/ajax_questions.html | 31 ++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 testapp/templates/exam/ajax_questions.html (limited to 'testapp/templates/exam/ajax_questions.html') diff --git a/testapp/templates/exam/ajax_questions.html b/testapp/templates/exam/ajax_questions.html new file mode 100644 index 0000000..e343f9b --- /dev/null +++ b/testapp/templates/exam/ajax_questions.html @@ -0,0 +1,31 @@ +
+ {% if questions %} + + Select All + {% endif %} + +
+ +
+ +
-- cgit