Attention checking | XM Community
Skip to main content
Solved

Attention checking

  • July 16, 2019
  • 3 replies
  • 225 views

Forum|alt.badge.img
Hello all, I want to add some attention checking questions for my survey, but all my questions are randomized, how can I make it to terminate the survey when participant answered incorrectly? It seems that the logic branch will also be randomized, resulting in participants would go on answering more questions and then end...

Best answer by JenCX

One way I can think of to do this is to add display logic to all of your randomized questions to only display if the incorrect answers are not selected.

3 replies

JenCX
Level 5 ●●●●●
Forum|alt.badge.img+11
  • Level 5 ●●●●●
  • 683 replies
  • Answer
  • July 16, 2019
One way I can think of to do this is to add display logic to all of your randomized questions to only display if the incorrect answers are not selected.

Akdashboard
Level 4 ●●●●
Forum|alt.badge.img+6
  • Level 4 ●●●●
  • 488 replies
  • July 16, 2019
You can use skip logic and set it to "End of Survey" if they select the wrong question.

Forum|alt.badge.img
  • Author
  • 1 reply
  • July 17, 2019
Both skip logic and display logic are good suggestions, thank you!