Can next button not register as completed? | XM Community
Solved

Can next button not register as completed?

  • 13 November 2018
  • 4 replies
  • 16 views

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?
icon

Best answer by MohammedAli_Rajapkar 14 November 2018, 21:34

View original

4 replies

Userlevel 3
Badge +11
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.
Userlevel 7
Badge +20
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