Script Compatibility Mode v3.0.0: Quiz Overlays Moved to React

The Script Compatibility changelog has been updated:

Compatibility Mode Off: The overlays that appear at the end of the lesson quiz have been converted to React. This does a few things that are breaking changes:

  • The overlays no longer have IDs and are styled purely through Tailwind classes.
  • Removes the activateLessonReadyScreen function from lessons.js. That function controlled overlay and button behavior.
  • Updates the behavior of listenStartQuiz in quiz.js to generate and show the next set of lessons.

For reference, these are the two screens affected:

4 Likes