How to limit the number of records participants can leave? | XM Community
Skip to main content
Question

How to limit the number of records participants can leave?


Forum|alt.badge.img+5

Hello,

I’m creating an experiment in which the participants record their voices.

But I want them to only do it once and limit their ability to re-record themselves.

Is there any option to do so?

Best regards,

Daniel

4 replies

krbhavya
Level 6 ●●●●●●
Forum|alt.badge.img+20
  • Level 6 ●●●●●●
  • 172 replies
  • August 10, 2023

Hi @DanielSpitz 

You cab enable the “Prevent multiple submissions” from survey options to restrict the multiple submission. Refer to this link

 

 


rgupta15
Level 4 ●●●●
Forum|alt.badge.img+8
  • Level 4 ●●●●
  • 92 replies
  • August 10, 2023

If it’s a part of the survey, then simply set a flag initially to 0 then as soon as the question is answered set the flag to 1. For the same question, check onLoad if the value of the flag is 1 (or incremented). If yes, then press the next button (jQuery(‘#NextButton’).click();)


Forum|alt.badge.img+5
  • Author
  • Level 1 ●
  • 15 replies
  • August 10, 2023
rgupta15 wrote:

If it’s a part of the survey, then simply set a flag initially to 0 then as soon as the question is answered set the flag to 1. For the same question, check onLoad if the value of the flag is 1 (or incremented). If yes, then press the next button (jQuery(‘#NextButton’).click();)

That’s a great idea.

How do I do that?


Forum|alt.badge.img+5
  • Author
  • Level 1 ●
  • 15 replies
  • August 10, 2023
krbhavya wrote:

Hi @DanielSpitz 

You cab enable the “Prevent multiple submissions” from survey options to restrict the multiple submission. Refer to this link

 

 

Thank you, but my problem is not that they would answer the questionnaire multiple times, I don’t want them to re-record their answers.


Leave a Reply