ADD SPEECH SYNTHESIS TO EACH PASSAGE ====================================== add this once to the Javascript story. This will work with mobile and edge. It will use Text To Speech TTS. $(document).on(':passagedisplay', function (ev) { var passageText = $(ev.content).text(); State.variables.passageText = passageText; var textToRead = State.active.variables.passageText || "Your text goes here."; var synth = window.speechSynthesis; var utterance = new SpeechSynthesisUtterance(textToRead); synth.speak(utterance); }); CREATE EVENTS THAT GO TO ANOTHER AUTOMATICALLY ============================================== After 20 seconds elapsed it will go to Passage name WakeUp You try to sleep... <><><>You try to sleep...