Releases: oat-sa/qti-sdk
Releases · oat-sa/qti-sdk
QTI-SDK 16.1.5
Fixed
- Support for
%
sign inwidth
andheight
attributes of<img>
and<object>
tag. Backport of #269 and #270. - Skip redundant variable instantiation and initialization on test session read. See #274 for details.
Changed
- Moved test coverage reporting from
coveralls
tocodecov
.
Legacy branch counterpart is 0.24.8.
0.24.8
0.24.7
QTI-SDK 16.1.4
Fixed
- Body elements now accept CSS classes surrounded by spaces.
Backported in Legacy branch in 0.24.8.
0.24.6
QTI-SDK 16.1.3
Added
- Support for value retrieval with cardinality
Record
in result building. See #264 for details.
0.24.5
Legacy release
Fixed
- Avoid to escape the caret char from regular expression patterns using it as an excluding rule (
[^...]
)
Main branch counterpart is 16.1.2.
QTI-SDK 16.1.2
Fixed
- Avoid to escape the caret char from regular expression patterns using it as an excluding rule (
[^...]
)
Legacy branch counterpart is 0.24.5.
QTI-SDK 15.0.1
Fixed
- Compatibility pack for QTI
Match
operator in PHP 7/8. See #249 for details.
This version makes sure that compiled tests still run in PHP 7.*.
However, when run on PHP 8.0, the older compiled tests containing usages of the Match
class will have to be updated either by re-publishing or by running a script to update the generated PHP code.
QTI-SDK 16.1.1
Fixed
- In HottextInteraction and PositionObjectInteraction, minChoices is valid when greater than maxChoices if and only if the latter is 0.
Legacy branch counterpart is 0.24.4.