For details about research done at the School of Psychology please visit Psychology Research Home.
Study survey URLs may now be added onto the SONA system as online studies.
To add your SONA survey URL to SONA, timeslots need to be added to the study so that students can sign up to participate and have the credit assigned.
The online set up also allows credits to be assigned automatically if using Qualtrics instructions can be found on the UQ Psychology Research site at:
Select Create a new study under Add New Study
Select the Study type > Online External Study and then Continue
Add the Basic Study Information (i.e., Study name, Brief Abstract, Detailed Description etc).
Under the Advanced Settings section of the screen:
Add in the Study URL ( Note: For online studies, it is possible for credits to be assigned automatically when using Qualtrics. To set this up, refer to the information available on:
Complete all the relevant fields and then Add this study.
Make sure that you submit the study for approval (Send Request) this will generate an email notification to the SONA system administrator to approve the study.
Students will still need to sign up to the study to access the Study URL. Once the study is created, add the timeslots.
Click on the Study Menu > View/Administer Time Slots.
Click on Add a Timeslot and complete the fields.
Click on Add This Timeslot.
If you have set up the study to grant credits automatically for online studies (see Assign credit automatically in Sona when using Qualtrics) – you do not need to manually allocate credits
Wait for the participation deadline of the study before you take any further action.
If your study is not set up to grant credits automatically:
Once students have completed the study, click on My Studies > View Your Uncredited Timeslots
Under the Action column > check Grant Credit against the applicable participant OR check > Mark all Participated and then Process Changes.
Qualtrics has a feature which allows participants to save their progress and resume at a later point. This seems like a good idea but is nearly always a bad idea. You should never enable this feature without considering the issues below:
Within Sona, change the Study URL so it includes the Qualtrics Anonymous Survey Link and ?id=%SURVEY_CODE%. So if the Qualtrics URL (Anonymous Survey Link) is:
then you would use:
Note: "id" must be in lower-case.
The example link above is on the domain uqpsych.qualtrics.com because this is linking directly to the Qualtrics survey. If there was a custom page before the survey you would link to that instead. For example it may have the format exp.psy.uq.edu.au instead.
Having completed Step 1, the Study Information on your Sona Systems site now displays a URL labeled "Qualtrics Redirect to a URL".
In Qualtrics, configure the survey to accept the survey code number, as an embedded data field named "id". Remember to use lower-case as this is case-sensitive.
To do this in Qualtrics:
In order for Sona to register that the participant finished the survey Qualtrics must redirect to Sona on survey completion.
This is best done in the 'Survey Flow'.
To do this in Qualtrics:
The Redirect URL is unique for each study and is obtained from the Study Information page and is labeled as Qualtrics Redirect to a URL. For example it may look like this:
Note that if you are using the Paid pool the address above will be 'uqpsych-p...' not 'uqpsych...'.
This step is recommended just to check all of the above has been successful.
It is very common to want to have a start or landing page for your survey. This page will generally contain your Participant Informaiton Sheet and Consent details. This is hosted completely outside of Qualtrics or Checkbox. Once the participant Consents they are then directed to your survey.
This system has the following advantages:
For a simple example see this demo page:
Please contact Paul Jackson (webmaster@psy.uq.edu.au) for help creating a start page. The minimum required to get a start page is:
A similar page can be created as a Debrief page for after the survey if required.
Example of a simple Debrief Page:
Potentially the finish page can also be used to collect data that is not linked to the actual survey data, is stored on psychology servers and as such can be user identifiable.
Example of Student Id collection:
Example of Prize Draw entry:
The information below is out of date and is the old method of doing this. The new method is via the 'Timing' question:
You can delay a participant on a given page in Qualtrics by delaying the display of the 'Next' button. To do this:
Qualtrics.SurveyEngine.addOnload(function(){
this.hideNextButton();
this.showNextButton.delay(5);
});
The above would delay the page for 'Next' button for 5 seconds.
If you want to hide the Next Button and then automatically progress after 5 seconds:
Qualtrics.SurveyEngine.addOnload(function(){
var theDelay=5;
this.hideNextButton();
this.showNextButton.delay(theDelay);
var that = this;
(function(){that.clickNextButton();}).delay(theDelay);
});
When exporting the data it is generally recommended that you export to CSV first and then import into your statistical package. Exporting directly to SPSS is often more problematic.
It should also be noted that when you export your data it remains on the server. Whenever you export you are basically taking a snapshot of the current dataset. As such you can download it as often as you like.
For more information about exporting data from Qualtrics:
The Ethics Committee requires that ALL online research be hosted on our web servers with the exception of surveys hosted by Qualtrics.
This means 3rd party providers such as Survey Monkey or a friends web server cannot be used to host your web research without prior permission from the ethics committee.
Psychology has sufficient web servers and resources to host all research projects.
Email Triggers can be used in Qualtrics to send an email each time a participant finishes a survey.
For more information see:
Sometimes you need to link data from one Qualtrics survey to another or from a Qualtrics survey to an external dataset. Qualtrics uses a unique value for 'ResponseID' to identify each participant. This value can be passed out of Qualtrics at the end of the survey by passing it in a redirect address.
The text to add the current ReponseID to Qualtrics is:
Note that this can only work at the end of the survey. This value is not set until the survey is finished.
For example if you wanted to redirect all participants to the pscyhology home page passing the ResponseID you would do the following:
This can be used to pass the 'ResponseID' from one survey ot another in Qualtrics.
The address in the second last step of the steps above would be the address of the second Qualtrics survey. Then in the second Qualtrics survey you would need to add an embedded item with the name 'id' to pick up the passed value. In this canse the 'id' value in the second survey will be the same as the 'ResponseID' value in the first survey.
To access Qualtrics you need an active UQ Staff or Student account which is assigned to an appropriate User Class.
Access to Qualtrics is via:
If your UQ account is not assigned to a User Classes please contact webmaster@psy.uq.edu.au with the details of your association with the School of Psychology.
Go to the 'View Results' tab in Qualtrics and select the 'Responses in Progress' tab. Select the responses you want to convert and click 'Close Responses'.
The header image in Qualtrics can be removed by adding some Custom CSS into the survey. To learn how to add Custom CSS see:
The custom CSS to remove the headers is as follows:
html .Skin #LogoContainer { display: none; }
Note that the header is not actually removed but only hidden.
To change the header text to 'New Text':
html .Skin #Logo::before { content: 'New Text' !important; }
Qualtrics allows you to share a survey with another Qualtrics user. In Qualtrics this is termed collaboration.
Collaboration can sometimes be a little tricky to get working.
You can find the option to collaborate in the Tasks menu of the My Surveys page:
Next you will be presented a window allowing you to search the Qualtrics address book.
It is very important to note that Qualtrics only knows about Psychology users how have already logged into Qualtrics. If a user has never accessed the UQ Psychology instance of Qualtrics you will never find them.
Finding other users can sometimes be a bit tricky. You can search based on first name. For example 'fred':
Or if you know their UQ Username you can try using that. For example to search for the username 'aaafred':
If you know the users email you can try that. Note that this will only find the email address that Qualtrics has and not all of the versions of their email address. Students are typically in Qualtrics with an email in this format 's1234567@student.uq.edu.au'. To search for the email address 'fred@psy.uq.edu.au':
Or if none of the above works you can click on the 'User and Group Address Book' link to browse the entire Address Book. This can be pretty slow given the number of users we have in Qualtrics. It allows you to scroll through a list of all users (50 a a time):
If after trying all of the above you still cannot find the user it is important to remember that the user may not actually be in Qualtrics. An account in Qualtrics is not created until the user logs in at least once.
For more informaiton about collaboration options and how to collaborate with users who are at other institutions see this help from Qualtrics:
Access to Qualtrics is restricted to UQ Accounts that have some known association with the School of Psychology.
If your UQ Account has a valid assocaition with the School of Psychology you can access Qualtrics from here:
Note that you must be logged in to access Qualtrics.
If you can log into the Psychology web site but still cannot get to Qualtrics this is normally caused by either of these two things:
To confirm that you are logging in with Psychology Credentials and what user classes you are a member of please go to the Staff page:
On the first tab of this page it should say:
If it doesn't show you as belonging to any valid user classes then you will not be able to access Qualtrics. Note that not all user classes have access ot Qualtrics.
If your think your User Classes are incorrect or if you are having other problems accessing Qualtrics please contact:
There is currently no easy or foolproof way to link MTurk participants to a Qualtrics result set.
The way that has been somewhat successful for many researchers is to show a random number to the participant and get them to paste the number into MTurk when they have finsihed the survey.
This generates an 8 digit random number and assigns it to the value 'MTurkCode'. This value will be recorded in your dataset.
[For exact details of random numbers see: http://www.qualtrics.com/university/researchsuite/articles/random-number-generator/]
Add a text question at the very end of the survey with somethign like the following:
Please copy the 8-digit number that appears below and paste it into Mturk to receive your payment.
One of the methods Survey Sampling International (SSI) uses to minimise the risk of fraudulent response is referred to as High Security End Links. Setting up Qualtrics to work with SSI High Security End Links involves three steps:
Embedded data in Qualtrics is used to record and access the unique values passed from SSI to your survey. Embedded Data is added into the Survey Flow of your survey in Qualtrics. The Embedded Data block should be the first section in Survey Flow.
You will need to add an Embedded Data Value for each of the following:
The formula for high is essentially as follows:
To implement the above formula for the high value in Qualtrics you must enter the details exactly as follows:
The 'Set Embedded Data section of the Survey Flow for you survey in Qualtrics should look like the green part in the following screen shot.
For more information about entering Embedded Data into Qualtrics see:
This step is optional but highly recommended. In the Qualtrics Survey Flow section create a new Branch as shown in the picture below. The branch should follow directly the Embedded Data at the top of your Survey Flow (see picture above).
Effectively the branch will become active if any of the values are not passed from SSI correctly, your SecureKeys are not entered, or if the calculation of the high value fails. The Branch has the following items:
Notice the logic is all OR. This means if any of the logical items are matched then the branch will trigger. By default Qualtrics will set them up with AND. Make sure you change it.
As shown in the first image above the branch goes to a standard Block followed by an End of Survey Element. These items are only dispalyed to participants if the Branch is successful (i.e. if sanity checking fails).
The Block should contain some text indicating that the address is incorrect and should be checked. Following this block is an End of Survey Element as below.
Notice the End of Survey Element has the last two items checked. This will stop this broken survey attempt from even being recorded. If this was not done it would count as a survey completed even though the survey was not even attempted.
For more information about Branch Logic and End of Survey Elements in Qualtrics see:
SSI requires that when somebody finishes the survey they are automatically redirected the the Complete Address. SSI will supply you with and Complete Address. The format may differ slightly but it should look somethign like this:
* This is the address you will add to the End of Survey Element in Qualtrics.
Notice in particular values in the last part of the address after the '?'. This is referred to as the Query String. This is one way that data can be passed from one web page to another particularly across servers. Each value within the Query String has the form 'name=value' and are delimited by an '&' character. The above address has 3 name-value pairs:
The parts in italics and curly brackets, ${e://Field/psid} and ${e://Field/high}, are replaced by Qualtrics with unique numeric values for each participant as follows:
For more information about appending embedded values to a URL in Qualtrics:
For specific information about Query Strings and how they are used on the web see:
An End of Survey Element should be added and the very end of the Survey Flow. If it is not added at the end the survey would finish prematurely. The 'Redirect to a URL' field is filled with the address described above.
For more information about the End of Survey Element in Qualtrics see:
You must login to access Checkbox
This version of Checkbox is no longer being updated and researchers are encouraged to use Qualtrics where possible.
This version of Checkbox is no longer being updated and should only be used for existing research.