Releases: adaptlearning/adapt-contrib-confidenceSlider
Releases · adaptlearning/adapt-contrib-confidenceSlider
v3.1.0
Changed
- Converted to ES6 modules (Part of adaptlearning/adapt_framework#2808)
Minimum requirements
Name | Version |
---|---|
Framework | 5.8 |
v3.0.2
v3.0.1
v3.0.0 - the one with BEM, rem and SMACSS
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
Release v2.1.3
Changed Boolean inputs to Checkbox for authoring tool (#1380)
Release v2.1.2
Update Framework dependency (#1704)
Release v2.1.1
- 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
- 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
For the Adapt Framework v2.x.x release
- added support for authoring tool
- various screenreader accessibility fixes
- few bug fixes