Moodle Plugins directory: CodeRunner: Versions: 3.1.5 | Moodle.org
CodeRunner
Question types ::: qtype_coderunner
Maintained by
Richard Lobb,
Tim 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: Mittwoch, 31. Mai 2017, 08:30
Code prechecks
phplint
phpcs3 | 19
js0 | 79
css15 | 27
phpdoc515 | 1
savepoint2 | 0
thirdparty
grunt1 | 1
shifter
mustache
HTML | XMLThis 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
- Stable Version
- MD5 Sum
- 22eef71fd8b163bfc7c9c7f8f460968b
- Supported software
- Moodle 2.9, Moodle 3.0, Moodle 3.1, Moodle 3.2, Moodle 3.3
- The more recent release 3.2.0 (2017072800) exists for Moodle 2.9
- The more recent release 3.7.9+ (2020092901) exists for Moodle 3.0
- The more recent release 3.7.9+ (2020092901) exists for Moodle 3.1
- The more recent release 3.7.9+ (2020092901) exists for Moodle 3.2
- The more recent release 3.7.9+ (2020092901) exists for 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
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "myquestiontype") in the "question/type" subdirectory.
- Visit http://yoursite.com/admin to finish the installation