Skip to content

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

This or That v2.0.0

Choose a tag to compare

@github-actions github-actions released this 11 May 17:45

This or That v2.0 is a complete rewrite of the This or That widget you know and love. It includes:

  • A complete rewrite of the entire widget in React and Typescript.
  • A brand new creator interface for new and existing widgets.
  • New theme selection: choose between two widget themes, "Whimsical", which is the legacy "Game Show" style of This or That, and "Business", which presents player content in a cleaner, more minimalist manner.
  • New score screens tailored to both the Business and Whimsical themes.
  • The player, creator, and scorescreen have been made fully responsive to improve the student experience across a variety of devices and form factors.

Special thanks to the key contributors of the rewrite:

This or That v1.2.1

Choose a tag to compare

@github-actions github-actions released this 12 Dec 13:35
59bdf8e

This is a modest maintenance and bug fix release associated with the upcoming launch of Materia v11.

  • Fix to text overflow in score screen
  • Fix to question bank value exceeding the current number of questions (#79 )
  • AI generated qset support (#77)
  • MWDK updated to 3.0.4
  • Added repo metadata to install.yaml
  • Python score module

This or That v1.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 18:20

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

Choose a tag to compare

@github-actions github-actions released this 15 Nov 15:40
v1.1.8

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

Choose a tag to compare

@github-actions github-actions released this 06 Nov 20:27
v1.1.7

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

Choose a tag to compare

@github-actions github-actions released this 15 Aug 19:45

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

Choose a tag to compare

@github-actions github-actions released this 17 May 18:36
v1.1.5

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

Choose a tag to compare

@github-actions github-actions released this 15 May 20:06
v1.1.4
9ef8f04

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

Choose a tag to compare

@github-actions github-actions released this 20 May 14:58
v1.1.3

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

Choose a tag to compare

@github-actions github-actions released this 29 Dec 21:37
  • Hotfix to Creator code that calls the media importer which was disallowing valid image types.