<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Metrics Archives - RCP Learning</title>
	<atom:link href="https://www.rcplearning.com/category/metrics/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.rcplearning.com/category/metrics/</link>
	<description>Where Technology Meets Training</description>
	<lastBuildDate>Mon, 10 Feb 2020 16:31:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
<site xmlns="com-wordpress:feed-additions:1">128724060</site>	<item>
		<title>Getting data out of Unity to an xAPI recipient</title>
		<link>https://www.rcplearning.com/getting-data-out-of-unity-to-an-xapi-recipient/</link>
					<comments>https://www.rcplearning.com/getting-data-out-of-unity-to-an-xapi-recipient/#respond</comments>
		
		<dc:creator><![CDATA[James Ringrose]]></dc:creator>
		<pubDate>Wed, 09 Jan 2019 17:43:25 +0000</pubDate>
				<category><![CDATA[Animation]]></category>
		<category><![CDATA[Metrics]]></category>
		<category><![CDATA[Product Demo]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Virtual Reality]]></category>
		<guid isPermaLink="false">https://www.rcplearning.com/?p=15152</guid>

					<description><![CDATA[<p>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  [...]</p>
<p>The post <a href="https://www.rcplearning.com/getting-data-out-of-unity-to-an-xapi-recipient/">Getting data out of Unity to an xAPI recipient</a> appeared first on <a href="https://www.rcplearning.com">RCP Learning</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span class="firstcharacter" style="color: #5e8ab5;">OK</span> 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&#8217;s almost laughable to create a complex simulated world and then not be able to really observe users behavior in any meaningful way.</p>
<p>It&#8217;s actually super simple and once you sort it out the value of the Unity platform increases significantly.</p>
<p>Our project started with the following requirements:</p>
<ol>
<li style="list-style-type: none;">
<ol>
<li>Engaging graphics and environment</li>
<li>Good feedback to the user throughout the module</li>
<li>Emit progress data to xAPI and SCORM and Mysql</li>
<li>Track user mistakes</li>
<li>Provide video in the simulation as a help resource</li>
<li>Allow for a rules-based coach system to react to learner actions</li>
<li>Conduct assessments at the end of the simulation</li>
</ol>
</li>
</ol>
<p>The Unity platform is fantastically rich, but not designed for this kind of project unless you want it to chug along like a 1980&#8217;s pc.</p>
<p>After some experimentation we developed the following simple approach:</p>
<p><img data-recalc-dims="1" fetchpriority="high" decoding="async" class="size-full wp-image-15153 aligncenter" src="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/unitywirediagram.jpg?resize=800%2C450&#038;ssl=1" alt="" width="800" height="450" srcset="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/unitywirediagram.jpg?resize=200%2C113&amp;ssl=1 200w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/unitywirediagram.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/unitywirediagram.jpg?resize=400%2C225&amp;ssl=1 400w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/unitywirediagram.jpg?resize=600%2C338&amp;ssl=1 600w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/unitywirediagram.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/unitywirediagram.jpg?fit=800%2C450&amp;ssl=1 800w" sizes="(max-width: 800px) 100vw, 800px" /></p>
<p>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.</p>
<script type="text/javascript">jQuery(function() { _initLayerSlider( '#layerslider_14_tvll0p8ri9nu', {createdWith: '6.10.0', sliderVersion: '6.10.0', allowFullscreen: true, pauseOnHover: 'enabled', cycles: 1, skin: 'v6', sliderFadeInDuration: 350, useSrcset: true, skinsPath: 'https://www.rcplearning.com/wp-content/plugins/LayerSlider/assets/static/layerslider/skins/', performanceMode: true}); });</script><div id="layerslider_14_tvll0p8ri9nu"  class="ls-wp-container fitvidsignore ls-selectable" style="width:1280px;height:720px;margin:0 auto;margin-bottom: 0px;"><div class="ls-slide" data-ls="duration:1000;transition2d:1;"><img decoding="async" width="1280" height="720" src="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2020/02/ls-slider-12-slide-1.jpg?fit=1280%2C720&amp;ssl=1" class="ls-l ls-img-layer" alt="" srcset="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2020/02/ls-slider-12-slide-1.jpg?resize=200%2C113&amp;ssl=1 200w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2020/02/ls-slider-12-slide-1.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2020/02/ls-slider-12-slide-1.jpg?resize=400%2C225&amp;ssl=1 400w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2020/02/ls-slider-12-slide-1.jpg?resize=600%2C338&amp;ssl=1 600w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2020/02/ls-slider-12-slide-1.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2020/02/ls-slider-12-slide-1.jpg?resize=800%2C450&amp;ssl=1 800w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2020/02/ls-slider-12-slide-1.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2020/02/ls-slider-12-slide-1.jpg?resize=1200%2C675&amp;ssl=1 1200w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2020/02/ls-slider-12-slide-1.jpg?fit=1280%2C720&amp;ssl=1 1280w" sizes="(max-width: 1170px) 100vw, 1170px" style="top:0px;left:-14px;background-size:inherit;background-position:inherit;width:1294px;height:728px;" data-ls="position:relative;"></div><div class="ls-slide" data-ls="duration:1000;transition2d:1;"><img decoding="async" width="1285" height="722" src="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page2.jpg?fit=1285%2C722&amp;ssl=1" class="ls-bg" alt="" srcset="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page2.jpg?resize=200%2C112&amp;ssl=1 200w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page2.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page2.jpg?resize=400%2C225&amp;ssl=1 400w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page2.jpg?resize=600%2C337&amp;ssl=1 600w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page2.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page2.jpg?resize=800%2C449&amp;ssl=1 800w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page2.jpg?resize=1024%2C575&amp;ssl=1 1024w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page2.jpg?resize=1200%2C674&amp;ssl=1 1200w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page2.jpg?fit=1285%2C722&amp;ssl=1 1285w" sizes="(max-width: 1170px) 100vw, 1170px" /></div><div class="ls-slide" data-ls="duration:1000;transition2d:1;"><img loading="lazy" decoding="async" width="1285" height="720" src="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page3.jpg?fit=1285%2C720&amp;ssl=1" class="ls-bg" alt="" srcset="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page3.jpg?resize=200%2C112&amp;ssl=1 200w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page3.jpg?resize=300%2C168&amp;ssl=1 300w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page3.jpg?resize=400%2C224&amp;ssl=1 400w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page3.jpg?resize=600%2C336&amp;ssl=1 600w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page3.jpg?resize=768%2C430&amp;ssl=1 768w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page3.jpg?resize=800%2C448&amp;ssl=1 800w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page3.jpg?resize=1024%2C574&amp;ssl=1 1024w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page3.jpg?resize=1200%2C672&amp;ssl=1 1200w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page3.jpg?fit=1285%2C720&amp;ssl=1 1285w" sizes="auto, (max-width: 1170px) 100vw, 1170px" /></div><div class="ls-slide" data-ls="duration:1000;transition2d:1;"><img loading="lazy" decoding="async" width="1281" height="726" src="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page4.jpg?fit=1281%2C726&amp;ssl=1" class="ls-bg" alt="" srcset="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page4.jpg?resize=200%2C113&amp;ssl=1 200w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page4.jpg?resize=300%2C170&amp;ssl=1 300w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page4.jpg?resize=400%2C227&amp;ssl=1 400w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page4.jpg?resize=600%2C340&amp;ssl=1 600w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page4.jpg?resize=768%2C435&amp;ssl=1 768w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page4.jpg?resize=800%2C453&amp;ssl=1 800w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page4.jpg?resize=1024%2C580&amp;ssl=1 1024w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page4.jpg?resize=1200%2C680&amp;ssl=1 1200w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page4.jpg?fit=1281%2C726&amp;ssl=1 1281w" sizes="auto, (max-width: 1170px) 100vw, 1170px" /></div><div class="ls-slide" data-ls="duration:1000;"><img loading="lazy" decoding="async" width="1556" height="824" src="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page5.jpg?fit=1556%2C824&amp;ssl=1" class="ls-bg" alt="" srcset="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page5.jpg?resize=200%2C106&amp;ssl=1 200w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page5.jpg?resize=300%2C159&amp;ssl=1 300w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page5.jpg?resize=400%2C212&amp;ssl=1 400w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page5.jpg?resize=600%2C318&amp;ssl=1 600w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page5.jpg?resize=768%2C407&amp;ssl=1 768w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page5.jpg?resize=800%2C424&amp;ssl=1 800w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page5.jpg?resize=1024%2C542&amp;ssl=1 1024w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page5.jpg?resize=1200%2C635&amp;ssl=1 1200w, https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/page5.jpg?fit=1556%2C824&amp;ssl=1 1556w" sizes="auto, (max-width: 1170px) 100vw, 1170px" /></div></div>
<p>&nbsp;</p>
<p>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.</p>
<h5 style="text-align: center; color: #ffffff; padding-left: 20px;"><a class="ajax-popup-link broken_link" href="https://api.realcoolprod.com/api/236kljdsf3451335DFG324531/player/adEhtWLfE"><br />
<img data-recalc-dims="1" decoding="async" class="alignnone size-full wp-image-15107" style="padding-bottom: 14px;" src="https://i0.wp.com/www.rcplearning.com/wp-content/uploads/2019/01/Annotation2019-01-08-092732-e1546957792962.jpg?w=1170&#038;ssl=1" alt=""   /></a></h5>
<p>The post <a href="https://www.rcplearning.com/getting-data-out-of-unity-to-an-xapi-recipient/">Getting data out of Unity to an xAPI recipient</a> appeared first on <a href="https://www.rcplearning.com">RCP Learning</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.rcplearning.com/getting-data-out-of-unity-to-an-xapi-recipient/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">15152</post-id>	</item>
	</channel>
</rss>
