How to add numbers above the dots of matrix table with bipolar scale?
I’m trying to create a matrix table with bipolar scale with pairs of opposing adjectives with 5 different points in between, for the participants to tick the dot closest to what they believe.
The problem I am facing is that I would need those dots to have a number on them (1-5) but when selecting the bipolar scale, there is no option to add a title/name/number above the dots.
Would any of you be able to help me with this?
Page 1 / 1
Try the below in he question Javascript.
Qualtrics.SurveyEngine.addOnload(function()
{
/*Place your JavaScript here to run when the page loads*/
Hi, thanks so much for the reply. I’m not sure about javascript and things like that but I think I’ve found a way:
Since my scale points names /numbers change depending on the question or adjective pair, I’ve made a separate matrix table per statement, so I can change the labels accordingly. Hoping this will work fine. I appreciate the help though.