Forum Discussion
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, and for those comments then to be visible to future learners?
So over time the section would include a bank of responses from previous learners. Any hints would be appreciated.
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.