Skip to content

Commit

Permalink
Update change history, fix error in documentation of Twig QUESTION va…
Browse files Browse the repository at this point in the history
…riable.
  • Loading branch information
trampgeek committed Sep 14, 2024
1 parent a78c381 commit bde41be
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1521,8 +1521,8 @@ Other fields are:
author. See under Combinator-template grading.
* `QUESTION.language` The language being used to run the question in the sandbox,
e.g. "Python3".
* `QUESTION.precheck` The setting of the precheck dropdown: 0 = no precheck
1 = precheck examples, 2 = precheck selected.
* `QUESTION.precheck` The setting of the precheck dropdown: 0 = no precheck, 1 = empty,
2 = precheck examples, 3 = precheck selected, 4 = all.
* `QUESTION.hidecheck` True if the *Hide check* checkbox is set.
* `QUESTION.iscombinatortemplate` True if this is a combinator question.
* `QUESTION.penaltyregime` The penalty regime for this question.
Expand Down
18 changes: 18 additions & 0 deletions changehistory.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# CHANGE HISTORY

### September 2024. 5.4.1

* New features:
* a Jobe-run cache stores run results, which dramatically
speeds up regrading of quizzes. Experimental, so off by default but has been
used extensively on our production server. One caution: cache can consume
a lot of disk space and clearing the cache on system upgrades can be slow.
* Support for Jobe server load balancing using cookies added (#206).
* Category and course shortname have been added to the bulk test report (#212).
* Full screen mode for Ace editor.
* Various code tidying and Behat testing improvements.
* Bug fixes:
* The prototypeextra field was missing from the Twig QUESTION variable (#211).
* PHP was issuing warnings "undefined property behat_prefix" (#208).
* The getallattempts script that was suppressing -precheck, -submit etc rows.
* Testcases marked as Precheck Only were not being validating on save.
* With combinator grader, all test cases were being displayed when a question didn't validate, rather than just the failed ones.

### 11 February 2024. 5.3.0

* Significant refactoring to improve PHP8.2 compatibility, particularly with regard to dynamic attributes (thanks Anupama).
Expand Down

0 comments on commit bde41be

Please sign in to comment.