From 086620367c481009c9caed68660865ca127a9520 Mon Sep 17 00:00:00 2001 From: maheshgudi Date: Tue, 27 Sep 2016 16:03:46 +0530 Subject: documentation for stdio_evaluator --- yaksh/documentation/moderator_docs/creating_question.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'yaksh') 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** -- cgit