diff options
author | Prabhu Ramachandran | 2016-09-29 12:33:08 +0530 |
---|---|---|
committer | GitHub | 2016-09-29 12:33:08 +0530 |
commit | 8b410d3764b8f0e5c7a14e292a5583ef93c4257e (patch) | |
tree | 18b9ca9a9dd202c61a83244337859fb4ba8b4e6c /yaksh/documentation | |
parent | 8e4ead8ab4caa9366e5357840e1912cbfb8cdb85 (diff) | |
parent | 086620367c481009c9caed68660865ca127a9520 (diff) | |
download | online_test-8b410d3764b8f0e5c7a14e292a5583ef93c4257e.tar.gz online_test-8b410d3764b8f0e5c7a14e292a5583ef93c4257e.tar.bz2 online_test-8b410d3764b8f0e5c7a14e292a5583ef93c4257e.zip |
Merge pull request #141 from maheshgudi/refactor_stdio
Refactor stdio
Diffstat (limited to 'yaksh/documentation')
-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** |