Can next button not register as completed? | XM Community
Skip to main content
For my survey, we only want participants to think of a section as being completed if they have answered all of the questions. However, in the Table of Contents it shows a check next to any section that they have clicked through - even if no questions have been answered. Does anyone have a code to either remove the check marks from the table of contents or not have clicking the next button register as completing the page?
Would it work if you just forced responses to the question?
We want our participants to be able to move around the survey and come back to questions, so unfortunately force response doesn't really work for us.
To remove the check mark from TOC, add below code in the header part of the "Look & Feel" section



Goto "Look & Feel" -> Header (click on edit) --> click on source (<>) --> place below code there



<script>

jQuery(".TocIcon").css("display","none");

</script>



Preview link: https://qimpl.az1.qualtrics.com/jfe/preview/SV_e8xDQ8CvC8mn9J3?Q_SurveyVersionID=current&Q_CHL=preview



Attached is the qsf.
If we want to disable the check mark selectively for few blocks (based on their flow IDs), how do we do that?

Leave a Reply