summaryrefslogtreecommitdiff
path: root/yaksh/forms.py
diff options
context:
space:
mode:
authorPrabhu Ramachandran2018-03-22 18:09:03 +0530
committerGitHub2018-03-22 18:09:03 +0530
commit734b221a98745ccb6218f43923731323a265966a (patch)
treeb9ad94f07ae3891295656203c169cb0b03b08d96 /yaksh/forms.py
parent4b356aa2f6097cd0f46292218f31ded18b631e53 (diff)
parent09ab00808ba9ea288047662e5c7ee2a134f0ac41 (diff)
downloadonline_test-734b221a98745ccb6218f43923731323a265966a.tar.gz
online_test-734b221a98745ccb6218f43923731323a265966a.tar.bz2
online_test-734b221a98745ccb6218f43923731323a265966a.zip
Merge pull request #434 from maheshgudi/arrange_options
Arrange options question type
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 97b3108..9a44cfa 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 = (