Skip to content

Releases: oat-sa/qti-sdk

QTI-SDK 16.1.5

17 May 23:14
27b7940
Compare
Choose a tag to compare

Fixed

  • Support for % sign in width and height 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 to codecov.

Legacy branch counterpart is 0.24.8.

0.24.8

17 May 22:45
d84332e
Compare
Choose a tag to compare

Legacy release

Fixed

  • allow class names with spaces for body element marshalling. Backport of #273
  • skip redundant variable instantiation and initialization on test session read. See #276 for details.

Main branch counterpart is 16.1.5.

0.24.7

12 May 16:28
d170a99
Compare
Choose a tag to compare

Legacy release

Fixed

  • Support for % sign in width and height attributes of <img> tag. See #270 for details.

Backported in Main branch in 16.1.5.

QTI-SDK 16.1.4

04 May 09:33
1d8482d
Compare
Choose a tag to compare

Fixed

  • Body elements now accept CSS classes surrounded by spaces.

Backported in Legacy branch in 0.24.8.

0.24.6

23 Apr 13:42
8b9e9ff
Compare
Choose a tag to compare

Legacy release

Fixed

  • Support for % sign in width and height attributes of <object> tag. See #269 for details.

Backported in Main branch in 16.1.5.

QTI-SDK 16.1.3

16 Apr 14:24
5d14c9f
Compare
Choose a tag to compare

Added

  • Support for value retrieval with cardinality Record in result building. See #264 for details.

0.24.5

26 Apr 09:36
f1bc60b
Compare
Choose a tag to compare

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

13 Apr 12:11
86e7364
Compare
Choose a tag to compare

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

13 Apr 16:08
Compare
Choose a tag to compare

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

06 Apr 16:23
8f6b35c
Compare
Choose a tag to compare

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.