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 fromlessons.js
. That function controlled overlay and button behavior. - Updates the behavior of
listenStartQuiz
inquiz.js
to generate and show the next set of lessons.
For reference, these are the two screens affected: