Skip to content

Releases: adaptlearning/adapt-contrib-confidenceSlider

v3.1.0

01 Nov 11:59
04d22ce
Compare
Choose a tag to compare

Changed

Minimum requirements

Name Version
Framework 5.8

v3.0.2

08 Sep 15:02
012d76e
Compare
Choose a tag to compare

Fixed

  • added rangeslider file to confidence slider to enable confidence slider to work inside aat (#48)

Minimum requirements

Name Version
Framework 5
Slider 3.1

v3.0.1

30 Jun 12:41
Compare
Choose a tag to compare

Fixed

  • _scaleStart must be greater than 0 (#46)

Minimum requirements

Name Version
Framework 5
Slider 3.1

v3.0.0 - the one with BEM, rem and SMACSS

22 Jan 16:58
dc7d921
Compare
Choose a tag to compare

Changed:

  • Updated HTML naming convention to adhere to BEM
  • Adopted relative unit measurement (rem) instead of fixed (px)
  • Updated CSS to use a SMACSS approach
  • Indentation amended to use 2 spaces instead of 4

Framework dependency version has been updated to v5+ due to breaking naming change.

Minimum requirements

Name Version
Framework 5
Slider 3

v2.2.0

16 Apr 15:27
Compare
Choose a tag to compare

Added

  • Added ARIA labels to start and end labels (#2220)

Changed

  • Split into model and view (#1179)

Fixed

  • Missing Slider dependency (#33)
  • Error with invalid _linkedToId (#35)
  • _canShowMarking and _canShowFeedback missing from schema (#37)

Minimum requirements

Name Version
Framework 2.0.17
Slider 2.4

Release v2.1.3

01 Dec 11:57
1eb309e
Compare
Choose a tag to compare

Changed Boolean inputs to Checkbox for authoring tool (#1380)

Release v2.1.2

18 Aug 14:35
Compare
Choose a tag to compare

Update Framework dependency (#1704)

Release v2.1.1

21 Jun 10:13
Compare
Choose a tag to compare
  • change from 'hard' reset on revisit to 'soft' reset so that component completion won't reset when this component is revisited
  • updates & corrections to documentation

Release v2.1.0

23 Nov 20:03
Compare
Choose a tag to compare
  • updated to be compatible with v2.1.x of adapt-contrib-slider
  • updated to remove the requirement to have a separate linkedConfidenceSlider component, now this component can act as the linked version via the property _linkedToId
  • rewrite of the tracking code so that this component can be set to store the user's responses in the LMS between sessions without any fiddling with the code and without having to store ALL question responses in the LMS.

Release v2.0.0

09 Mar 12:56
Compare
Choose a tag to compare

For the Adapt Framework v2.x.x release

  • added support for authoring tool
  • various screenreader accessibility fixes
  • few bug fixes