What is an iFrame?
iFrame stands for Inline Frame. It is an HTML document embedded inside another HTML document on a website. It is a way to embed content from your favorite websites and instructional tools, including Nearpod, Kahoot, Desmos, Eduzzle, Duolingo, and more. Students will be able to access the content of these websites directly within an Otus Advanced Assessment, without needing to visit the source website!
Using iFrame in an Advanced Assessment
Any question in an Advanced Assessment that contains a text editor will have the ability to embed an iFrame.
Step 1: While you are building the question, you will see a Source button on the toolbar. Select this button.
Step 2: Copy and paste the following link into the HTML Editor Tool :
<iframe height="700px" src="URL" width="800px"></iframe>
Step 3: Add the URL of the iFrame component, replacing the URL above.
For a Google Drive Resource
The Google resource will need to be published to the web to embed properly.
Open your Google resource in Google Drive.
Choose Share and select Publish to web.
Click Embed.
Copy the entire contents of the box starting with <iframe.
Paste the contents in the source of your advanced assessment item.