In Qualtrics I have a general survey template that I use to make hundreds of surveys. These surveys are almost identical with the only difference between them being certain words on the surveys vary between surveys (e.g., client name, various brand names, etc.). The questions and structure of the survey remain the same. Currently I have to duplicate a survey and the search and replace brand names, and repeat.
I am most familiar coding in R and would love if possible to find a way I can automatically create these surveys in R using a package like httr2.
My general thought is load in .qsf file of template into r. Make relevant changes to the qsf file for any number of surveys, and then have those surveys automatically created in my Qualtrics account.
Has anyone done something like this and can give guidance on the workflow?
Solved
Automating Qualtrics Survey Creation Using R statistical software

Best answer by ian_c_young
Thanks for the response. I figured out how to automate it using r/httr2.
Export from qualtrics .qsf file of template ->
Read template into r and search and replace relevant items ->
Write file to directory →
Run api request to take file and create survey in qualtrics
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.