Forum Discussion
Audio play navigation
Hello,
I would like to know if its possible to block the audio so that user can't navigate trough it on the first time they listen to it. Exactly like in the videos mode.
Thank you
Hi there, Alexandre!
It sounds like you need the option to disable forward-seeking in a multimedia audio block.
While that's not currently a feature in Rise 360, you could always build the audio interaction in Storyline, then embed it using a Storyline Block. You can even require learners to complete the audio in the Storyline block before moving forward.
Let us know if that alternative would work for you!
- ALEXANDRECYRCommunity Member
I understand that would work well using storyline, but for now we are using Rise and it seems to me that having a big audio block before every content would be a weird ''design and flow'' for the learners as we want them to listen to the audio while reading the content created on rise.
- PhilFossCommunity Member
I was able to achieve this with a Theme Component, its as easy as:
.audio-player__tracker { pointer-events: none; }