Forum Discussion
UlrichKlein
2 years agoCommunity Member
Expanding eLearning
Hi, this might be a long shot, but I was wondering if there is any ways to create a section within Rise or as a Storyline block that would allow for learners to leave comments on a certain topic, an...
Chris-Santos
2 years agoStaff
Hi Ulrich,
You can embed a comment box from a third-party source into your Rise course. Here's an example screenshot where I used Wix to embed its comment form into my course:
You can also try out other online providers that offer a comment box. You may then use the syntax I used above for embedding it in Rise. Here's that syntax for your convenience:
<iframe src="insert-your-website-url-here"></iframe>
Sometimes, they provide an embed code that uses the <script>
tag to reference a JavaScript snippet. You'll have to find a way to put that in an HTML file, upload it to a hosting site and then reference that URL on the <iframe>
code you will use in the Embed block.