summaryrefslogtreecommitdiff
path: root/yaksh/forms.py
diff options
context:
space:
mode:
authorPrabhu Ramachandran2018-03-22 18:10:54 +0530
committerGitHub2018-03-22 18:10:54 +0530
commitc49550b6793c0481fae08f04c794218513894cc4 (patch)
tree8a767d224ac6a1688cd3eb301b2ccac40413fc7e /yaksh/forms.py
parent30be89eef46a248fe6f7ff26a923593ea8371fb1 (diff)
parent734b221a98745ccb6218f43923731323a265966a (diff)
downloadonline_test-c49550b6793c0481fae08f04c794218513894cc4.tar.gz
online_test-c49550b6793c0481fae08f04c794218513894cc4.tar.bz2
online_test-c49550b6793c0481fae08f04c794218513894cc4.zip
Merge branch 'master' into Grades
Diffstat (limited to 'yaksh/forms.py')
-rw-r--r--yaksh/forms.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yaksh/forms.py b/yaksh/forms.py
index 56a2302..41c9176 100644
--- a/yaksh/forms.py
+++ b/yaksh/forms.py
@@ -35,6 +35,7 @@ question_types = (
("integer", "Answer in Integer"),
("string", "Answer in String"),
("float", "Answer in Float"),
+ ("arrange", "Arrange in Correct Order"),
)
test_case_types = (