Forum Discussion
Stephanie
12 years agoSuper Hero
User notes that they can print and email
Hi all. I built a course earlier this year that contains a "notes" function to allow users to take a moment to reflect and type their thoughts on certain questions. This is used in place of a typica...
onEnterFrame
10 years agoCommunity Member
It is hard to trouble shoot without access to the course.
One thing you could to help would be to open up your browser's developer console (press F12) and see if there are any error messages there. It will usually even direct you to the problematic line and might give a hint about what is wrong.
In the meantime... a few things to check.
- This probably when run locally so make sure you testing from a web server.
- I'm not sure you can access quiz results like this
player.GetVar("Results.ScorePercent");
You may need to set the value of a custom variable in Storyline and get that. - Since this solution is popping up a new window the browser could be blocking poppups.
Related Content
- 9 months ago
- 6 months ago
- 8 months ago
- 9 months ago
- 12 months ago