Skip to content

Releases: adaptlearning/adapt-contrib-pageLevelProgress

Release v3.1.0

15 Oct 12:02
Compare
Choose a tag to compare

Added

  • new _excludeAssessments setting to allow better control over how progress is calculated in pages that contain assessments (#2065)

Changed

  • Handlebars template updated to allow pageLevelProgress to display 'dynamic question numbering' (#2043)

Minimum requirements

Name Version
Framework 2.2

Release v3.0.0

30 Apr 12:28
Compare
Choose a tag to compare
  • removed references to accessible-text-block (#833)
  • update the template to allow it compile 'handlebars expressions' (#1879)
  • amend call to Adapt.scrollTo to pass a selector rather than a reference to an element (2004)
  • code tidy - updating to latest coding standards, dropping support for legacy Microsoft browsers.

Release v2.0.9

22 Aug 11:41
Compare
Choose a tag to compare

Changes:

  • schema: dropdown to checkboxes #1380
  • schema: improvements to help text

Fixed:

  • updated collections use to stop memory leaks #1616

Release v2.0.8

10 Apr 09:57
Compare
Choose a tag to compare

Global change to observe _isComplete rather than _isInteractionComplete to prevent cross-session completion bug (adaptlearning/adapt_framework#1327)

Release v2.0.7

20 Sep 16:08
Compare
Choose a tag to compare
  • fix for script error caused by non-existent variable (#1146)
  • resize PLP indicator to allow more space for the language picker icon when used (#1123)

Release v2.0.6

18 Jul 11:44
Compare
Choose a tag to compare

Fixes an error with indexOf() not being supported in IE 8.

Release v2.0.5

14 Jul 11:53
Compare
Choose a tag to compare
  • fix for progress completion calculations being slightly off under certain circumstances (#1138)
  • update to allow page to be marked as complete when articles/blocks/components have the _isAvailable flag set to false (#1030)
  • update properties.schema with translatable properties in preparation for localisation support (#1066)

Release v2.0.4

28 Apr 14:52
Compare
Choose a tag to compare
  • new _showPageLevelCompletion feature to allow the page progress calculation to ignore components not displayed in page level progress (#82)
  • fix for styling issue with disabled page level progress items (#932)

Release v2.0.3

24 Nov 11:12
Compare
Choose a tag to compare
  • updates to LESS variable names

Release v2.0.2

30 Oct 10:25
Compare
Choose a tag to compare

Headline changes:

  • added pageLevelProgress:update event to allow for dynamic updates to PLP contents
  • various screenreader accessibility fixes
  • updated to v2-style LESS variables
  • updates for authoring tool compatibility
  • IE8 compatibility & scrolling bugfixes