diff options
author | maheshgudi | 2016-09-27 16:03:46 +0530 |
---|---|---|
committer | maheshgudi | 2016-09-27 16:03:46 +0530 |
commit | 086620367c481009c9caed68660865ca127a9520 (patch) | |
tree | 18b9ca9a9dd202c61a83244337859fb4ba8b4e6c /yaksh/documentation/moderator_docs | |
parent | 6c0f1a9182f53d4340ef2324ae93c50872a83a10 (diff) | |
download | online_test-086620367c481009c9caed68660865ca127a9520.tar.gz online_test-086620367c481009c9caed68660865ca127a9520.tar.bz2 online_test-086620367c481009c9caed68660865ca127a9520.zip |
documentation for stdio_evaluator
Diffstat (limited to 'yaksh/documentation/moderator_docs')
-rw-r--r-- | yaksh/documentation/moderator_docs/creating_question.rst | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/yaksh/documentation/moderator_docs/creating_question.rst b/yaksh/documentation/moderator_docs/creating_question.rst index d80b437..cdb20ef 100644 --- a/yaksh/documentation/moderator_docs/creating_question.rst +++ b/yaksh/documentation/moderator_docs/creating_question.rst @@ -62,11 +62,15 @@ How to write Test cases Finally click on Save & Add Testcase Button to save the test case. - * **Create Standard out Based Test Case** + * **Create Standard Input/Output Based Test Case** - Select Stdout Based TestCase from Test Case Type field and click on Save & Add Testcase button to save the question. + Select StdIO Based TestCase from Test Case Type field and click on Save & Add Testcase button to save the question. - In Expected Output Field type the expected output for a particular question. For e.g type 6 if the output of the user code is 6. + In Expected input field, enter the value(s) that will be passed to the students' code through a standard I/O stream. + + .. note:: If there are multiple input values in a test case, enter the values in new line. + + In Expected Output Field, enter the expected output for that test case. For e.g type 6 if the output of the user code is 6. * **Create MCQ Based Test Case** |