summaryrefslogtreecommitdiff
path: root/testapp/templates/exam/ajax_marks.html
diff options
context:
space:
mode:
authorPrabhu Ramachandran2014-07-03 18:06:26 +0530
committerPrabhu Ramachandran2014-07-03 18:06:26 +0530
commitbefad018f2e59389e92eaa109c6968bea30d06f9 (patch)
treedf02d9de7fdd1596c0be1268bdd9148a2f0f15cb /testapp/templates/exam/ajax_marks.html
parentba6308eb5dfe391305f5466fba00be46a4755f7e (diff)
parent2d04f8cce5c5cf610b401ed37f796bd2034c07e9 (diff)
downloadonline_test-befad018f2e59389e92eaa109c6968bea30d06f9.tar.gz
online_test-befad018f2e59389e92eaa109c6968bea30d06f9.tar.bz2
online_test-befad018f2e59389e92eaa109c6968bea30d06f9.zip
Merge pull request #32 from prathamesh920/question_paper_creation_interface
Question paper creation interface
Diffstat (limited to 'testapp/templates/exam/ajax_marks.html')
-rw-r--r--testapp/templates/exam/ajax_marks.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/testapp/templates/exam/ajax_marks.html b/testapp/templates/exam/ajax_marks.html
new file mode 100644
index 0000000..716bb88
--- /dev/null
+++ b/testapp/templates/exam/ajax_marks.html
@@ -0,0 +1,4 @@
+<option value='select'>Select Marks</option>
+{% for mark in marks %}
+<option value="{{ mark.0 }}"> {{ mark.0 }} </option>
+{% endfor %}