Forum Discussion
ManishSaxena
4 years agoCommunity Member
Capturing & Storing Learners' Inputs
Hello! I am working on some Storyline 360 modules for leaders of our organization. These modules will be hosted on an LMS. I want to create a page where a learner (leader) can enter his/her response...
PhilMayor
Super Hero
You can save their responses in the LMS using survey questions, getting the other users responses in is not as simple as Scorms are sandboxed so do not have access.
You will ideally store the responses in a database or Google sheet and then read them back in using javascript triggers, there are tutorials on here how to store in a google sheet and how to then retrieve those responses, that may help you down the direction you want.
If you are using Wordpress there is a plugin for Storyline called variable magic that will do this for you.
ManishSaxena
4 years agoCommunity Member
Thanks, Phil