Note
EdX offers full support for this tool.
You can administer Qualtrics surveys to your learners in your edX course. The Qualtrics survey appears in an iframe inside the course.
Course staff can view the overall results of the survey as well as responses from individual learners.
Note
To use a Qualtrics survey, you must have a Qualtrics license. Qualtrics licenses are available for a fee at the Qualtrics website. If you want to include a survey but you do not have a Qualtrics license, you can use the edX survey tool or a Google form.
For more information, see the following sections.
Be sure to review all supplemental materials to make sure that they are accessible before making them available through your course. For more information, see Accessibility Best Practices for Developing Course Content.
To add a Qualtrics survey to your course, you must create the survey in Qualtrics, and then create an HTML component in Studio.
Note
Because Qualtrics is a third-party tool, the following steps might change without notice. See the Qualtrics website for the most up-to-date Qualtrics documentation.
Using your Qualtrics account, create your survey.
Add the statements and options that you want the survey to include.
Add the user ID element. This element imports data from your course into Qualtrics.
uid
.At the top of the page, make sure Edit Survey is selected, and then select Launch Survey.
On the page that opens, select Activate Survey in the upper right corner.
On the page that opens, locate the URL that is listed under Your Anonymous Survey Link. You will add this URL to the HTML component for your survey in Studio.
Note
If you need to find this URL in the future, open your survey in Qualtrics, and then select the Distribute Survey tab at the top of the page.
Open the unit where you want the survey to appear.
Under Add New Component, select HTML, and then select IFrame Tool.
Select Edit to open the component editor, and then select HTML in the menu bar.
At the end of the instructions, locate the example iframe element, and replace the placeholder values with the values for your survey. The iframe element starts with the following text.
<iframe title="Euler Line Demo"
In the
title
attribute, replaceEuler Line Demo
with the title of your survey.In the
src
attribute, replace the placeholder URL with the URL from step 6 in Create the Qualtrics Survey.In the
src
attribute, add the following value to the end of the URL.
&uid=%%USER_ID%%
The resulting
src
attribute resembles the following example.
src="https://qtrial2015az1.az1.qualtrics.com/SE/?SID=SV_9N27VuruRdNcpHT&uid=%%USER_ID%%"
Replace the values in the
width
andheight
attributes with values that allow your survey to appear the way you want it to. For example, you might changewidth
to 800 andheight
to 1000.(Optional) If your survey might be taller than the value that you set for
height
, in thescrolling
attribute, change the value toyes
. If you do not change the value toyes
and your survey is taller than theheight
value, learners cannot scroll down to respond to all the survey statements.Leave the other default values, and then select OK at the bottom of the HTML source code editor to return to the component editor.
You can view both overall survey responses and responses for individual learners.
To view your overall survey results and analyze data, open your survey on the Qualtrics website.
To view a specific learner’s survey responses, you must download data both from the Insructor Dashboard and from Qualtrics, and then review the data.
In the LMS, go to the Instructor Dashboard.
Select the Data Download page.
Under Data Download, select Get Student Anonymized IDs CSV. If you receive a prompt, specify the location where you want to save the file.
The .csv file is saved to your computer. The file has the following name.
<course name>_<course number>_<year>_<term>_anon-ids.csv
For more information about anonymized student IDs, see Accessing Anonymized Learner IDs.
Under Reports, select Download profile information as a CSV.
When the profile information report appears in the list under Reports Available for Download, select the report to download the .csv file to your computer. The file has the following name.
<course name>_<course number>_<year>_<term>_student_profile_info_<date and time>.csv
For more information about accessing learner data, see Learner Data.
Note
Because Qualtrics is a third-party tool, the following steps might change without notice. See the Qualtrics website for the most up-to-date Qualtrics documentation.
To associate learners’ responses with their learner profiles, open the three .csv files that you have downloaded in a program such as Microsoft Excel.
<course name>_<course number>_<year>_<term
>_anon-ids.csv
) contains each learner’s anonymized ID and the learner’s
edX user ID.<course name>_<course
number>_<year>_<term>_student_profile_info_<date and time>.csv
) contains
each learner’s edX user ID and profile information, such as user name and
real name.To merge the data in the three spreadsheets so that you can see a learner’s edX user ID, profile information, and survey responses in one place, you can use functions such as VLOOKUP in Microsoft Excel.