Forum Discussion
Longitudinal Results Slide for Multiple Users
To start, you would need a database to process and store the learner's information, including their names and other variables from Storyline. For tracking their answers, you can use a variable like "selectedAnswer," which updates based on the learner’s choice. You would then save this variable, and any others you may need, to a database such as Firestore (or another database of your choice). When the learner moves to the next slide, you can retrieve these variables from Firestore. Once the data is available, you can send an xAPI statement that includes all variables, allowing the LMS to pull the relevant information. In the example below, I used ScormCloud as the LMS.
Getting and processing multiple learner's data:
Sending xAPI with multiple learner's data:
Related Content
- 3 months ago