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
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
Hi
You cab enable the “Prevent multiple submissions” from survey options to restrict the multiple submission. Refer to this link
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();)
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?
Hi
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.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.