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

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

  • July 15, 2021
  • 3 replies
  • 24 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

rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • July 19, 2021

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


  • Author
  • July 19, 2021

rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • July 19, 2021

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.