You can embed a YouTube video under the question editor of your survey.
Example
You would like to embed a video that has been uploaded to YouTube.com.
Detailed Steps
Copy YouTube embed code
- Go to YouTube.com
- Click Share under the video.
- Click Embed.
- Copy the embed code and paste it into Notepad or a similar text editor.
The embed code should look similar to:
<iframe width="420" height="315" src="//www.youtube.com/embed/iIiAAhUeR6Y" frameborder="0" allowfullscreen></iframe>
The text in blue above can be updated to adjust the video size. Make sure that if adjusting these values they are done so in proportion, so the video playback is not distorted.
TIP: If you want your YouTube video to autoplay, you will have to add the string ?autoplay=1 at the end of the source link:
<iframe width="420" height="315" src="//www.youtube.com/embed/iIiAAhUeR6Y?autoplay=1" frameborder="0" allowfullscreen></iframe>
Note: The auto-play feature is disabled for mobile devices running iOS and Android.
Embed YouTube video in survey
- Open the power survey.
- On the Build page, click Edit to open Power Survey Authoring in a new browser tab.
- In Power Survey Authoring, click the Questionnaire tab.
- Create a Text Instruction question.
- Click into the question editor to activate it.
- Click HTML.
- Copy and paste the embed code from YouTube.
- Click Update.
- Click Save.
- Validate and test your study for the embedded video.
Note: A security warning may display to participants. This is dependent on their browser settings.
More Information
Please see the following Webhelp topics for more information:
Comments
0 comments
Article is closed for comments.