CodeRunner

Question types ::: qtype_coderunner
Maintained by Richard Lobb, TimTim Hunt
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.

CodeRunner 3.1.5

Moodle 2.9, 3.0, 3.1, 3.2, 3.3
Released: keskiviikkona 31. toukokuuta 2017, 08.30

This is a bugfix release, including a fix of one fairly serious bug relating to grading of questions when precheck is being used (see the first item below). It should be installed by anyone using the precheck capability. For full CodeRunner documentation see the Readme.md file.

CHANGE HISTORY

23 May 2017. Version 3.1.5

  • Major bug fix: when grading of questions with precheck enabled, if a student's last submission to a question prior to closing the quiz was a precheck that passed, the question would be marked correct.
  • Bug fix: sample answer and answer preload fields of author form were not using the correct Ace language when the question type was first set.
  • Bug fix: validate on save not working with support files on the first save of the question.
  • Bug fix: Show Differences button was not working correctly in Edge browser.
  • Bug fix: questions with precheck=selected were not being correctly saved in course backup.
  • Various documentation and error message tweaks + code tidying.

Version information

Version build number
2017052600
Version release name
3.1.5
Maturity
Vakaa versio
MD5 Sum
22eef71fd8b163bfc7c9c7f8f460968b
Supported software
Moodle 2.9, Moodle 3.0, Moodle 3.1, Moodle 3.2, Moodle 3.3

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS tag
v3.1.5

Default installation instructions for plugins of the type Question types

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myquestiontype") in the "question/type" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation