Adding Attention Check Functionality to a Survey | XM Community
Skip to main content
Solved

Adding Attention Check Functionality to a Survey

  • May 28, 2019
  • 1 reply
  • 98 views

Hello all, I am trying to add a system of attention/error checking to my survey so that participants who do poorly in practice questions will be cycled back through the instructions page and encouraged to reread them carefully. The format of the questions is multiple-answer multi-choice questions, where the participants are supposed to select all relevant answers to the question. Is there a way, with javascript or otherwise, to apply if-then statements to the participant's selected answers, such that, for each incorrect answer an embedded incorrect value increases by one? Thank you.

Best answer by WaterSampler

How about this: Use scoring on the practice questions. If the score is below your threshold, show a duplicate of the instruction page/question block (using survey flow) before proceeding to the 'real' questions.

1 reply

WaterSampler
Level 2 ●●
Forum|alt.badge.img+1
  • Level 2 ●●
  • 105 replies
  • Answer
  • May 28, 2019
How about this: Use scoring on the practice questions. If the score is below your threshold, show a duplicate of the instruction page/question block (using survey flow) before proceeding to the 'real' questions.