OK this is pretty nerdy. Everyone gets excited about the possibility of using the incredible graphics and physics of gaming engines like Unity, by then they hit a reality wall. How to get SCORM or xAPI data out of it. What did your learner do? It’s almost laughable to create a complex simulated world and then not be able to really observe users behavior in any meaningful way.
It’s actually super simple and once you sort it out the value of the Unity platform increases significantly.
Our project started with the following requirements:
-
- Engaging graphics and environment
- Good feedback to the user throughout the module
- Emit progress data to xAPI and SCORM and Mysql
- Track user mistakes
- Provide video in the simulation as a help resource
- Allow for a rules-based coach system to react to learner actions
- Conduct assessments at the end of the simulation
The Unity platform is fantastically rich, but not designed for this kind of project unless you want it to chug along like a 1980’s pc.
After some experimentation we developed the following simple approach:
The really big deal here is that Unity gets a break and has to do very little work to emit the data. The off-board data manager is responsible for onward transmission and reformats the data for the target system or systems. It also broadcasts real-time information and passes data to an external rules engine that can detect situations that require intervention and then send a signal to Unity to react to the user.
Step through the slides and you can see some of the features. Most notably the last slide is what was appearing on a browser received from the pusher. Below is a brief video of the environment.
Easy huh? Not for us mere mortals. Looks pretty complicated, but very cool.
Very cool idea. We are struggling to find a good platform for our simulations, in particular, one that supports xAPI. What is the average development time for a 10 minutes module? – Phil
Hi, Development times are quite a bit longer than Level 4 Storyline (complex with animations and interactions), but not by much. There’s not really such a thing as a 10-minute module. Some users will take a long time and some will dash throughout it. However, assuming an average time of 10 minutes to complete the scenario then you can count on at least 12 weeks of dev time for a medium complexity scenario. You can apply AGILE techniques and build a MVP (minimum viable product) fairly quickly.
Thanks, good to know.