Forum Discussion
AshleyBurge-83c
3 years agoCommunity Member
Help With JavaScript code for Text Entry Printing in Storyline 360
Is anyone who is experienced in JavaScript willing to look at my code and tell me if you see anything wrong with it?
I'm trying to pull multiple text entry answers so the learner can print them al...
AshleyBurge-83c
3 years agoCommunity Member
You have saved the day!! Or my day rather. Thank you so very much.
It's amazing how something that small can cause issues. I've look in developer tools, but reading it sometimes feels like a foreign language, so the learning journey continues!
The print button itself, in the launched window, doesn't work, but that's okay because they can still click Ctrl+P and that will trigger it. And for now, that will have to do! Thank you!!!!
- MathNotermans-93 years agoCommunity Member
Javascript is really picky on spelling... thats why its best to use a editor like Brackets, Visual Studio or Sublime Text. Debugging in the console/developers tools indeed will take some practice.