summaryrefslogtreecommitdiff
path: root/yaksh/forms.py
diff options
context:
space:
mode:
authormaheshgudi2017-02-08 17:48:55 +0530
committermaheshgudi2017-03-02 20:38:41 +0530
commit23018fa38afcdfec93f1338bd783a769a0fe91e7 (patch)
tree2256d73148791118fb3624e7b78a5e371d2a70f1 /yaksh/forms.py
parent321343d45bc1f4d20cd348773bd8b214d9c4d692 (diff)
downloadonline_test-23018fa38afcdfec93f1338bd783a769a0fe91e7.tar.gz
online_test-23018fa38afcdfec93f1338bd783a769a0fe91e7.tar.bz2
online_test-23018fa38afcdfec93f1338bd783a769a0fe91e7.zip
changed string check names
Diffstat (limited to 'yaksh/forms.py')
-rw-r--r--yaksh/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/forms.py b/yaksh/forms.py
index fdc881f..c6283c8 100644
--- a/yaksh/forms.py
+++ b/yaksh/forms.py
@@ -37,7 +37,7 @@ question_types = (
("upload", "Assignment Upload"),
("integer", "Answer in Integer"),
("string", "Answer in String"),
- ("float", "Answer in Decimal"),
+ ("float", "Answer in Float"),
)
test_case_types = (