Is there a callback for when autoadvance completes on a matrix question? | XM Community
Question

Is there a callback for when autoadvance completes on a matrix question?

  • 15 July 2021
  • 3 replies
  • 13 views

I have a Matrix question that is autoadvancing with the carousel mode.
While the blue bar shows progress, its not always clear to users that they have 'completed' all the questions. So I would like to have the 'next' button change text when the user finishes the autoadvancing. e.g. it always says 'Skip', and then when the carousel is done the text changes to "Continue" or "Finish".


3 replies

Userlevel 7
Badge +22

You can add click event on radio button and check the Carousel progress and based on it update the Next button text using JS.

https://community.qualtrics.com/XMcommunity/discussion/comment/39141#Comment_39141How do I check the carousel progress?

Userlevel 7
Badge +22

https://community.qualtrics.com/XMcommunity/discussion/comment/39149#Comment_39149Using JS we have to check the CarouselProgressBar div CSS right property value, if it is -1px then it is the last statement.

Leave a Reply