CodeRunner
Maintained by
Tim Hunt, Richard Lobb
A question type that allows question authors to set programming questions in which the student answer is code in some programming language, which is graded by running it. More generally it can handle any question to which the answer is text that can be graded by a computer program written by the question author.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
will you propose an update soon for Moodle 3.7 ?
Regards
Étienne
I'm a teacher in Belgium. I'm using coderunner in one of my courses during a part of the year for a few students.
I can't afford a dedicated server on wich install a Jobe server. Does anyone know if there is a solution like a free Jobe server?
Any help would be apreciated.
Select *nodejs* as the CodeRunner question type (nodejs is the package used to run JavaScript on the server). If you want more details, please ask in the Question Authors' Forum on coderunner.org.nz.
Richard
Some years ago, when teaching a web programming course, I got students to implement a web site (with database, form submission etc) and paste into the answer box the URL of their site. I then graded it by making a series of GETs and POSTs to it to see how it behaved. But it's a lot of work to write a grader for a question like that and you need a large class to justify the effort. [And as an aside, you also need to poke a hole or holes in the Jobe firewall to let the grader access their sites, which, to minimise the number of holes, should be on a server provided by the institution.]
It always comes down to:
1. What question do you want to ask?
2. What answers are you prepared to accept?
3. What feedback do you wish to present to the student?
4. Can you bothered writing the program to check the answer?
Richard
https://integration.moodle.org/job/Precheck%20remote%20branch/32127/artifact/work/smurf.html