Solved
Can I pull random data from an excel file into a question stem?
I have a large database of tweets that I need to randomly pull into a question, and ask people to then rate the tweets on several dimensions. It's my understanding that I'll likely need to use custom code for this, but I have not idea where to start. Two things that I know I need are (1) getting a random sample of tweets to each survey respondent, and (2) keeping track of how many times each tweet has been rated (so that I don't keep tweets in the sample pool once they've received enough ratings).
Best answer by TomG
@Grace_1,
With that many tweets, I think your best option is to use web service scripts, so hopefully you can get access to a web server. You would put all your tweets in an SQL database table. A script would execute a query to randomly select a tweet and return it to Qualtrics. At the end of the survey (when you know you have a complete) a second web service script would run to update the database that the tweet was used.
Unfortunately, it also means you'll have to learn something about a web scripting language (e.g., PHP, Python, etc.) and some sql (e.g., MySQL)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
