This article will help Qualtrics survey designers understand how to create a longitudinal study.
Before You Start
You will need the following before you can complete this task:
- Qualtrics account (Research Core or equivalent license with access to Projects and Contacts)
- Working knowledge of Qualtrics basics
Unlike a one-time use survey, longitudinal designs record repeated observations from the same subject over some period of time. In this example, participants in one of three groups are sent a new survey every morning over the course of ten days. Each day's survey contains instructions specific to its group and expires that evening. Our goal is to use more advanced Qualtrics features to partly automate this process and to track how many of the ten days each subject participated in a survey (subjects are allowed to skip days and then resume).
Create a Contact List
Create a new Contact List and leave it empty for now.
Set up an Opt-In Survey
This case study consisted of an initial opt-in survey, followed by ten days of follow-up surveys. We obtained participants from the Wharton Behavioral Lab (WBL) for this study.
- In the survey flow, create an embedded data field named Days with an initial value of 0.
- Randomize Group conditions using a randomizer in the survey flow.
- Create a text-entry question in your survey asking for participants' email address.
- Create a contact list trigger.
- Select the contact list created at the beginning of this process.
- Select Update Existing List Members.
- Choose source of Email field from text entry question in Step 3.
- Add fields Days and Group and set them equal to the embedded data fields Days and Group.
- Set Survey activation/expiration time frame in Survey Options.
Note: The timezone in Qualtrics projects is often (but not always) MST/MDT. Make sure to check the timezone and account for this when setting activation periods.
Setting up the Additional Surveys
The ten additional surveys all follow the same general format. Complete the following steps on all of the surveys.
Note: You may want to complete one and then copy it nine times.
- Increment the Days variable by 1 to count this day's participation. Use math operations on the embedded data in survey flow like this:
Days = $e{ e://Field/Days + 1}. - Create a trigger to update your contact list.
- Set expiration times for your survey under Survey Protection as described in Step 5 of the opt-in survey.
Email Survey Links
When your surveys are ready to go, you can schedule a distribution via email.
- Go to the Distributions tab, select Email, then Compose Email.
- Select your contact list next to the To label.
- Set your desired From and Subject field values. Add any additional Message content.
- Next to When, select Custom and then the date and time you want the link sent.
- Send yourself a preview and then schedule your email.
Displaying the Day Count
Optionally, you may want to display to your subjects how many days they've participated so far. This is easily accomplished using piped text.
- Create a question in your survey and in its label write something like You have participated, then select Piped Text in the label editor followed by Embedded Data Field. You may now either type or select the field named Days and finish the message text.
- The final label text will look something like this.
- Click Preview to see the piped text field replaced by its value.