Dave Hauser
@davehauser.bsky.social
Associate Professor of Social/Personality Psychology and co-inventor of the t-shirt cannon; posts about academia, dogs, and academic dogs; he/him
https://davidjhauser.weebly.com
https://davidjhauser.weebly.com
I’ve noticed this too. If you are a Qualtrics user, you can discourage this by disabling copy+paste. Details below
bsky.app/profile/dave...
bsky.app/profile/dave...
To prevent Ps from pasting (GPT-generated) responses to your text entry Qualtrics question, disable pasting.
Add this code to the OnReady section of your question's javascript:
jQuery("#"+this.questionId+" .InputText").on("cut copy paste",function(e) {
e.preventDefault();
});
Enjoy!
Add this code to the OnReady section of your question's javascript:
jQuery("#"+this.questionId+" .InputText").on("cut copy paste",function(e) {
e.preventDefault();
});
Enjoy!
September 15, 2025 at 5:31 PM
I’ve noticed this too. If you are a Qualtrics user, you can discourage this by disabling copy+paste. Details below
bsky.app/profile/dave...
bsky.app/profile/dave...
Reposted by Dave Hauser
Are there reasons this would be a bad idea? Rather than tell me, give me the time to figure them out on my own, it’s the best way for me to learn
August 14, 2025 at 2:10 AM
Are there reasons this would be a bad idea? Rather than tell me, give me the time to figure them out on my own, it’s the best way for me to learn
Caveats:
-must disable "new survey taking experience"
-survey layout must be flat, modern, or classic
-you should probably tell Ps you are disabling copy & paste just in case they are planning on drafting their responses in a word doc and pasting it in later
-must disable "new survey taking experience"
-survey layout must be flat, modern, or classic
-you should probably tell Ps you are disabling copy & paste just in case they are planning on drafting their responses in a word doc and pasting it in later
August 13, 2025 at 4:09 PM
Caveats:
-must disable "new survey taking experience"
-survey layout must be flat, modern, or classic
-you should probably tell Ps you are disabling copy & paste just in case they are planning on drafting their responses in a word doc and pasting it in later
-must disable "new survey taking experience"
-survey layout must be flat, modern, or classic
-you should probably tell Ps you are disabling copy & paste just in case they are planning on drafting their responses in a word doc and pasting it in later