Forum Discussion
JurgenLepla
2 years agoCommunity Member
Qualtrics snippet in StoryLine 360 course
I'm trying to get a Qualtrics snippet (javascript) in StoryLine360.
The insert webobject, only seems to intended for html sort-of links.
Anyone know if this is at all possible?
The script looks like this: (data in between cut out)
<!--BEGIN QUALTRICS WEBSITE FEEDBACK SNIPPET-->
<script type='text/javascript'>
(function(){var g=fu .....
.....h(i){}})(); </script>
The intention is a very small 5 star rating and 1 add comment field, inside the E-learning from a Qualtrics snippet.
- WaltHamiltonSuper Hero
Try using only this part of the JS:
var g=fu .....
.....h(i){}}
in an Execute javascript trigger.
- JurgenLeplaCommunity Member
I tried the suggested, but nothing appears on the slide.
Do I need to add a webobject or something?
I'm totally new at this web snippet thing.