Hello Richard,
Very kind of you for this reply.
We want to use CodeRunner both for Evaluate our students (CodeRunner is for us a good response), and we would like to use CodeRunner a a compiler, and simply receive on a console (or equivalent) the output of the program.
Here is a simple example below , here we entered "RodeRunner" in input variables, and just have the console output.
Our question is : is it possible easily to do it with CodeRunner , or do we have to use another solution for it (for example Sphere Engine).
Very kind of you for Reply !
Pierre
Paris, France
In the documentation, you wrtite :
"A per_test_template is essentially a program with "placeholders" into which are inserted the student's answer and the test code for the test case being run. The expanded template is then sent to the sandbox where it is compiled (if necessary) and run with the standard input defined in the testcase. The output returned from the sandbox is then matched against the expected output for the testcase, where a 'match' is defined by the chosen validator: an exact match, a nearly exact match or a regular-expression match."
Is it possible to send the program to the sandbox, to compile it, and simply return the output, without checking with the testcases ?
Thanks too much for help!
Pierre