Hello friends, I am using Construct to make educational content for my school in India. It's html 5 export which is then used standalone on computers, and via webview in Android apps.
I have a general question about how to approach content where you have a series of things - whether they are slides, questions, or, in this case, a series of sentences example with audio that are meant to help teach reading.
I am new to Construct and not very proficient in javascript. In this particular project (file is below) I have a sentence, where I've separated the words and made corresponding audio clips. The words are clicked, the highlight, a picture appears, and the audio is played.
Here's my question. This is one sentence, one item. What if I want to have a hundred? With some typical form of navigation (prev/next buttons and mobile swiping). What are some options for achieving this, and what's most efficient? The only approach I've found is making more and more layout, but this can't be the best, it's nightmarishly inefficient.
Here's my project file
vikasapp.org/c3/sentence-reader.zip
I would greatly appreciate any guidance. If we take this one sentence example that I have provided, and then wanted to have many of them.
Many thanks,
Brett