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".
Page 1 / 1
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?
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.