Forum Discussion
Storyline 360 - Reset 'restricted' menu on course restart (after quiz failure)
Hi,
Thanks for your answer.
Adding the 'course restart' trigger on a button doesn't really give me consistent results...
- sometimes the course resets (actually restarts)
- sometimes it just flashes me the first slide and immediately jumps back to the result slide
(this weird behaviour is 'on click', as well as 'on slide start/end' (new slide added after + jump to) )
I've had the best result with the combination of:
- trigger 'course restart'
- combined with a javascript call to reload the entire page: location.reload(true);
(found on https://community.articulate.com/discussions/articulate-storyline/trigger-restart-course-in-html5 )
However, I have no idea if this javascript code will work always & everywhere (browser).
Can you confirm that this javascript code could be ok to use?
Thanks again.