0
How to make an interactive navigation that will unlock ex. lesson 2 if done with lesson 1? It's like creating progress.
3 Answers
+ 1
if (!finish = true) {
continue lesson
} else {
unlock next lesson
}
+ 1
- of course you can.
- you insert it in <script> </script> tags
- you can link it directly (so when the user click on it to be transferred to your link) or try a "target:_blank" to open in a new window.
0
Thank u for the reply, is this possible also if link to another html? how to insert it in javascript? Assuming my next lesson is another html. My concept like creating an interactive learning just like this app.