LifterLMS Advanced Quizzes Version 2.0.1
Bug Fixes
- Added flexbox support to picture reorder questions to fix layout issues when images of different sizes are used.
Updated Templates
- templates/quiz/questions/content-picture_reorder.php
@wordpress/i18n
functions in favor of LLMS.l10n
for client-side translation of strings found in the quiz interface.Countable
Javascript library in favor of words-count
.LLMS_Assets::init()
.LLMS_AQ_l10n
.LLMS_Advanced_Quizzes()
.'notranslate'
class to the field’s wrapper to fix conflicts with the gTranslate plugin.templates/quiz/questions/content-long_answer.php
LLMS_Advanced_Quizzes()
in favor of llms_aq()
.+ Fixed an issue preventing reorder and reorder picture question types from properly functioning on mobile Chrome browsers.
+ Reorder Picture questions will now show a number based on their shuffled order instead of their created (correct) order.