By nanu1002 - 2/4/2015
Do you have any advise on effective ways of taking Qualtrics survey responses and using the values for Inquisit 4 Desktop edition? I have a survey and then would like to use the answers entered in survey, in an Inquisit experiment. My current setup is an include file for the experiment... which should contain the survey items.
My current options are to parse this huge excel file, match regular expressions answers and produce the include file.
|
By Dave - 2/4/2015
The strategy you have in place sounds reasonable and is the way to go -- i.e., parse the Qualtrics results, extract the relevant information and (automatically) generate a file ready to be used via <include>. Whether you do that with Excel or something else (R, Python, etc.) is a question of (a) the capabilities you need and (b) personal preference.
|
|