My survey has a problem with bot responses, but since the responses are generally:
- From the same location
- Have an abnormal duration
- Clustered in 1-minute intervals
- Have responses to short answer questions that are really short, do not show understanding of the area, or are far too academic (academic points to probably using GPT-3 or GPT-4) -- I have to manually go through these
I’ve been able to filter a lot of them using python scripts. There’s something abnormal that I realized recently. A lot of the responses are labelled “Survey Preview” in the “Status” column. I did not share the survey preview. I figured out through some basic hackery that if the following string is added to the anonymous link, it creates a preview link:
?Q_CHL=preview&Q_SurveyVersionID=current
First, this is a major oversight on Qualtrics’s part. Second, are fake responses using this trick to avoid giving IP addresses? I want to ascertain that the only way that the status would be labelled as “Survey Preview” is if they used a survey preview link.
--Kassie (she/her)