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.
Is there some ways to run a code runner question outside of a quiz and have your answer scored?
For example, running a code runner question on H5P?
Thanks for maintaining this and making it a thing!
Then why Moodle allow to install coderunner as compatible with Moodle 4.0 ?
I installed it, but it doesn't show in activities list...
Do you plan to repair this issue, please ?
I downloaded from github page too, but it's the same, it doesn't show in activities list...
Thanks in advance, regards.
I've noticed that it still not ported to moodle 4.0. There are any upgrades coming soon?
I'm not sure what you're trying to do. The out-of-the-box SQL questions use sqlite3, accessing it via Python. If you installed your Jobe server using the standard instructions at https://github.com/trampgeek/jobe/blob/master/README.md you should already have sqlite3. There's no direct support for MySql-based questions and it's difficult to write your own. The Jobe server is designed to be stateless, so that every task leaves the state of the server unchanged (with a few special exceptions). This is incompatible with having a persistent database like MySql.
If you have further questions, would you please post them on the question author's forum at coderunner.org.nz.
Richard
I have installed Code Runner plugin and everything is working fine. I want to add compilers for MySql for program based questions. CAn any one guide me how to achieve this?
Thanks