hello…I love the software…I need some help…how can I force the student to listen to all the audio and only in the end of the audio the next slide button appears?
Hi,
We appreciate your interest in our product.
To force students to listen to all the audio, please access the Export tab > Player Settings > General > Content > Navigation > Select None. This disables the content navigation so that users cannot navigate through the slides.
Then, to make the slide button appear when the audio ends, kindly select the audio > Properties pane > Interactivity tab > Events-Actions section > add the On End event > add Show Object actions and select your next slide button.
Make sure that you:
- Select all the slide > Properties pane > Slide Properties tab > deselect the Auto Advance checkbox. So, the slides are unable to advance to the next slides automatically.
- Right-click the next slide button > Initially Hidden.
Hope that the provided information clarifies.
BR,
Thuy
Thanks for answering…but the button for me to select doesn’t appear…only the objects I created in the slide…not the ones in the original player
Hi,
You need to use Javascript to hide and show the Next Slide button in the player toolbar when the audio ends.
To hide the button, slide On Load event > add the Execute JavaScript action > paste this script: $('.ap-tool-next').hide();
To show the button when the audio ends, select the audio object > Properties pane > Interactivity tab > Events-Actions section > add the On End event > Execute JavaScript action > paste this script: $('.ap-tool-next').show();
BR
perfect perfect perfect… I worked perfectly…earlier I sent the project, but now I followed your instructions ans worked…
I thank you a loooot…
XXoo
Weber