Releases: ucfopen/guess-the-phrase-materia-widget
Releases · ucfopen/guess-the-phrase-materia-widget
Guess the Phrase v1.3.0
This update includes the new question bank feature, which allows widget authors to enable an option that randomly selects a subset of phrases every time a student interacts with an instance.
Additionally, we took the opportunity to update Guess the Phrase to MWDK 3.x, cleaned up some qset
references in the score module, and adjusted styling in a couple places.
- Implements the question bank feature (#36 )
- Updates MWDK and associated dependencies to 3.x; regenerates yarn lockfile (#38 )
- Modest style improvements to creator header (#39 )
- Removes unnecessary qset references in score module & custom score screen (#31)
Contributors:
- Danny Molares @dmols
- Cay Henning @cayb0rg
- Corey Peterson @clpetersonucf
Guess the Phrase v1.2.0
This release transitions the widget from "Hangman" to "Guess the Phrase". Alongside the name change, we've added a custom-themed score screen, resolved several long-standing animation bugs, and incorporated a number of high priority dependency updates.
Full list of updates:
- Transitioned the widget's name from "Hangman" to "Guess the Phrase". Every user-facing instance of the name has been updated, but internal variable names remain unchanged.
- Implemented a custom score screen
- Small fixes to several animations
- Numerous dependency updates
Contributors:
- Simon Roth @SimonRothUCF
- Corey Peterson @clpetersonucf
- Dependabot