Skip to content

Releases: ucfopen/this-or-that-materia-widget

This or That v1.2.0

24 Jun 18:20
Compare
Choose a tag to compare

v1.2.0 introduces the question bank feature to This or That, and includes a number of usability tweaks and fixes including improved font scaling in text-based questions, removing optional feedback from the tutorial flow, and adding a missing update method to the score screen to ensure individual attempts are correctly represented. It additionally includes a slew of dependabot updates.

What's Changed

New Contributors

  • @dmols made their first contribution in #65

Full Changelog: v1.1.8...v1.2.0

This or That v1.1.8

15 Nov 15:40
v1.1.8
Compare
Choose a tag to compare

This is a hotfix to address an issue with MWDK3 that prevented the widget's -build-info.yml from being generated. The MWDK dependency has been updated to v3.0.1.

This or That v1.1.7

06 Nov 20:27
v1.1.7
Compare
Choose a tag to compare

v1.1.7 implements additional polish and refinement to certain UI and accessibility elements of the This or That player, including:

  • Removed splash screen keyboard instructions button and rolled associated screenreader introduction into the start button
  • Style adjustments in player to prevent element "shifting" during certain transition animations
  • Fixed Next button location, movement, and behavior
  • Next button no longer auto focuses, to accommodate above fixes and to prevent feedback live region readback from being interrupted
  • Modest adjustments to several elements in the player to improve layout
  • Added preconnects for fonts to improve rendering

Additionally, this release migrates the widget to MWDK3.0 and incorporates several dependabot updates to address vulnerabilities and deprecation.

What's Changed

Full Changelog: v1.1.6...v1.1.7

This or That v1.1.6

15 Aug 19:45
Compare
Choose a tag to compare

This or That v1.1.6 implements additional player accessibility improvements.

What's Changed

Full Changelog: v1.1.5...v1.1.6

This or That v1.1.5

17 May 18:36
v1.1.5
Compare
Choose a tag to compare

This is a follow-up release to v1.1.4, addressing an issue where duplicating questions that have already been given unique IDs (the widget has been saved at once prior) duplicates the original question IDs as well.

This or That v1.1.4

15 May 20:06
v1.1.4
9ef8f04
Compare
Choose a tag to compare

This is a small bugfix release for This or That:

  • Fixed "that" pointer behavior when mousing over images in the player.
  • Fixes & improvements to player accessibility regression.
  • Updated the yarn lockfile to address deprecation issues.

This or That v1.1.3

20 May 14:58
v1.1.3
Compare
Choose a tag to compare

This is a small quality-of-life update to This or That:

  • Added optional correct feedback in addition to the feedback for incorrect choices.
  • Improved image lightbox behavior.
  • Image aspect ratios are preserved in both the player and creator.

This or That v1.1.2

29 Dec 21:37
Compare
Choose a tag to compare
  • Hotfix to Creator code that calls the media importer which was disallowing valid image types.

This or That v1.1.1

21 Oct 14:31
Compare
Choose a tag to compare

This is a small hotfix to implement a few minor features missing from the v1.1.0 release:

  • Updated Player and Creator guides to include details about the new answer types
  • Corrected score screen behavior that prevented demo audio from being loaded
  • Updated the score screen to include audio description text accompanying the audio player

This or That v1.1.0

12 Oct 17:56
Compare
Choose a tag to compare

This or That v1.1.0 brings a number of major features to the widget, including support for text-only, audio, and video answer types, a custom score screen, and player accessibility enhancements!

When visiting the creator in This or That, users are prompted to select an answer type for both the correct and incorrect option:
Screen Shot 2021-10-12 at 2 00 58 PM

Correct and Incorrect answer types for each question don't have to match!

Screen Shot 2021-10-12 at 2 02 08 PM

Embedded video is now supported, with the option to embed videos uploaded to YouTube or Vimeo. The Expand option loads the video player in a larger window.

Screen Shot 2021-10-12 at 2 05 57 PM

Lastly, a new Custom Scorescreen is now implemented instead of the default Materia scorescreen, with a look and feel to match the widget player, and the player is now better supports keyboard navigation and screen readers.

The full change log:

  • Restructured Creator's $scope.questions to a more sensible, understandable layout
  • Text, Audio, and Video support with full backwards compatibility with older qsets
  • Modest UI polish
  • Implemented a custom score screen
  • Player accessibility enhancements