Why will my function dothis() work in action but not advanced action?
I'm trying to write a function to save text entry box values to local storage.
I wrote my code and saved it in course files, to make it run I need to execute 'makehtmlsave();' on every slide load.
I tried using a listener on 'CPAPI_SLIDEENTER' to execute the code, but somehow this won't work (I thought maybe because my script uses jquery)
I thought I could include the function makehtmlsave(); as part of advanced actions I have running on slide entry, but no luck.
If I create a simple button though just the function makehtmlsave(); this works just fine?
Why would it run in the button simple action but not as part of an advanced action?
