Forum Discussion
AngelaCramer
2 days agoCommunity Member
Remove pop-ups from embedded content
I have a Rise360 course that uses a Multimedia Embedded block. The block links an Empathy quiz. When learners get to this point there is a pop-up asking for a donation to the site. Is there a way to ...
AmEy_Michelle
2 days agoCommunity Member
Hi AngelaCramer​! I've used Rise360 since it launched years back, and unfortunately, I don't think there is a way to control the internal behavior (e.g., pop-ups or donation buttons) of an external website embedded via an Embed block. Since the site lives outside of Articulate, Rise can only display what that external site is programmed to show.
Here are some alternatives that you might wnat to consider doing instead if you need another option:
- Recreate the Quiz in Rise: If the quiz isn't too long, you can rebuild it using the native Quiz lesson, or if you want it in the lesson, you can use the Knowledge Check block. This keeps the data within your course and avoids external links entirely.
- Use Storyline 360: If the quiz requires more complex logic than Rise offers, you can build it in Storyline 360 and then insert it into your Rise lesson using the Storyline block. This allows for complete design control.
- Embed a Clean Form: If you want to use an external tool, like Microsoft Forms or Google Forms are also great options. They generally don't have pop-ups and can be embedded directly into Rise using the Embed block and use an iFrame code like this:
<iframe src="YOUR_URL_HERE" width="100%" height="600px"></iframe>
This way, you can ensure your learners stay focused on the content rather than being asked for donations!
I hope this helps!