Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

openedx-unsupported/xblock-qualtrics-survey

 
 

Repository files navigation

Status

⚠️ Repository Migration Notice ⚠️

Warning

This xblock-qualtrics-survey repository is being archived. The Qualtrics Survey XBlock is moving to the xblocks-extra repository, which consolidates optional add-on XBlocks for the Open edX platform.

The migration is being completed through: openedx/xblocks-extra#15 — feat: add Qualtrics Survey XBlock

Archival: This repository will become read-only once the migration is complete. No further updates or changes will be accepted here.

Please use xblocks-extra for all future work. If you have any questions or concerns, please open an issue on the xblocks-extra issue tracker.

Qualtrics Survey

XBlock to ease linking to Qualtrics surveys.

badge-ci badge-coveralls

The tool makes it easy for instructors to link to a Qualtrics survey from within their course.

image-lms-view-normal

Installation

System Administrator

To install the XBlock on your platform, add the following to your requirements.txt file:

xblock-qualtrics-survey

You'll also need to add this to your INSTALLED_APPS:

qualtricssurvey
Course Staff

To install the XBlock in your course, access your Advanced Module List:

Settings -> Advanced Settings -> Advanced Module List

image-cms-settings-menu

and add the following:

qualtricssurvey

image-cms-advanced-module-list

Use

Course Staff

To add a Qualtrics Survey link to your course:

  • go to a unit in Studio
  • select "Qualtrics Survey" from the Advanced Components menu

image-cms-add

You can now edit and preview the new component.

image-cms-view

Using the Studio editor, you can edit the following fields:

  • display name
  • survey id
  • university
  • link text
  • message
  • parameter name for userid

Note: If you plan to make use of the "Param Name" field to store User ID data, you will need to configure your Qualtrics surveys to in turn collect that data on Qualtrics’ end.

image-cms-editor-1 image-cms-editor-2

Participants

image-lms-view-normal

Students click on a link within the unit and this takes them to the survey.

About

XBlock for Qualtrics survey

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Python 72.7%
  • Makefile 20.9%
  • JavaScript 2.5%
  • HTML 1.4%
  • Dockerfile 1.0%
  • CSS 0.8%
  • Less 0.7%