Forum Discussion
JamesEsser
4 years agoCommunity Member
System variable(s) used to unlock the menu links?
Does anyone know the system variable(s) used to unlock the menu links to review slides after a Pre Test-Out quiz is passed. Or if it's possible?
I am using the modern GUI wrapper with the menu res...
BryceWescott
3 years agoCommunity Member
James,
The only solution with the built-in player menu is to use Javascript to access the backend of Storyline. The main setting is located in "Story_Content/frame.xml" there you will see:
<optiongroup name="menuoptions">
<options>
<option name="flow" value="free" />
This data feeds your "frame.desktop.min.js" file. There is bound to be a solution using Javascript that will allow you to dynamically change the "flow" settings.