Forum Discussion
Survey questions in Rise 360?
I recently ran a couple of FREE online workshops on how to create a downloadable learning journal in RISE using Storyline blocks and local browser memory. I think these were reasonably well received.
I have a demo that creates a slider-based survey block in Storyline that, once completed allows the learner to download their results in a pdf document.
Since the survey completes in a single Storyline block this approach could be used in RISE (the JavaScript libraries are loaded dynamically - so no modification to the published course is required).
There are options for how you would get the results of the survey back to the trainer:
(a) it could be emailed to the trainer
(b) if using an xAPI capable LMS/LRS, the results could be sent to the LRS using xAPI calls
If there is sufficient interest in this (while we wait for Articulate to add a survey block to RISE!) I would be happy to run a couple of sessions on how to do this in RISE. It would be an interactive workshop and participants would be encouraged to share their own approaches to this challenge.
Anyone up for this??
- ChevonBowen-f747 months agoCommunity Member
How do the results get emailed back to the trainer?
- JohnCooper-be3c7 months agoCommunity Member
Hi Chevon
Because the pdf file will be sent as an attachment I use JavaScript and an intermediary email service (emailJS). There is a cost to this but for a few dollars a month you get up to 2000 emails. you can set up a 'free' account to test BUT the free account doesn't allow you to add attachments to the email - so you need the paid version to get the job done.
I wrote an article about using an intermediary service here:
I hope this helps?