Participants decision to withdraw from research / delete data set #1363
-
Hi everyone, I have managed to put together a Simon task using www.cognition.run. Best wishes, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Ina, you're right that in order to give participants this option, you'll need to give them some way of identifying their own data set after the experiment is over. I've seen other researchers do what you suggest - give participants a unique number that they can write down and give to you if they decide to withdraw later. Instead of providing a number, another option is to provide participants with a link that they can use to withdraw and a delete their own data. This link would go to a separate 'withdraw' study, which does nothing but records their unique ID so that you can delete it from the real study data. When you provide participants with this link during the real study, you can append the participant's unique ID to the end of this link, e.g. "www.example.com?id=123". The 'withdraw' study would automatically save the 'id' URL variable to the data, and show a message like "You have successfully withdrawn from and your results will be deleted." Since this question isn't specific to jsPsych, but relates to online experiments more generally, you could also try posting your question on this online experiments forum to see if other people have suggestions. And if you need any help with implementation in jsPsych, then feel free to follow up here. |
Beta Was this translation helpful? Give feedback.
Hi Ina, you're right that in order to give participants this option, you'll need to give them some way of identifying their own data set after the experiment is over. I've seen other researchers do what you suggest - give participants a unique number that they can write down and give to you if they decide to withdraw later.
Instead of providing a number, another option is to provide participants with a link that they can use to withdraw and a delete their own data. This link would go to a separate 'withdraw' study, which does nothing but records their unique ID so that you can delete it from the real study data. When you provide participants with this link during the real study, you can a…