cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Enable Now: How to change the Explanation Link URL in simulation?

AnnaGiorgia_Aj
Participant
0 Likes
728

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.

Accepted Solutions (1)

Accepted Solutions (1)

DirkManuel
Active Contributor

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.

AnnaGiorgia_Aj
Participant
0 Likes

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

Answers (0)