summaryrefslogtreecommitdiff
path: root/yaksh/documentation/moderator_docs
diff options
context:
space:
mode:
authormahesh2017-03-21 19:57:52 +0530
committermahesh2017-03-21 19:57:52 +0530
commitd974d4db89af71dd844d76849678f287eedc75ce (patch)
tree5c74131b71ac228ee89f454807e5869bb0e109a7 /yaksh/documentation/moderator_docs
parent72061d5f4ceae8e848a1fb12ab245be93db75435 (diff)
downloadonline_test-d974d4db89af71dd844d76849678f287eedc75ce.tar.gz
online_test-d974d4db89af71dd844d76849678f287eedc75ce.tar.bz2
online_test-d974d4db89af71dd844d76849678f287eedc75ce.zip
added documentation for simple question types
Diffstat (limited to 'yaksh/documentation/moderator_docs')
-rw-r--r--yaksh/documentation/moderator_docs/creating_question.rst37
1 files changed, 37 insertions, 0 deletions
diff --git a/yaksh/documentation/moderator_docs/creating_question.rst b/yaksh/documentation/moderator_docs/creating_question.rst
index 94bb95c..69bb635 100644
--- a/yaksh/documentation/moderator_docs/creating_question.rst
+++ b/yaksh/documentation/moderator_docs/creating_question.rst
@@ -251,6 +251,43 @@ How to write Test cases
.. image:: ../images/hook_testcase.jpg
:width: 80%
+ * **Create Integer Based Test Case**
+
+ Select **Answer in Integer** from Type field.
+
+ Select Integer from Add Test Case field.
+
+ In the Correct field, add the correct integer value for the question.
+
+ .. image:: ../images/integer_testcase.jpg
+ :width: 80%
+
+ * **Create String Based Test Case**
+
+ Select **Answer in String** from Type field.
+
+ Select **String** from Add Test Case field.
+
+ In the **Correct** field, add the exact string answer for the question.
+
+ In **String Check** field, select if the checking of the string answer
+ should be case sensitive or not.
+
+ .. image:: ../images/string_testcase.jpg
+ :width: 80%
+
+ * **Create Float Based Test Case**
+
+ Select **Answer in Float** from Type field.
+
+ Select **Float** from Add Test Case field.
+
+ In the **Correct** field, add the correct float value for the question.
+
+ In the **Error Margin** field, add the margin of error that will be allowed.
+
+ .. image:: ../images/float_testcase.jpg
+ :width: 80%
Features in Question