Forum Discussion
MartinHoribaldo
11 years agoCommunity Member
Custom Variable from Likert Scale
Hallo,
I would like to pass the result of a "likert scale slide" to a custom variable. The variable will then be stored in a cookie using the jquery cookie-plugin. I want to read the cookie in another course and pass the value to another "likert scale slide".
This code doesn't work:
var mylikertvalue = player.GetVar("Likert");
Does anyone have a solution?
Thanks!
- KamilNowekCommunity Member
var player = GetPlayer();
var mylikertvalue = player.GetVar("Likert");
Hi Martin! Looks like Kamil has jumped in to assist you here.
Thanks!
- NelsonWalker-bfCommunity Member
Hello everyone, I am working on a Likert survey and when someone is done, I would like the feedback layer to display a calculation. I want the calculation to be (Sum of answers)/ (maximum score possible).
I am not sure if this is possible thanks.