Forum Discussion
Review results showing both correct and incorrect questions when only incorrect is checked
Apparently, since I was previewing or publishing just the assessment scene, this behavior was happening, but was informed by you support staff that if I were to preview or publish the whole project, it would work correctly. He was right. I wouldn't have thought there would have been a difference. Actually, he said there shouldn't be a difference, so he will have the dev team look into it further.
One thing I did notice is that when a quiz review is only showing the wrong questions, and if you have your own navigation buttons (not using the Player buttons), the typical trigger "Jump to slide next slide" navigates to the next question, whether correct or incorrect. However, I did some digging around in the html in the player, and found the player's previous and next buttons have an ID (prev and next) and are in the html whether displayed or not (in both the classic and modern player, FYI), so I edited the triggers to fire off a javascript command of document.getElementById('next').click(). Works fine now.
Related Content
- 11 months ago