Forum Discussion
Articulate Storyline: Export to Google Drive
Thanks very much for this. Works great. I have followed these steps and got it to work perfectly on a test module. When I applied it to another module I keep getting this error "actionator::exeJavaScript - this.execUserJs is not a function" in the inspector. Does anyone know what I possibly am doing wrong here?
The other module has some other Javascript being used as well on different slides - 1. to email results and 2. to print a certificate; but none of it is working and I am getting the same error.
Hi Ray,
I think there is a conflict within the Javascript code. Maybe your scripts are having a conflict with my Javascript code. The error refers to UserJS. All the javascript code is stored in a user.js file. So I think there must be a problem within this file.
Could you disable your own Javascript code and test if this solve the problem?
Best regards,
Bastiaan
- RayHandley-b3338 years agoCommunity Member
Thanks Bastiaan,
I have disabled all my other javascript but still no joy. I also cannot locate (in the published output) the user.js file you referred to. I will keep trying but also wonder whether calling functions from an external js file might be a better way to go and easier to manage. What do you think? Have you tried this approach before?
Thanks,
Ray