File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11# CHANGE HISTORY
22
3- ### 12 October 2025, 5.7.3
3+ ### 28 October 2025, 5.8.0
44
55 * New question browser script moodlehome/question/type/coderunner/questionbrowserindex.php allows easy browsing
66 of all CodeRunner questions in a given course or context, including text or regex search on any of the
7- question fields and instant display of question text and answer .
7+ question fields and instant display of question text, answer and quiz usage .
88 * Add a QUIZ variable to the Twig context with fields QUIZ.name and QUIZ.tags. Allows customising the behaviour
99 of CodeRunner questions according to the quiz in which they're running.
1010 * Extend TwigAll to include penalty regime.
1111 * Improve resilience of combinator template grader code to bad response from author's template.
12+ * Improvements to test suite (issues #266 , #267 and #276 )
1213 * Bug fix: when using equality grader, trailing space characters were correctly being removed from
1314 all lines but the spec said all whitespace characters were being removed. That wasn't true - characters
1415 like tabs and return characters weren't removed
1516 * Move document to mkdocs format with much improved browsing at https://trampgeek.github.io/moodle-qtype_coderunner/
1617 * Various code tweaks and polishing.
1718
18- ### 15 August 2025, 5.7.2+
19+ ### 15 August 2025, 5.7.2+1
1920
2021 * Bug fix #254 The presence of a CodeRunner question in the course's question bank causes the duplication of quizzes to fail.
2122
Original file line number Diff line number Diff line change 2222
2323defined ('MOODLE_INTERNAL ' ) || die ();
2424
25- $ plugin ->version = 2025101200 ;
25+ $ plugin ->version = 2025102800 ;
2626$ plugin ->requires = 2023100900 ; // Moodle 4.3.0 or later.
2727$ plugin ->cron = 0 ;
2828$ plugin ->component = 'qtype_coderunner ' ;
2929$ plugin ->maturity = MATURITY_STABLE ;
30- $ plugin ->release = '5.7.3 ' ;
30+ $ plugin ->release = '5.8.0 ' ;
3131
3232$ plugin ->dependencies = [
3333 'qbehaviour_adaptive_adapted_for_coderunner ' => 2024041800 ,
You can’t perform that action at this time.
0 commit comments