Example
The Conversation Audit: Navigating Difficult Discussions
SMcNicolβ I really like the interactions, particularly the branching paths with outcomes. Everything is clear and easy to read without overload.
One thing I would fix in your code is to ensure when the learner clicks to move to the next page/slide that the viewport scrolls to the top. Currently it remains in the scroll position of the previous page; so the learner has to scroll up to view the content. There are several ways to achieve this depending on how your code is written so maybe Claude can help with that if you're not sure!
- SMcNicol1 day agoCommunity Member
Good eye! You caught a real one β the scroll position was only resetting inside a content container, not the actual page, so learners were stuck wherever they left off on the previous slide. That's fixed now β every slide change brings them right back to the top. Thanks for taking the time to leave detailed feedback, it really helps! π
