Skip to content

Releases: adaptlearning/adapt-contrib-assessment

Release v2.3.0

10 Oct 11:14
Compare
Choose a tag to compare

Added

  • handlebars helper to allow for dynamic question numbering (#2043)
  • resetType added to the assessment state object to allow other plugins to know what type of reset the assessment is doing (part of #1933)

Fixed

  • new _allowResetIfPassed setting doesn't work with _isResetOnRevisit (#1925)

Changed

  • Switched over to the Adapt.wait API (#1824)
  • Framework dependency bumped to v3+ due to (#1824)

Minimum requirements

Name Version
Framework 3

Release v2.2.0

09 Apr 11:37
Compare
Choose a tag to compare

Added:

  • Option to allow retry on an assessment which has been passed (#1809) - N.B. this feature requires adapt-contrib-assessmentResults v2.2.0 or better
  • New events: assessments:preReset, assessments:postReset, assessments:restored (#100)
  • Routing to an assessment via URL (#1765)

Changed:

  • Default _includeInTotalScore to true (#1864)
  • Minor corrections to README.md

Fixed:

  • Bug when user fails all questions and the pass mark is 0 (#1924)
  • Only restores _isPass if an assessment has been completed (#1953)

Minimum requirements

Name Version
Framework 2.2

Release v2.1.2

16 Aug 14:02
Compare
Choose a tag to compare

Fixed:

  • An error in the authoring tool introduced by a range validator on _quizBankID. (This involved reverting PR #93)

Release v2.1.1

09 Aug 09:02
Compare
Choose a tag to compare

Added

  • articleId to object returned by getState() (#1680)

Changed:

  • Re-organised properties.schema for readability, also set the _randomisation._blockCount to -1 by default, meaning all blocks are randomised if the setting is enabled. (#1593)
  • Code now allows an empty assessment _id, if there is only one assessment on the course (#1621)
  • Switched to new findDescendantModels() function (#1607)
  • Removed requireAssessmentPassed property (#1448)
  • Changed Boolean inputs to Checkbox for authoring tool (#1380)
  • Added range validator to properties schema (#1630)

Fixed:

  • Inconsistencies in treatment of undefined and empty _id values (#1621)
  • Possible memory leak with Backbone.Collection cleanup (#1607)

Release v2.1.0

16 Jun 14:16
Compare
Choose a tag to compare
  • added new 'suppress marking' feature to allow marking to be shown only once the assessment has been passed or all attempts have been used (#1291)
  • improve performance for Internet Explorer v8 (#1105) - note that is it still recommended you limit the size of your assessment if IE8 support is required, please see the Limitations section of the README for details
  • fix issue with _setupBankedAssessment triggering an error in Internet Explorer v8 when used with Framework v2.0.16 or later (#1432)
  • fix issue where completing one assessment resulted in progress being reported on other assessments (#1421)
  • fixes for assessment reset functionality (#1584 & #1585)
  • removed redundant code (#1456)

Release v2.0.9

26 Jan 20:39
Compare
Choose a tag to compare
  • fix for presentation components in the assessment article being excluded when re-attempting an assessment (#1323)
  • fix for the isPass calculation only working properly for percentage-based scores (#1389)
  • added some missing help text (#1395)

Release v2.0.8

28 Nov 14:39
Compare
Choose a tag to compare

Fixed:

  • Assessment _id value is now no longer required (#1192)
  • _assessmentWeight now has a default value (#1341)
  • _resetType now has a default value (#1330)

Release v2.0.7

23 Nov 19:54
Compare
Choose a tag to compare
  • fix for percentage scores not being restored properly across sessions (#1175)
  • updates as a result of the changes to allow _canShowMarking to be set directly on question components (#1046)
  • amends to allow the assessment state to be completely reset if the user switches language (#1284, #1286 & #1289)

Release v2.0.6

06 Jul 10:21
Compare
Choose a tag to compare

fixes for various issues to do with the assessment state not being properly restored in subsequent SCORM sessions

Release v2.0.5

18 Dec 16:05
Compare
Choose a tag to compare

Bug fixes for:

  • assessment overriding the _canShowModelAnswer and _canShowFeedback properties of all assessment questions, when these properties were not defined on the assessment article (#65)
  • assessment not recalculating banks from config on reset ABU-1141