Skip to content

richardsonchrisj/ScenarioChoiceHandler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkedIn MIT License Contributors Forks Stargazers Issues


Logo

Scenario Choice Handler

A quick additional js file to capture scenario responses in Rise 360 courses

· Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Contributing
  3. License
  4. Contact
  5. References

About The Project

Product Name Screen Shot

I wanted to save xAPI statements when someone selects options in the scenarios I create using Rise 360. Articulate doesn't provide that functionality. So I built some additional code that can be added. It grabs the questions and selected answers from the scenario and sends it to your Learning Records Store.

Product Name Screen Shot

To use this yourself, just copy the scenario.js file in the lib folder and put it in your own exported Rise course folder.

You'll also need to add this line to your index.html file: <script type="text/javascript" src="lib/scenario.js"></script>.

Product Name Screen Shot

I've included a sample course called Faker that demonstrates how it all works. If you're using an LRS like SCORM Cloud, you can download the Faker course, zip it, and upload it to your LRS.

Product Name Screen Shot

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Author Link: chrisrichardson.dev
Project Link: https://github.com/richardsonchrisj/ScenarioChoiceHandler

(back to top)

References

Here are a few great resources if you're learning about xAPI and related tools

(back to top)