on ‎2023 Apr 06 9:55 AM
Hi community,
do you know how to change the Explanation URL in simulations?
I have created a book in which I have inserted some book pages.
From the book pages the users can launch the simulation.
Once a user finishes the simulation the last explanation link brings him/her to the same book page from which he/she started the simulation.
I would like how to change the explanation link URL so that the user can jump to the next book page (section/chapter)?
Is it possible?
Thank you in advance.
Request clarification before answering.
I'm guessing the simulation is opened in a 'virtual tab' over the top of the Book Page (there is a '2' on the Close button) and when it closes, the user is still on the page it was launched from. The easiest way to work around this is probably to trigger an Action of Page > Next on clicking the button to launch the Simulation (maybe on a timer, to do it after a few seconds, to give the sim time to launch). You may be able to use the On Blur event (which is triggered when the page no longer has the focus) for the Page object, but I haven't tested that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Manuel, it sounds a good workaround! Surely, I will try it.
As a workaround, I have also tried to delete the explanation link from the general settings (pj overrides mode) then I have inserted the code in the explanation text source adding an href link "action!lesson_next" for each simulation step (alternatively I might put a duration for each simulation step) and then in the last step of the simulation I have inserted the link to the next chapter.
It worked but I would say, it is not the best workaround because you have to insert the code manually in the explanation text source.
Btw, Thank you so much for you answer.
BR,
AnnaGiorgia Carollo
| User | Count |
|---|---|
| 8 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.