Can I use CodeRunner for a different use case. I want to create a question which gives the student an input file, and ask the student to write a program (in any language) which manipulates this data and produces a particular output file. I want the student to then upload the output file. I'd like CodeRunner then to check his answer by running a script which I have pre-specified, to determine whether his uploaded file is correct.
This *could* be interpreted as "compile the file the student uploaded".