Live update an average of sliders as user's fill out form | XM Community
Question

Live update an average of sliders as user's fill out form

  • 22 May 2019
  • 1 reply
  • 6 views

!

Hello Community!

I am working on the above qualtrics survey and I am trying to figure out how to get it to average all of the sliders as the user fills out the form. Basically we are providing a grade, as if on a math test in college, but that grade is calculated based on the averages of these 9 sliders that you see here. I am interested in understanding how to get it to show the evaluator the student's live score as they update their response.

Any and all help is greatly appreciated!

1 reply

Badge +1
To update a question dynamically is probably not possible. You could put the average value into another question as follows:

You would use javascript. @TomG shows how to get the value here:
https://stackoverflow.com/questions/38152424/how-to-get-a-sliders-value-in-qualtrics-using-jquery
Then you can average it and put the average into an embedded data variable. The embedded data is then piped into the question when you want to show the result.

Leave a Reply