Create sliders depending on answers from matrix question | XM Community
Skip to main content

I have a matrix question where respondents can select one or more time slots for each day of the week. The matrix is supposed to look like a calendar with days (columns) and time slots (rows). 
image.pngThen, in the next question, I want to ask respondents to indicate a percentage on a slider for the selected time slots. I am trying to create separate slider questions for each selected time point in the matrix question, with the appropriate time and day of the week displayed in the slider label. 
I tried to use the carry forward function to carry the selected time slots from the matrix to the slider labels. Also I integrated a loop that loops through the days of the matrix. This does not really work, as it loops through the days but presents every selected time slot of the whole matrix for every day not just the ones selected for the specific days (see below).
image.pngIs there another way to create these slider questions dynamically depending on the selected time slots from the matrix question?

Hi annegue ,
Can you further elaborate as if questions(matrix and sliders) are displayed on same page or next page.
If they are displayed on different page you can use below methods
1.You can use below conditions for carry forward choices:
image.png
2.display logics on slider options to display the options who are previously selected.
image.pngAnd so on.
If it is on same page you will have to use JS to achieve the same.
Hope this resolves your query😊!!


Thank you, this works if I create separate slider questions for each day! 🙂
I thought it might work automatically with a loop so that I only need to create one slider question but maybe that's not possible.


Leave a Reply