Forum Discussion

AlexCase's avatar
AlexCase
Community Member
31 days ago

Longitudinal Results Slide for Multiple Users

Forgive me if this was answered somewhere else, but is there a way to create a results slide that takes answers from previous users to produce a slide that summarizes all of those results?  I think this would probably have to work with the LMS in some way to be functional.  Is there a way to tell the LMS to pull historical data or xAPI?

Example:  80% of people chose A, 5% chose B, 10% chose C, 3% chose D, and 2% did not respond?

  • Nedim's avatar
    Nedim
    Community Member

    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: