Skip to content

Releases: oat-sa/qti-sdk

Zero select attribute

18 Nov 14:29
Compare
Choose a tag to compare

This bugfix release fixes the bug when a element involves a select attribute with a value of zero for the 2.2.X versions.

Missing or zero select attribute

18 Nov 13:06
Compare
Choose a tag to compare

This bugfix releases fixes a bug where elements have no select attribute or a select attribute with a value of 0.

Thanks to @hutnikau

TimeLimits Order for XSD Validation

16 Nov 08:09
Compare
Choose a tag to compare

This bugfix release fixes a bug when TimeLimits are involved at the AssessmentTestLevel. The ordering of elements was not correct against the QTI 2.1 XSD.

Thanks to Michael Komarouski for the Pull Request!

Suspend/Resume AssessmentTestSessions

16 Nov 13:46
Compare
Choose a tag to compare

This release provides Suspend and Resume methods to AssessmentTestSessions.

BranchRule/PreCondition Fixes

15 Nov 19:52
Compare
Choose a tag to compare

Various fixes on BranchRule/PreCondition support.

AssessmentTest TimeLimits Marshalling

15 Nov 13:29
Compare
Choose a tag to compare

This release fixes a class ordering bugs when timelimits at the level of assessmentTests are involved in XML marshalling.

TemplateDefaults/TemplateProcessing at Test Level

27 Oct 16:02
Compare
Choose a tag to compare

Improvement of TemplateDefault/TemplateProcessing management at the AssessmentTestSession level.

Fragment Prefix

14 Oct 19:53
Compare
Choose a tag to compare

This release provides the client-code a way to prefix PHP fragments when rendering QTI-XML to native PHP templates.

Microseconds

13 Oct 15:01
Compare
Choose a tag to compare

Duration now supports microseconds format.

PHP7 Release

11 Oct 14:41
Compare
Choose a tag to compare

This 2.0.0 release aims at supporting PHP 5.3 to PHP 7, which is now tested in Continuous Integration with Travis-CI.

The major change to this release is the 'Qti' prefixed added to all classes of the qtism\common\datatypes namespace, which were conflicting with the new Scalar base types of PHP 7.