Skip to content

Releases: oat-sa/qti-sdk

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.

0.24.4

06 Apr 15:39
e0a5b8b
Compare
Choose a tag to compare

Legacy release

Fixed

  • In HottextInteraction and PositionObjectInteraction, minChoices is valid when greater than maxChoices if and only if the latter is 0.

Main branch counterpart is 16.1.1.

0.22.6

06 Apr 23:09
2f0d543
Compare
Choose a tag to compare

Legacy 0.22.x backport release

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.
Main branch counterpart is 16.1.1.

QTI-SDK 16.1.0

24 Mar 21:12
3d4ad39
Compare
Choose a tag to compare

Added

  • XSDs for QTI 2.2.3 (fixes flowsto bug) and 2.2.4 (multiple mime types in upload interaction). See #251 for details.

Legacy branch counterpart is 0.24.3.

0.24.3

24 Mar 17:25
ee33af5
Compare
Choose a tag to compare

Legacy release

Added

  • XSDs for QTI 2.2.3 (fixes flowsto bug) and 2.2.4 (multiple mime types in upload interaction). See #252 for details.

Main branch counterpart is 16.1.0.

QTI-SDK 16.0.1

23 Mar 15:52
489cbd9
Compare
Choose a tag to compare

Fixed

  • QTI class validation with long class. See #254 for details.

Legacy branch counterpart is 0.24.2.

0.24.2

23 Mar 15:22
7e9bb67
Compare
Choose a tag to compare

Legacy release

Fixed

  • QTI class validation with long class. See #253 for details.

Main branch counterpart is 16.0.1.

QTI-SDK 16.0.0

20 Feb 23:23
fa6da38
Compare
Choose a tag to compare

Added

  • Support for storage of more than 255 variables in a test session. See #248 for details.
  • Compatibility pack for QTI Match operator in PHP 7/8. See #249 for details.

Legacy branch counterparts are 0.24.0. and 0.24.1.

0.24.1

12 Feb 22:50
db63bf8
Compare
Choose a tag to compare

Legacy release

Fixed

  • Support for Tao compiled tests still containing generated PHP code with references to the Match class. In PHP 8, match is a reserved word, the Match operator class has been renamed MatchOperator but former Tao compiled tests still contain generated PHP code with references to the Match class. This release makes sure these compiled tests still run in PHP 7. However, when run on PHP 8, 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.

Main branch counterpart is 16.0.0.