Skip to content

Commit

Permalink
release 0.9.4 to consider QTI for APIP 1.0 as QTI 2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
bugalot committed Jun 8, 2015
1 parent d3c8c1d commit 2c1eabb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "qtism/qtism",
"description": "OAT QTI Software Module Library",
"type": "library",
"version": "0.9.3",
"version": "0.9.4",
"authors": [
{
"name": "Open Assessment Technologies S.A.",
Expand Down
4 changes: 4 additions & 0 deletions qtism/data/storage/xml/Utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ public static function inferQTIVersion(DOMDocument $document) {
return '2.1';
break;

case 'http://www.imsglobal.org/xsd/apip/apipv1p0/qtiitem/imsqti_v2p1':
return '2.1';
break;

case 'http://www.imsglobal.org/xsd/imsqti_v2p0':
return '2.0';
break;
Expand Down

0 comments on commit 2c1eabb

Please sign in to comment.