Forum Discussion
YangYang-1
12 years agoCommunity Member
Prev and Next button appear after revisit the quiz.
Hi all
I have disabled the Prev and Next button for all the slides. I have created a custom button to allow reset the quiz. I published the project to both html5 and flash. The flash version wo...
MarcLenzke-003e
6 years agoCommunity Member
I'm running into this same problem with Storyline 3. On screens with quizzes I created a trigger to Execute JavaScript and used this code and it seems to be working for me:
var slidenav = document.getElementsByClassName("control-actions");
if(slidenav.length !== -1) {
slidenav[0].style.display = "none";
};Related Content
- 20 days ago
- 11 months ago