How to Embed a Qualtrics Survey in a Webpage

Follow these instructions to embed a Qualtrics survey in OU Campus:

  • Click the "Main Content" button on the webpage.
  • Navigate to the access bar at the top of the screen and click the source code symbol <> located to the left of the puzzle piece. 
  • You will see the following screen:

Source Code <p>Add content here...</p>

  • Copy and paste the following block text into the "Add content here..." section of the source code:

<iframe title="Your Survey Title Here" src="your-survey-URL-here" height="800px" width="600px"></iframe>

  • Change out the title and the src attributes with the appropriate title and URL.
  • If you need to alter the size of your survey, you can adjust the width and the height within the block text listed above.