Introduction
You can add a pre-created SurveyMonkey survey to your course.
How-to
Once you create a survey in SurveyMonkey, select Web Link Collector as collector and copy the link. You will use this link to embed in your SIT Alemira Open edX course.
To add a SurveyMonkey survey to your course:
- Log in to SIT Alemira Studio.
- Navigate to your course.
- Open the subsection where you would like to add the problem.
- Click + New Unit.
- Select HTML > IFrame Tool.
- Click EDIT.
- Click HTML.
- In the HTML source code window that pops up, remove everything outside of the
<iframe> ... </iframe>
tags. - In
title
, add your survey title. Insrc
, add your SurveyMonkey link.Full HTML code example:
<iframe title="A survey on apples" src="https://www.surveymonkey.com/r/7V5BYKW" width="800" height="800" marginwidth="0" marginheight="0" frameborder="0" scrolling="no">
Your browser does not support IFrames.
</iframe> - Click Save.
Additional information
See also:
Comments
0 comments
Please sign in to leave a comment.