Skip to content

Learnosity QTI v1.2.0

Compare
Choose a tag to compare
@ttton ttton released this 24 Apr 19:10
3c4fa70

Features

  • qti:to:learnosity: Added support for new command line argument item-reference-source. This argument provides several options to select where the Item reference will be sourced from (e.g. LOM metadata, the <assessmentItem>, or the QTI XML file name).

Bug fixes

  • Fixed bugs caused by invalid references to the class qtism\data\content\xhtml\Object.
  • Fixed bugs caused by breaking changes in the most recent update of the qtism/qtism vendor library.
  • qti:to:learnosity: Fixed an issue where Items converted directly from QTI XML were output to legacy v0 Item JSON format, rather than the current v1 Item JSON format.
  • Fixed errors caused by incorrect attributes and constructor parameters in the imageclozeassociation question type model.
  • qti:to:learnosity: Fixed handling of an edge case where one or more assessment items being converted produce no valid questions or features. Previously, this case would throw a fatal exception that kills the conversion process; now, the conversion is no longer interrupted and the resulting Item is logged.
  • qti:to:learnosity: Fixed handling of <sum> and other response processing expressions when they are nested under certain elements in the <responseProcessing> block.
  • qti:to:learnosity: Fixed errors caused by an undefined variable $mode in GapMatchInteractionValidationBuilder.