Forum Discussion
- KarlWhitburn-09Community Member
Thanks for this, but i am still struggling, not being that technical:
- I created a new variable-text called 'LearningPath'.
- I use a trigger when the slide is accessed to update the variable to LearningPath = https://community.articulate.com/
I have created some JavaScript to build an email and used the following:
- var Path = player.GetVar("LearningPath")
I use Path in the email build here:
- var emailBody = 'Congratulations!!!' + '\n' + '\n' + 'Your Score is at the top ' + '\n' + 'Your route is: ' + Path
Is it possible to replace the https://community.articulate.com/ with 'Your learning path'?
I am not skilled enough to figure it out...