Forum Discussion

MartinHoribaldo's avatar
MartinHoribaldo
Community Member
11 years ago

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!

  • KamilNowek's avatar
    KamilNowek
    Community Member

    var player = GetPlayer();

    var mylikertvalue = player.GetVar("Likert");

  • 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.