Solved
Need help using question logic and displaying question data from a dataset
Hello,
I am trying to figure out how to use some advanced features and cannot figure out the best way to go about implementing what I need this survey to do after having experimented with Qualtrics and read some of the documentation. I have an idea about how to go about things, but want to query the community first.
I have a survey that asks a group of participants what their occupation is, then they select from a list of several answers. Depending on what answer they select they will receive a custom set of questions for that occupation. The questions they receive are tasks from another data set that the occupation routinely performs. For example, someone would select “administrator” and they would receive a custom survey that features the tasks associated with that occupation. Here is where things get complicated. For each task I have two questions I want participants to rate. So if they see the task “process paperwork” I want them to rate that task on two different five point scales. The same scales and questions are the same for every task, for every occupation. It is just a matter of showing each occupation about 10 tasks and using the same two ratings per question over and over. I have a dataset of about 50 tasks for each occupation I am interested in, so it would be nice to show each occupation 10 tasks, and the next time an administrator comes along they see a different 10 tasks from the total of 50 tasks I have for that occupation. Is there a way to do all this?
Thank you kindly for your thoughts on this and helping me to understand the best way to go about implementing this survey.
Best,
Matt
Best answer by TomG
@matthias,
You want to use loop&merge and piping. Basically, you can set up one loop&merge block for each occupation that would include your two questions. You would loop over the tasks and pipe the current task into the questions. You can randomly loop over 10 of the 50 tasks for each occupation.
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.