I created an app with training podcasts for a restaurant. Using <audio controls src = "URL> </ audio> command as the player.
I have a boolean switch that the user (trainee) manually marks as completed after listening.
Question, is there a way to set the visibility of the boolean switch to the completion of the audio track?
My idea would be to use AI Component as the audio component. That way, you would be able to add a new field (completed) and ask the AI to set it to true when the audio file finished.
1 Like
Another less that ideal option is to use a video component to play the audio, which lets you save progress, but you can’t really get rid of the video window.
4 Likes