Skip to content

Releases: adaptlearning/adapt-contrib-assessmentResults

v4.0.0 - the one with BEM

19 Nov 16:50
87aa2a7
Compare
Choose a tag to compare

Changed:

  • Updated HTML naming convention to adhere to BEM
  • Indentation amended to use 2 spaces instead of 4

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

Fixed

  • addClassesToArticle for restored attempts (#2538)

Minimum requirements

Name Version
Framework 5

v3.3.1

25 Apr 09:20
50c124f
Compare
Choose a tag to compare

Minor release to correct version mismatch with tag

Minimum requirements

Name Version
Framework 3.3

v3.3.0 - the one with the best accessibility

23 Jan 17:01
Compare
Choose a tag to compare
  • Fix issue where component would break if no feedback bands were defined (#2282)
  • Amend to allow for 'soft' reset (#1933) N.B. requires adapt-contrib-assessment v2.3 or better
  • Updated to use new ComponentView inview functionality (#2269)
  • Updated to Accessibility v4 (requires framework v4+)
  • Framework dependency bumped to v3.3+ due to (#2269)

Minimum requirements

Name Version
Framework 3.3

Release v2.4.0

26 Nov 09:49
0a170e8
Compare
Choose a tag to compare

Added

  • Ability to navigate the user back to the assessment when the "Retry Assessment" button is clicked (#2788)

Minimum requirements

Name Version
Framework 2.1

Release v2.3.1

17 Jul 09:10
3550548
Compare
Choose a tag to compare

Split code into model/view and refactor (#45)

Release v2.3.0

13 Jul 17:14
Compare
Choose a tag to compare
  • added new configuration option to allow the component to mark as completed only once the assessment has been passed (#1955)
  • fixed issue where it was possible to get the component to show a retry button that did nothing when clicked (#2171)
  • quick tidy up of code

Release v2.2.0

22 May 17:52
Compare
Choose a tag to compare
  • removed redundant function onAssessmentComplete (#1808)
  • added support for allowing the learner to retry an assessment which has been passed (#1809) - N.B. this feature requires adapt-contrib-assessment v2.2.0 or better
  • fixed issue where this component would error and prevent the page from rendering if no feedback bands had been defined (#2039)
  • fixed issue where this component wasn't resetting properly after the retry button had been clicked (#1903)

Release v2.1.1

22 Aug 08:58
Compare
Choose a tag to compare
  • Dropped stringReplace() in favour of Handlebars helper (#1611)
  • Made feedback text input types consistent for authoring tool (#1646)
  • Updated framework dependency to satisfy future releases (#1704)

Release v2.1.0

04 Jul 10:35
Compare
Choose a tag to compare

Changed

  • Re-work to properties.schema to add missing help text, convert booleans to checkboxes, and make assessment name optional (if there is only one assessment in use in a course).

Release v2.0.7

16 Jun 14:36
Compare
Choose a tag to compare

Fixed

  • assessment results component not consistently being marked complete in some contexts - such as Android WebView (#1419)