<?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>Build Capable Home</title>
	<atom:link href="https://www.buildcapable.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.buildcapable.com</link>
	<description>From strategy to real-world capability.</description>
	<lastBuildDate>Wed, 06 May 2026 18:09:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.buildcapable.com/wp-content/uploads/2023/09/cropped-BC_Full_Color_Logomark-32x32.png</url>
	<title>Build Capable Home</title>
	<link>https://www.buildcapable.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Vibe Coding Accessibility</title>
		<link>https://www.buildcapable.com/vibe-coding-accessibility/</link>
					<comments>https://www.buildcapable.com/vibe-coding-accessibility/#respond</comments>
		
		<dc:creator><![CDATA[Sarah Mercier]]></dc:creator>
		<pubDate>Wed, 06 May 2026 17:49:51 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[ai]]></category>
		<category><![CDATA[claude]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Vibe coding]]></category>
		<category><![CDATA[wcag]]></category>
		<guid isPermaLink="false">https://www.buildcapable.com/?p=23731</guid>

					<description><![CDATA[A few weeks ago, my friend Melissa Milloway told me she had vibe coded a PDF in Claude and was curious about recommendations for quick accessibility checks – just to see how it performed. She knew the typical things to check for, but didn&#8217;t know how much to trust the tool she was using or ... <a title="Vibe Coding Accessibility" class="read-more" href="https://www.buildcapable.com/vibe-coding-accessibility/" aria-label="Read more about Vibe Coding Accessibility">Read more</a>]]></description>
										<content:encoded><![CDATA[
<p>A few weeks ago, my friend Melissa Milloway told me she had vibe coded a PDF in Claude and was curious about recommendations for quick accessibility checks – just to see how it performed. She knew the typical things to check for, but didn&#8217;t know how much to trust the tool she was using or whether there were any particular accessibility checkers she should try.</p>



<p>With the growing popularity of vibe coding, I decided it was time to pressure test it with my own accessibility workflow. Inspired by Mel&#8217;s example, I decided to create a simple one-pager for a nonprofit leadership conference. In this blog post, I&#8217;ll share what I learned.</p>



<pre class="wp-block-preformatted"><strong>TL;DR </strong>Automated accessibility checkers don't replace real testing with assistive technology (AT) such as screen readers and magnifiers, preferably by someone who's a natural user of AT. Also, AI will confidently tell you that something passes an accessibility check when it doesn't.</pre>



<h2 class="wp-block-heading">Monday: First Prompt</h2>



<p><em><strong>1:29PM</strong></em> – I give Claude our existing source information, visual style guidelines, and ask it to create a one pager with <a href="https://www.w3.org/TR/WCAG22/">WCAG (Web Content Accessibility Guidelines) 2.2 AA</a> conformance.</p>


<div class="gb-container gb-container-071439f8">

<figure class="gb-block-image gb-block-image-ce99757b"><img fetchpriority="high" decoding="async" width="2560" height="1548" class="gb-image gb-image-ce99757b" src="https://www.buildcapable.com/wp-content/uploads/2026/04/2026-04-15_14-24-35-scaled.png" alt="Screenshot of Claude prompt window with preview of the one pager." title="2026-04-15_14-24-35" srcset="https://www.buildcapable.com/wp-content/uploads/2026/04/2026-04-15_14-24-35-scaled.png 2560w, https://www.buildcapable.com/wp-content/uploads/2026/04/2026-04-15_14-24-35-470x284.png 470w, https://www.buildcapable.com/wp-content/uploads/2026/04/2026-04-15_14-24-35-1024x619.png 1024w, https://www.buildcapable.com/wp-content/uploads/2026/04/2026-04-15_14-24-35-768x464.png 768w, https://www.buildcapable.com/wp-content/uploads/2026/04/2026-04-15_14-24-35-1536x929.png 1536w, https://www.buildcapable.com/wp-content/uploads/2026/04/2026-04-15_14-24-35-2048x1238.png 2048w" sizes="(max-width: 2560px) 100vw, 2560px" />
<figcaption class="gb-headline gb-headline-f41847f2 gb-headline-text">Claude only incorporated accessibility after being explicitly prompted &#8211; not by default.</figcaption>
</figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>

</div>


<p>I spent about three painful hours of prompting to adjust the copy and formatting over and over again. Even though I know exactly what I wanted at a code level for the HTML and CSS, the process of making these adjustments is much slower in a prompt-based interface. It feels like standing over someone&#8217;s shoulder and telling them what to do rather than just doing it myself.</p>



<p><strong><em>4:41 PM</em></strong> – I realize that Claude has gone off the rails when making decisions about other adjustments, so I have to force accessibility back on track again. My goal is for this accessible PDF to be available at the conference in print with a digital version on my website, so I carefully check font size and type, readability, color, and contrast.</p>



<p><strong><em>6:13 PM</em></strong> – Something unexpected happens. Claude decides to inject code to change color and contrast, but only when the PDF is printed. The digital version remains the same.</p>



<p><strong><em>6:34 PM</em></strong> – After two hours of unsuccessfully trying to get the HTML converted to a printed PDF with the correct margins, color, and contrast, I stop and call it a day.</p>



<h2 class="wp-block-heading">Tuesday: Try Again</h2>



<p><strong><em>10:57 AM</em></strong> – I beg Claude to help me make this PDF print correctly. No matter what I tell it to do or how I adjust the print settings, it loses a footer, prints with a gap on the edge of the page, or a number of other quirky issues.</p>



<p><strong><em>11:08 AM</em></strong> –&nbsp;I give up again and revert it back.</p>



<h2 class="wp-block-heading">Wednesday: Last Chance</h2>



<p><em><strong>1:00 PM</strong></em> – I have some feedback on wording and format and I&#8217;m bracing myself. At this point, I&#8217;m tempted to pull what I have into another authoring environment, but I decide to stick with it. I give Claude some prompting to continue tweaking the printed version.</p>



<p><em><strong>2:51 PM</strong></em> – After nearly three hours of adjusting padding in different areas of the document, I&#8217;m finally getting a viable printed version. Also, at some point along the way, the issues I&#8217;d been having on print mysteriously disappear. I have no idea how it fixed itself and it couldn&#8217;t tell me.</p>



<h2 class="wp-block-heading">Results</h2>



<p>First, I print the full color one-pager for the conference and it looks decent enough. Are there still things I&#8217;d change? Yes. </p>



<p>Am I done dealing with vibe coding? Also, yes.</p>


<div class="gb-container gb-container-e350aa3e">

<figure class="gb-block-image gb-block-image-98b43d59"><img decoding="async" width="1978" height="2560" class="gb-image gb-image-98b43d59" src="https://www.buildcapable.com/wp-content/uploads/2026/04/Build-Capable-—-Nonprofit-Learning-Solutions-scaled.jpg" alt="Build Capable one pager for nonprofit solutions." title="Build Capable — Nonprofit Learning Solutions" srcset="https://www.buildcapable.com/wp-content/uploads/2026/04/Build-Capable-—-Nonprofit-Learning-Solutions-scaled.jpg 1978w, https://www.buildcapable.com/wp-content/uploads/2026/04/Build-Capable-—-Nonprofit-Learning-Solutions-470x608.jpg 470w, https://www.buildcapable.com/wp-content/uploads/2026/04/Build-Capable-—-Nonprofit-Learning-Solutions-791x1024.jpg 791w, https://www.buildcapable.com/wp-content/uploads/2026/04/Build-Capable-—-Nonprofit-Learning-Solutions-768x994.jpg 768w, https://www.buildcapable.com/wp-content/uploads/2026/04/Build-Capable-—-Nonprofit-Learning-Solutions-1187x1536.jpg 1187w, https://www.buildcapable.com/wp-content/uploads/2026/04/Build-Capable-—-Nonprofit-Learning-Solutions-1583x2048.jpg 1583w" sizes="(max-width: 1978px) 100vw, 1978px" />
<figcaption class="gb-headline gb-headline-d3b014af gb-headline-text">The printed version of the PDF is different than the digital version – Claude chose to optimize the colors differently for print accessibility.</figcaption>
</figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>

</div>


<p>Next, I load the digital version of the PDF to our website. Remember that Claude created two versions of the PDF: one that was supposed to be optimized for print and one for digital use.</p>



<p><strong>Time spent: </strong>Approximately 8 hours, excluding print time (design layout and accessibility only; we already had the style and content)</p>



<p><strong>Water used</strong>: Based on estimates for intensive AI vibe coding sessions, 8 hours of prompting Claude to generate a one-pager could consume approximately 4 to 18 gallons of water. <em>Reference: <a href="https://libguides.usc.edu/blogs/USC-AI-Beat/hidden-costs-of-ai">Hidden Costs of AI: Practical Steps to Reduce Energy and Water Use</a></em></p>



<h3 class="wp-block-heading">Review – Digital Accessibility Checker</h3>



<p>Claude promised that the digital version of the one pager passed WCAG 2.2 AA with no issues. WAVE gave the digital version of the one pager a 10 out of 10. </p>


<div class="gb-container gb-container-79f98c66">

<figure class="gb-block-image gb-block-image-3b81ee92"><img decoding="async" width="2300" height="1590" class="gb-image gb-image-3b81ee92" src="https://www.buildcapable.com/wp-content/uploads/2026/04/2026-04-23_09-31-57.png" alt="Screenshot of the WAVE accessibility checker results when scanning the one pager." title="2026-04-23_09-31-57" srcset="https://www.buildcapable.com/wp-content/uploads/2026/04/2026-04-23_09-31-57.png 2300w, https://www.buildcapable.com/wp-content/uploads/2026/04/2026-04-23_09-31-57-470x325.png 470w, https://www.buildcapable.com/wp-content/uploads/2026/04/2026-04-23_09-31-57-1024x708.png 1024w, https://www.buildcapable.com/wp-content/uploads/2026/04/2026-04-23_09-31-57-768x531.png 768w, https://www.buildcapable.com/wp-content/uploads/2026/04/2026-04-23_09-31-57-1536x1062.png 1536w, https://www.buildcapable.com/wp-content/uploads/2026/04/2026-04-23_09-31-57-2048x1416.png 2048w" sizes="(max-width: 2300px) 100vw, 2300px" />
<figcaption class="gb-headline gb-headline-4a81369b gb-headline-text">I like the <a href="https://wave.webaim.org/extension/">WAVE Chrome plugin</a> because it helps me pinpoint potential issues quickly. You may need to toggle on &#8220;Allow access to file URLs&#8221; in the extension settings in your browser.  </figcaption>
</figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>

</div>


<h3 class="wp-block-heading">Review &#8211; Human</h3>



<p>The source HTML version that Claude created was okay. It was missing alt text for the logo and some of the headings were not tagged properly. Reading order was correct. Unfortunately, the HTML version wasn&#8217;t what I needed. I needed an accessible PDF to use in both print and digital formats.</p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> The printed PDF met acceptable accessibility standards. It was high contrast and when printed and the text size was acceptable. </p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png" alt="❌" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Digital accessibility of the PDF is mediocre at best. The Build Capable logo doesn&#8217;t have alt text. There are missing heading tags and some of the heading tags break one heading into multiple headings (each word is tagged as it&#8217;s own heading). The reading order is not retained in the accessible PDF version.  These would all be easy for me to fix if I could edit the code myself, but Claude just wasn&#8217;t getting it done.</p>



<p>Here&#8217;s a VoiceOver (Mac) screen reader demo comparison, starting with the source HTML version and ending with the digital PDF.</p>


<div class="gb-container gb-container-99aa04ce">

<figure class="wp-block-video"><video height="1080" style="aspect-ratio: 1080 / 1080;" width="1080" controls src="https://www.buildcapable.com/wp-content/uploads/2026/05/Claude-Vibe-Coded-One-Pager-Screen-Reader-Accessibility.mp4"><track src="https://www.buildcapable.com/wp-content/uploads/2026/05/Claude-Vibe-Coded-One-Pager-Screen-Reader-Accessibility-1.vtt" label="Claude Vibe-Coded One Pager Screen Reader Accessibility" srclang="en" kind="subtitles"/></video></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>

</div>


<p>This activity demonstrates that Claude falls short when it comes to putting a human in control of the design. I found vibe coding a simple design very frustrating and ended with an output that I needed to edit in a different tool where I could really control the look and accessibility functionality. </p>



<p>The opportunity for AI in the design space, I believe, will be focused, AI-supported authoring environments that can quickly provide initial structure, but give the human direct control of editing the elements. I&#8217;m certainly not convinced that a chat-based authoring environment alone is an efficient, effective way to do this work – especially not for experienced design professionals. It may get you started with a fast first draft, but cross your fingers that it&#8217;s one you can work with.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.buildcapable.com/vibe-coding-accessibility/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://www.buildcapable.com/wp-content/uploads/2026/05/Claude-Vibe-Coded-One-Pager-Screen-Reader-Accessibility.mp4" length="60753955" type="video/mp4" />

			</item>
		<item>
		<title>Swissport Is Rethinking What Learning Data Can Do</title>
		<link>https://www.buildcapable.com/swissport-xcl/</link>
					<comments>https://www.buildcapable.com/swissport-xcl/#respond</comments>
		
		<dc:creator><![CDATA[Sarah Mercier]]></dc:creator>
		<pubDate>Tue, 21 Apr 2026 18:16:12 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[XCL]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[Build Capable XCL]]></category>
		<category><![CDATA[compliance]]></category>
		<category><![CDATA[compliance training]]></category>
		<category><![CDATA[dashboards]]></category>
		<category><![CDATA[decentralized learning delivery]]></category>
		<category><![CDATA[deskless learning]]></category>
		<category><![CDATA[digital learning transformation]]></category>
		<category><![CDATA[elearning]]></category>
		<category><![CDATA[frontline]]></category>
		<category><![CDATA[headless LMS]]></category>
		<category><![CDATA[instructional design]]></category>
		<category><![CDATA[learning data]]></category>
		<category><![CDATA[learning experience platform]]></category>
		<category><![CDATA[learning technology strategy]]></category>
		<category><![CDATA[LMS modernization]]></category>
		<category><![CDATA[microlearning]]></category>
		<category><![CDATA[performance support]]></category>
		<category><![CDATA[scalable learning solutions]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[xapi]]></category>
		<guid isPermaLink="false">https://www.buildcapable.com/?p=23698</guid>

					<description><![CDATA[Most organizations settle for completion rates. Swissport decided to go further. As the world&#8217;s leading aviation services provider, Swissport supports 65,000 colleagues across 45 countries in some of the most demanding operational environments in the industry. Ramp agents, cargo handlers, and passenger service staff don&#8217;t sit at desks. They need training that meets them where ... <a title="Swissport Is Rethinking What Learning Data Can Do" class="read-more" href="https://www.buildcapable.com/swissport-xcl/" aria-label="Read more about Swissport Is Rethinking What Learning Data Can Do">Read more</a>]]></description>
										<content:encoded><![CDATA[
<p>Most organizations settle for completion rates. <a href="https://www.swissport.com/">Swissport</a> decided to go further.</p>



<p>As the world&#8217;s leading aviation services provider, Swissport supports 65,000 colleagues across 45 countries in some of the most demanding operational environments in the industry. Ramp agents, cargo handlers, and passenger service staff don&#8217;t sit at desks. They need training that meets them where they are, and insight that goes beyond a ticked box.</p>



<p>So when it came to rolling out Year-End Review training globally, Swissport took an innovative approach. They captured rich behavioral data in real time using xAPI-powered, link-based delivery through <a href="/xcl">Build Capable XCL</a> that reached every colleague regardless of location or LMS access.</p>



<p><strong>What they discovered reshaped how they think about learning design. </strong></p>



<p>Learners navigated content selectively, returning to videos as just-in-time reference tools, and engaging in ways that reflected operational behavior rather than passive course consumption. Managers showed distinct engagement patterns from general employees. The data surfaced process improvement opportunities that went beyond the learning program itself.</p>



<p>100% of the target audience was reached. Decisions were grounded in observable behavior rather than assumptions. And Swissport now has a repeatable model for delivering and continuously improving learning at global scale.</p>



<p>This is what it looks like when a world-class organization treats learning analytics as a strategic capability. </p>



<p>Access the full case study, <em>How Swissport Advanced Workforce Learning Through Next-Generation Analytics</em>, from Daniel Lever, Global Head of Academy &amp; Learning Technology and Paul Griffin, Global LMS Manager at Swissport.</p>


<div class="gb-container gb-container-7da2c28a">

<a class="gb-button gb-button-df20b01d gb-button-text" href="https://content.buildxcl.com/?m=1d99698a-84ee-11ef-a7f8-b68baf628aa6&amp;n=7a56e591-3451-11f1-b944-92fa2ecb33e2">Case Study: How Swissport Advanced Workforce Learning Through Next-Generation Analytics</a>

</div>]]></content:encoded>
					
					<wfw:commentRss>https://www.buildcapable.com/swissport-xcl/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Learning in the Flow of Work at Midmark RTLS</title>
		<link>https://www.buildcapable.com/learning-in-the-flow-of-work-at-midmark-rtls/</link>
					<comments>https://www.buildcapable.com/learning-in-the-flow-of-work-at-midmark-rtls/#respond</comments>
		
		<dc:creator><![CDATA[Sarah Mercier]]></dc:creator>
		<pubDate>Thu, 09 Apr 2026 16:40:09 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[XCL]]></category>
		<category><![CDATA[articulate rise]]></category>
		<category><![CDATA[Build Capable XCL]]></category>
		<category><![CDATA[channel learning]]></category>
		<category><![CDATA[decentralized learning delivery]]></category>
		<category><![CDATA[digital learning transformation]]></category>
		<category><![CDATA[elearning]]></category>
		<category><![CDATA[headless LMS]]></category>
		<category><![CDATA[instructional design]]></category>
		<category><![CDATA[learning data]]></category>
		<category><![CDATA[learning experience platform]]></category>
		<category><![CDATA[learning technology strategy]]></category>
		<category><![CDATA[LMS modernization]]></category>
		<category><![CDATA[microlearning]]></category>
		<category><![CDATA[performance support]]></category>
		<category><![CDATA[scalable learning solutions]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[xapi]]></category>
		<category><![CDATA[Zendesk]]></category>
		<guid isPermaLink="false">https://build-capable.local/?p=23583</guid>

					<description><![CDATA[For Midmark RTLS, delivering consistent, high-quality training to channel partners is mission-critical. Unfortunately, their learning management system (LMS) was a barrier. Midmark RTLS took a different approach with Build Capable XCL. Instead of forcing learners into a traditional LMS, XCL enabled content to live where work already happens. Training was embedded directly into their knowledge ... <a title="Learning in the Flow of Work at Midmark RTLS" class="read-more" href="https://www.buildcapable.com/learning-in-the-flow-of-work-at-midmark-rtls/" aria-label="Read more about Learning in the Flow of Work at Midmark RTLS">Read more</a>]]></description>
										<content:encoded><![CDATA[
<p>For <a href="https://www.midmark.com/medical/rtls">Midmark RTLS</a>, delivering consistent, high-quality training to channel partners is mission-critical. Unfortunately, their learning management system (LMS) was a barrier.</p>



<ul class="wp-block-list">
<li>The administrative processes were manual and time-consuming.&nbsp;</li>



<li>Engagement was low, with fewer than 25 learners per month.</li>



<li>The pricing model made growth difficult. More users meant higher costs.</li>
</ul>



<p>Midmark RTLS took a different approach with <a href="/xcl">Build Capable XCL</a>. Instead of forcing learners into a traditional LMS, XCL enabled content to live where work already happens. Training was embedded directly into their knowledge base in Zendesk, eliminating the need for manual enrollment and improving access.</p>



<p>The experience became intuitive and seamless. Learners could start and stop without losing progress, engage with interactive content, and access what they needed when they needed it.</p>



<p>From an operational perspective, the shift reduced administrative burden and provided real-time insights into learner activity and performance. The flat pricing model also removed cost barriers, making it possible to scale to thousands of users without increasing expenses.</p>



<p>This case highlights a strategic shift from platform-centric training to an ecosystem-based approach. </p>



<p>Access the full case study, <em>Midmark RTLS Modernizes Channel Learning with Build Capable XCL</em>, from Susan Weyandt, Partner Development Manager at Midmark RTLS.</p>


<div class="gb-container gb-container-7da2c28a">

<a class="gb-button gb-button-df20b01d gb-button-text" href="https://content.buildxcl.com/?m=1d99698a-84ee-11ef-a7f8-b68baf628aa6&amp;n=28161de6-32af-11f1-b944-92fa2ecb33e2">Case Study: Midmark RTLS Modernizes Channel learning with Build Capable XCL</a>

</div>]]></content:encoded>
					
					<wfw:commentRss>https://www.buildcapable.com/learning-in-the-flow-of-work-at-midmark-rtls/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Build Capable and Yet Analytics Partner to Deliver an AI-Ready Learning Data Stack</title>
		<link>https://www.buildcapable.com/build-capable-and-yet-analytics-partner-to-deliver-an-ai-ready-learning-data-stack/</link>
					<comments>https://www.buildcapable.com/build-capable-and-yet-analytics-partner-to-deliver-an-ai-ready-learning-data-stack/#respond</comments>
		
		<dc:creator><![CDATA[Sarah Mercier]]></dc:creator>
		<pubDate>Tue, 31 Mar 2026 23:22:26 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Press Release]]></category>
		<category><![CDATA[XCL]]></category>
		<category><![CDATA[ai]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[instructional design]]></category>
		<category><![CDATA[learning ecosystem]]></category>
		<category><![CDATA[lms]]></category>
		<category><![CDATA[LRS]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[xapi]]></category>
		<guid isPermaLink="false">https://build-capable.local/?p=23391</guid>

					<description><![CDATA[Build Capable and Yet Analytics have announced a new partnership aimed at helping organizations design, deliver, and scale learning in the AI era without relying on a traditional Learning Management System (LMS). Build Capable is the creator of&#160;XCL, a platform that enables organizations to deliver and track online learning experiences at scale without the constraints ... <a title="Build Capable and Yet Analytics Partner to Deliver an AI-Ready Learning Data Stack" class="read-more" href="https://www.buildcapable.com/build-capable-and-yet-analytics-partner-to-deliver-an-ai-ready-learning-data-stack/" aria-label="Read more about Build Capable and Yet Analytics Partner to Deliver an AI-Ready Learning Data Stack">Read more</a>]]></description>
										<content:encoded><![CDATA[
<p>Build Capable and Yet Analytics have announced a new partnership aimed at helping organizations design, deliver, and scale learning in the AI era without relying on a traditional Learning Management System (LMS).</p>



<p>Build Capable is the creator of&nbsp;<a href="/xcl">XCL</a>, a platform that enables organizations to deliver and track online learning experiences at scale without the constraints of an LMS.</p>



<p>Yet Analytics is the creator of <a href="https://www.yetanalytics.com/sql-lrs">SQL LRS</a>, the most widely installed open-source Learning Record Store (LRS), distributed under the permissive Apache 2.0 license.</p>



<p>Together, these technologies form a modern, flexible learning data stack built for interoperability, analytics, and AI-driven applications from the ground up.</p>



<p>“Too often, the LMS becomes an expensive way to solve yesterday’s problems,” said Yet Analytics CEO, Shelly Blake-Plock. “In the AI era, the focus shifts to performance, interoperability, measurement, and AI-ready systems that actually evolve.”</p>



<p>Beyond their respective platforms, Build Capable and Yet Analytics bring deep expertise to support organizations in:</p>



<ul class="wp-block-list">
<li>Designing custom learning experiences and implementing xAPI</li>



<li>Building robust Learning Record Store infrastructure and data architectures</li>



<li>Pre-processing xAPI data with conditional logic for seamless integration into AI and analytics workflows</li>



<li>Developing end-to-end strategies for organizations building or scaling modern learning ecosystems</li>
</ul>



<p>“Organizations are sitting on valuable learning data but struggle to capture and use it,” said Build Capable CEO, Sarah C. Mercier. “We&#8217;re excited to partner with Yet Analytics to change that and make learning data part of meaningful business intelligence.”</p>



<p>This partnership represents a shift toward a more open, data-centric approach to learning. One where experiences are not confined to a single system, and where learning data is ready for advanced analysis and AI from day one.</p>



<p>Ready to move beyond the LMS and unlock the full value of your learning data? <a href="/yet">Connect with Build Capable and Yet Analytics</a> to design a modern, AI-ready learning ecosystem built for what’s next.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.buildcapable.com/build-capable-and-yet-analytics-partner-to-deliver-an-ai-ready-learning-data-stack/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Build Capable XCL Wins Gold for Most Innovative New Learning Technologies Product!</title>
		<link>https://www.buildcapable.com/build-capable-xcl-wins-gold-for-most-innovative-new-learning-technologies-product/</link>
					<comments>https://www.buildcapable.com/build-capable-xcl-wins-gold-for-most-innovative-new-learning-technologies-product/#respond</comments>
		
		<dc:creator><![CDATA[Sarah Mercier]]></dc:creator>
		<pubDate>Mon, 17 Nov 2025 23:59:38 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[XCL]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[award]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[elearning]]></category>
		<category><![CDATA[learning technology]]></category>
		<category><![CDATA[lms]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[xapi]]></category>
		<guid isPermaLink="false">https://build-capable.local/?p=20276</guid>

					<description><![CDATA[In November 2024, we launched Build Capable XCL and won an award the same week. On its one-year anniversary, Build Capable XCL won the 2025 Learning Technologies Exhibition &#38; Conference Gold Award for Most Innovative New Learning Technologies Product. Build Capable XCL: The End of Platform-Dependent Learning We recognize that flashy platforms and tools get ... <a title="Build Capable XCL Wins Gold for Most Innovative New Learning Technologies Product!" class="read-more" href="https://www.buildcapable.com/build-capable-xcl-wins-gold-for-most-innovative-new-learning-technologies-product/" aria-label="Read more about Build Capable XCL Wins Gold for Most Innovative New Learning Technologies Product!">Read more</a>]]></description>
										<content:encoded><![CDATA[
<p>In November 2024, we launched Build Capable XCL and <a href="https://www.buildcapable.com/xcl-award-winning-and-still-in-beta/">won an award the same week</a>. On its one-year anniversary, Build Capable XCL won the 2025 Learning Technologies Exhibition &amp; Conference Gold Award for <a href="https://www.learningtechnologies.co.uk/2025-winners">Most Innovative New Learning Technologies Product</a>.</p>



<figure class="wp-block-video"><video height="720" style="aspect-ratio: 1280 / 720;" width="1280" controls poster="https://www.buildcapable.com/wp-content/uploads/2025/11/2025-11-17_14-47-39.png" preload="auto" src="https://www.buildcapable.com/wp-content/uploads/2025/11/Learning-Technologies-Gold-Award-for-Most-Innovative-New-Learning-Technologies-Product.mp4"><track src="https://www.buildcapable.com/wp-content/uploads/2025/11/Learning-Technologies-Gold-Award-for-Most-Innovative-New-Learning-Technologies-Product.srt" srclang="en" kind="captions" label="English"/><track src="https://www.buildcapable.com/wp-content/uploads/2025/11/Learning-Technologies-Gold-Award-for-Most-Innovative-New-Learning-Technologies-Product-1.vtt" srclang="en" label="English" kind="subtitles"/></video></figure>



<div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Build Capable XCL: The End of Platform-Dependent Learning</h2>



<p>We recognize that flashy platforms and tools get a lot of attention, but these rarely reflect business needs in the real world. We’ve created a groundbreaking learning technology that is a simple, elegant solution to address gaps in existing learning ecosystems. </p>



<p><strong>Our goal was to improve access to a wide range of learning experiences while collecting rich data to support business needs at scale.</strong></p>



<p>Unlike rigid platforms, XCL enables “headless” learning: flexible, branded, and easily deployed where learners already are. Whether you’re a nonprofit, enterprise, or educator, XCL empowers you to deliver learning where it counts and measure what matters.</p>



<div class="wp-block-media-text is-stacked-on-mobile" style="grid-template-columns:31% auto"><figure class="wp-block-media-text__media"><img loading="lazy" decoding="async" width="841" height="1024" src="https://www.buildcapable.com/wp-content/uploads/2025/11/C2P25414-LT-Awards-Badge-winners-COLOUR_Most-innovative-new-learning-technologies-product-GOLD-841x1024.png" alt="Learning Technologies Awards 2025 Gold Award banner for most innovative new learning technologies product." class="wp-image-20277 size-full" srcset="https://www.buildcapable.com/wp-content/uploads/2025/11/C2P25414-LT-Awards-Badge-winners-COLOUR_Most-innovative-new-learning-technologies-product-GOLD-841x1024.png 841w, https://www.buildcapable.com/wp-content/uploads/2025/11/C2P25414-LT-Awards-Badge-winners-COLOUR_Most-innovative-new-learning-technologies-product-GOLD-470x572.png 470w, https://www.buildcapable.com/wp-content/uploads/2025/11/C2P25414-LT-Awards-Badge-winners-COLOUR_Most-innovative-new-learning-technologies-product-GOLD-768x935.png 768w, https://www.buildcapable.com/wp-content/uploads/2025/11/C2P25414-LT-Awards-Badge-winners-COLOUR_Most-innovative-new-learning-technologies-product-GOLD.png 900w" sizes="auto, (max-width: 841px) 100vw, 841px" /></figure><div class="wp-block-media-text__content">
<p>“This Gold winner demonstrated how it&#8217;s possible to innovate and solve a long-standing industry problem. XCL’s impressive, accessible, and disruptive tool plugs into existing tech stacks to connect any digital learning experience to analytics. It challenges what a platform is, how it works, and how data in learning can be leveraged powerfully.&#8221; </p>



<p>&#8211; Learning Technologies, Awards Announcement</p>
</div></div>



<p><a href="https://www.elahub.net/about-us/">Susi Miller</a>, who was there to accept an award for Excellence in the Design of Learning Content, graciously accepted our award at the gala in London. Meanwhile, the Build Capable team celebrated from the DevLearn Conference and Expo in Las Vegas. As fellow accessibility advocates, we are grateful to Susi for representing our team. These awards demonstrate that accessible design isn’t a barrier to innovation — it’s the foundation for it.</p>



<h3 class="wp-block-heading">What is Build Capable XCL?</h3>



<p>Build Capable XCL is a patent-pending tool that transforms digital content into a trackable link and QR code. No LMS, logins, or per-user fees required. From legacy SCORM packages to virtual reality simulations, XCL translates a learner’s actions to xAPI data, collected in real time. It’s fully accessible, works at scale, and dramatically reduces costs. </p>



<p>By removing the friction of traditional platforms and enabling flexible, accessible, data-rich experiences at scale, XCL changes how organizations think about their learning ecosystem. It isn’t just new, it’s necessary. XCL offers real-world capability, empowering everyone to share learning experiences and collect data that matters.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<div class="wp-block-group alignwide has-contrast-2-color has-text-color has-background" style="background-color:#7dd6e9"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>



<p class="has-text-align-center has-contrast-color has-text-color has-link-color has-medium-font-size wp-elements-18c703f9e97f3c2e9a52e93f811d8b3c" style="line-height:.9"><strong>Want to learn more about how Build Capable XCL can help you?</strong></p>



<p class="has-text-align-center has-contrast-color has-text-color has-large-font-size"><strong>We have you covered.</strong></p>



<div class="wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-499968f5 wp-block-buttons-is-layout-flex">
<div class="wp-block-button has-custom-width wp-block-button__width-50"><a class="wp-block-button__link wp-element-button" href="https://www.buildcapable.com/xcl/" style="border-radius:0px">Check out Build Capable XCL</a></div>
</div>



<div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>
</div></div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.buildcapable.com/build-capable-xcl-wins-gold-for-most-innovative-new-learning-technologies-product/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://www.buildcapable.com/wp-content/uploads/2025/11/Learning-Technologies-Gold-Award-for-Most-Innovative-New-Learning-Technologies-Product.mp4" length="29409514" type="video/mp4" />

			</item>
		<item>
		<title>Build Capable XCL Achieves WCAG 2.1 AA Accessibility Conformance</title>
		<link>https://www.buildcapable.com/build-capable-xcl-achieves-wcag-2-1-aa-accessibility-conformance/</link>
					<comments>https://www.buildcapable.com/build-capable-xcl-achieves-wcag-2-1-aa-accessibility-conformance/#respond</comments>
		
		<dc:creator><![CDATA[Sarah Mercier]]></dc:creator>
		<pubDate>Thu, 04 Sep 2025 17:38:12 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Press Release]]></category>
		<category><![CDATA[XCL]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[Accessibility conformance report]]></category>
		<category><![CDATA[acr]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[design for all]]></category>
		<category><![CDATA[lms]]></category>
		<category><![CDATA[LRS]]></category>
		<category><![CDATA[lxp]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[vpat]]></category>
		<category><![CDATA[wcag]]></category>
		<guid isPermaLink="false">https://build-capable.local/?p=19973</guid>

					<description><![CDATA[Build Capable is proud to announce that Build Capable XCL (&#8220;XCL&#8221;) has successfully passed rigorous accessibility testing, conducted in partnership with OLEB Media, a natural user accessibility testing company. XCL meets Web Content Accessibility Guidelines (WCAG) 2.1 AA standards, continuing our efforts to create inclusive and barrier-free digital learning experiences for all. What is Build ... <a title="Build Capable XCL Achieves WCAG 2.1 AA Accessibility Conformance" class="read-more" href="https://www.buildcapable.com/build-capable-xcl-achieves-wcag-2-1-aa-accessibility-conformance/" aria-label="Read more about Build Capable XCL Achieves WCAG 2.1 AA Accessibility Conformance">Read more</a>]]></description>
										<content:encoded><![CDATA[
<p>Build Capable is proud to announce that Build Capable XCL (&#8220;XCL&#8221;) has successfully passed rigorous accessibility testing, conducted in partnership with OLEB Media, a natural user accessibility testing company. XCL meets <a href="https://www.w3.org/WAI/standards-guidelines/wcag/">Web Content Accessibility Guidelines (WCAG)</a> 2.1 AA standards, continuing our efforts to create inclusive and barrier-free digital learning experiences for all.</p>



<h2 class="wp-block-heading">What is Build Capable XCL?</h2>



<p><a href="https://buildcapable.com/xcl">XCL</a> is a patent-pending tool that redefines how learning experiences are delivered, tracked, and analyzed. XCL enables organizations to create persistent, shareable links and QR codes to digital content, from SCORM/xAPI packages to PDFs, videos, games, websites, and more. These Learning Links can be distributed anywhere: email, SMS, Teams, Sharepoint, Slack, LMSs, intranets, QR codes on physical products, or even printed materials.</p>



<p>When someone interacts with the Learning Link content, XCL instantly translates that activity into Experience API (xAPI) data and reports it to a learning record store (LRS).</p>



<p>What sets XCL apart is its simplicity, accessibility, and flexibility: </p>



<ul class="wp-block-list">
<li>No user accounts to manage</li>



<li>No rigid platform requirements</li>



<li>No per-user fees</li>



<li>Accessible to assistive technologies such as screen readers</li>
</ul>



<p>From global nonprofits distributing job aids to enterprises analyzing real-time training simulations, XCL offers a cost-effective, future-ready alternative to traditional learning platforms.</p>



<h2 class="wp-block-heading">XCL: Designed for Accessibility</h2>



<p>Accessibility has always been at the heart of Build Capable&#8217;s mission. As a leader in learner-centered design, we believe accessibility is a requirement, not an afterthought. This achievement reinforces our commitment to creating inclusive learning technologies that remove barriers for everyone, from XCL administrators creating Learning Links to individuals accessing content through them.</p>



<p><em>“Historically, the tools and platforms we use in learning and development have not been accessible. It&#8217;s time for that to change.”</em> said Sarah Mercier, CEO of Build Capable. <em>“XCL passing WCAG 2.1 AA standards validates our team&#8217;s commitment to accessibility and ensures our solutions are usable by everyone, including those who use assistive technologies.”</em></p>



<p>Read our accessibility statement and download the full Accessibility Conformance Report (VPAT) on the <a href="https://www.buildcapable.com/xcl/accessibility/">Build Capable XCL Accessibility page</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.buildcapable.com/build-capable-xcl-achieves-wcag-2-1-aa-accessibility-conformance/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Let&#8217;s Talk Confetti</title>
		<link>https://www.buildcapable.com/lets-talk-confetti/</link>
					<comments>https://www.buildcapable.com/lets-talk-confetti/#respond</comments>
		
		<dc:creator><![CDATA[Sarah Mercier]]></dc:creator>
		<pubDate>Wed, 05 Mar 2025 21:01:08 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[XCL]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[elearning]]></category>
		<category><![CDATA[instructional design]]></category>
		<guid isPermaLink="false">https://build-capable.local/?p=18156</guid>

					<description><![CDATA[I love (digital) confetti. I find it incredibly satisfying when a confetti animation pops up after I successfully complete a task. I even recorded a video below if you&#8217;d like to get your confetti fix for the day. From an accessibility perspective, however, confetti explosions are not great for everyone &#8211; the motion can adversely ... <a title="Let&#8217;s Talk Confetti" class="read-more" href="https://www.buildcapable.com/lets-talk-confetti/" aria-label="Read more about Let&#8217;s Talk Confetti">Read more</a>]]></description>
										<content:encoded><![CDATA[
<p>I love (digital) confetti. I find it incredibly satisfying when a confetti animation pops up after I successfully complete a task. I even recorded a video below if you&#8217;d like to get your confetti fix for the day.</p>



<figure class="wp-block-video"><video height="1080" style="aspect-ratio: 1920 / 1080;" width="1920" controls loop src="https://www.buildcapable.com/wp-content/uploads/2025/03/XCL-Confetti-Video.mp4" playsinline></video><figcaption class="wp-element-caption"><em>Screen recording of a confetti explosion in Build Capable XCL. (no audio)</em></figcaption></figure>



<div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>



<p>From an accessibility perspective, however, confetti explosions are not great for everyone &#8211; the motion can adversely affect some individuals.</p>



<pre class="wp-block-preformatted"><strong>The good news is that you can have your confetti and accessibility too!</strong></pre>



<p>The way to implement confetti fun and stay committed to creating accessible digital experiences is to provide folks with a way to turn it off. In <a href="https://buildcapable.com/xcl">Build Capable XCL</a>, we added a simple toggle button in the account settings.</p>



<figure class="gb-block-image gb-block-image-d2680729"><img loading="lazy" decoding="async" width="2174" height="1586" class="gb-image gb-image-d2680729" src="https://www.buildcapable.com/wp-content/uploads/2025/03/Confetti-toggle.png" alt="Screenshot of the Account Settings tab in XCL. The confetti explosions toggle button is highlighted." title="Confetti toggle" srcset="https://www.buildcapable.com/wp-content/uploads/2025/03/Confetti-toggle.png 2174w, https://www.buildcapable.com/wp-content/uploads/2025/03/Confetti-toggle-470x343.png 470w, https://www.buildcapable.com/wp-content/uploads/2025/03/Confetti-toggle-1024x747.png 1024w, https://www.buildcapable.com/wp-content/uploads/2025/03/Confetti-toggle-768x560.png 768w, https://www.buildcapable.com/wp-content/uploads/2025/03/Confetti-toggle-1536x1121.png 1536w, https://www.buildcapable.com/wp-content/uploads/2025/03/Confetti-toggle-2048x1494.png 2048w" sizes="auto, (max-width: 2174px) 100vw, 2174px" />
<figcaption class="gb-headline gb-headline-886cdb3c gb-headline-text"><em>Toggle off confetti explosions in the Account Settings tab of the XCL Account Dashboard.</em></figcaption>
</figure>



<div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>



<p>This applies to online learning experiences, too. Recently, <a href="https://www.linkedin.com/posts/melmilloway_instructionaldesign-genai-learningdesign-activity-7302746025218228225-uHdd?utm_source=share&amp;utm_medium=member_desktop&amp;rcm=ACoAAAF4X-IBetZfqUTJKwKkn0RgtAwP6osnBbA">Melissa Milloway shared a portfolio project where she implemented confetti</a>. The effect is super cool and strategically used once at completion, but she also provides the option to turn it off.</p>



<p>So, go ahead&#8230; use confetti. But make it accessible.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.buildcapable.com/lets-talk-confetti/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://www.buildcapable.com/wp-content/uploads/2025/03/XCL-Confetti-Video.mp4" length="6116878" type="video/mp4" />

			</item>
		<item>
		<title>XCL: Award-Winning (and still in beta)!</title>
		<link>https://www.buildcapable.com/xcl-award-winning-and-still-in-beta/</link>
					<comments>https://www.buildcapable.com/xcl-award-winning-and-still-in-beta/#respond</comments>
		
		<dc:creator><![CDATA[Sarah Mercier]]></dc:creator>
		<pubDate>Mon, 18 Nov 2024 18:02:49 +0000</pubDate>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[XCL]]></category>
		<guid isPermaLink="false">https://build-capable.local/?p=16161</guid>

					<description><![CDATA[Why do we make folks go to a learning platform to access training? Well, we need a place to store all our training content and keep track of who has &#8220;taken&#8221; training and who hasn&#8217;t. Right? But wait. What about situations like these? The learning management system (LMS) model has always had its limitations, but ... <a title="XCL: Award-Winning (and still in beta)!" class="read-more" href="https://www.buildcapable.com/xcl-award-winning-and-still-in-beta/" aria-label="Read more about XCL: Award-Winning (and still in beta)!">Read more</a>]]></description>
										<content:encoded><![CDATA[
<p>Why do we make folks go to a learning platform to access training? Well, we need a place to store all our training content and keep track of who has &#8220;taken&#8221; training and who hasn&#8217;t. Right?</p>



<p>But wait. What about situations like these?</p>



<ul class="wp-block-list">
<li>Training for an external audience, such as nonprofits sharing educational materials with the public (where &#8220;seats&#8221; in an LMS aren&#8217;t practical or affordable)?</li>



<li>Organizations that need to train frontline workers and contractors (where you need a quick attestation without paying for user accounts)?</li>



<li>Research organizations that need to collect training data over a short period of time (where implementing an entire platform just doesn&#8217;t make sense)?</li>



<li>Providing performance support such as job aids, videos, and chatbots?</li>



<li>Delivering and tracking anything other than SCORM-packaged eLearning?</li>
</ul>



<p>The learning management system (LMS) model has always had its limitations, but we were forced to either cram your company into one or set up your training content manually across disparate systems. This results in a poor learning experience for people, but also means your data is all over the place. <strong>Until Now. Enter Build Capable XCL.</strong></p>



<div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>


<div class="gb-container gb-container-f2d9f455">

<figure class="gb-block-image gb-block-image-29a0388e"><img loading="lazy" decoding="async" width="800" height="476" class="gb-image gb-image-29a0388e" src="https://www.buildcapable.com/wp-content/uploads/2024/10/BC_Horizontal_Logotype_Black-800.png" alt="Build Capable XCL logo" title="BC_Horizontal_Logotype_Black 800" srcset="https://www.buildcapable.com/wp-content/uploads/2024/10/BC_Horizontal_Logotype_Black-800.png 800w, https://www.buildcapable.com/wp-content/uploads/2024/10/BC_Horizontal_Logotype_Black-800-470x280.png 470w, https://www.buildcapable.com/wp-content/uploads/2024/10/BC_Horizontal_Logotype_Black-800-768x457.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></figure>

</div>


<p><a href="https://www.buildcapable.com/xcl/" data-type="page" data-id="4121">XCL</a> started as a concept for our clients who weren&#8217;t good candidates for a traditional LMS. They wanted flexibility in delivering their content and they wanted data. They also weren&#8217;t ever going to shell out the money for a learning experience platform (LXP) due to the nature of their work or number of learners. Nothing existed to meet their needs, so we created XCL to help!</p>



<h2 class="wp-block-heading">What is XCL?</h2>



<p>Build Capable XCL is a tool that creates a shareable link to your content. When someone uses the link, you collect data about their actions in real time.&nbsp;You can share these XCL Learning Links with as many people as you want since there are no user accounts or per-user fees. Learners don&#8217;t have to create an account or log in to a platform &#8211; they get direct access to your training and performance support content.</p>



<p>Part of the magic behind XCL is the <a href="/xcl/translator/">xAPI Translator</a>. XCL translates actions taken by a learner to an xAPI format and sends that data to a learning record store (LRS) without you ever writing a line of code. This is your &#8220;easy button&#8221; to get super detailed data from content like videos, PDFs, eLearning, and more.</p>



<h2 class="wp-block-heading">XCL&#8217;s DevLearn DemoFest Debut</h2>



<p>We teamed up with the folks at RISC to create a solution for one of our clients where we paired XCL with their tool, <a href="https://xaction.online/">xACTION</a>. In the project, we used XCL to deploy and track a variety of training content for a nonprofit with a public audience. Meanwhile, xACTION sat in the background &#8220;listening&#8221; for data to come through. When certain data rules were met (e.g., completion of several eLearning modules and videos), xACTION emailed the learner with their certificate and recorded their completion on their transcript.</p>



<p>Pairing these two tools allowed us to replace the functionality they would have gotten with an enterprise LXP at a tiny fraction of the cost &#8211; and the learner never had to log into a platform. This solution is a huge win for our client, and the attendees at DemoFest agreed!</p>



<div class="wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile"><div class="wp-block-media-text__content">
<h3 class="wp-block-heading">We took home the award for Best Performance Support. </h3>



<p>But, just as important, we got lots of great feedback and ideas from folks. It was incredibly helpful to learn where attendees thought we absolutely nailed this solution. We also left with some new feature ideas to include as we wrap up our beta release!</p>
</div><figure class="wp-block-media-text__media"><img loading="lazy" decoding="async" width="1024" height="874" src="https://www.buildcapable.com/wp-content/uploads/2024/11/IMG_8395-scaled-e1731361896464-1024x874.jpeg" alt="The Learning Guild's DevLearn 2024 Demo Fest award for best performance support." class="wp-image-15861 size-full" srcset="https://www.buildcapable.com/wp-content/uploads/2024/11/IMG_8395-scaled-e1731361896464-1024x874.jpeg 1024w, https://www.buildcapable.com/wp-content/uploads/2024/11/IMG_8395-scaled-e1731361896464-470x401.jpeg 470w, https://www.buildcapable.com/wp-content/uploads/2024/11/IMG_8395-scaled-e1731361896464-768x655.jpeg 768w, https://www.buildcapable.com/wp-content/uploads/2024/11/IMG_8395-scaled-e1731361896464-1536x1310.jpeg 1536w, https://www.buildcapable.com/wp-content/uploads/2024/11/IMG_8395-scaled-e1731361896464.jpeg 1920w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure></div>



<h2 class="wp-block-heading">What&#8217;s Next?</h2>



<p>The nerdy part of me is super excited to see all of the innovative ways that the learning community will use XCL. It saved our team days of custom integration work that I can now do in seconds. Our Build Capable clients save time and money so they can focus on their organizational goals. Everyone wins.</p>



<p>If you&#8217;re curious about whether XCL can help you, you can try it free! Head over to <a href="https://www.buildcapable.com/xcl/" data-type="page" data-id="4121">Build Capable XCL</a> to learn more and sign up for Beta.</p>



<div class="wp-block-group alignfull"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group alignwide has-background" style="background-color:#e6f4f6"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>



<p class="has-text-align-center has-contrast-color has-text-color has-link-color has-medium-font-size wp-elements-4a48e908239f8543c5cd549cb268b3a8" style="line-height:.9"><strong>Build Capable clients are already using XCL!</strong></p>



<p class="has-text-align-center has-contrast-color has-text-color has-large-font-size"><strong>Case Study: Delivering Remote Leadership Training Without a Learning Management System (LMS)</strong></p>



<div class="wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-499968f5 wp-block-buttons-is-layout-flex">
<div class="wp-block-button has-custom-width wp-block-button__width-50 is-style-fill"><a class="wp-block-button__link has-base-3-color has-text-color has-background has-link-color wp-element-button" href="https://www.buildcapable.com/wp-content/uploads/2024/11/Build-Capable-XCL_Delivering-Leadership-Training-without-an-LMS.pdf" style="border-radius:10px;background-color:#0f172a">Download the White Paper</a></div>
</div>



<div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>
</div></div>
</div></div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.buildcapable.com/xcl-award-winning-and-still-in-beta/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>xAPI Statement Constructor GPT</title>
		<link>https://www.buildcapable.com/xapi-statement-constructor-gpt/</link>
					<comments>https://www.buildcapable.com/xapi-statement-constructor-gpt/#respond</comments>
		
		<dc:creator><![CDATA[Sarah Mercier]]></dc:creator>
		<pubDate>Wed, 05 Jun 2024 02:44:54 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ai]]></category>
		<category><![CDATA[chatgpt]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[GPT]]></category>
		<category><![CDATA[instructional design]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[xapi]]></category>
		<guid isPermaLink="false">https://build-capable.local/?p=4766</guid>

					<description><![CDATA[Note: This is a technical post. If you do not have a baseline understanding of xAPI, I recommend checking out Learn xAPI: xAPI Basics. Do you wish that you could write xAPI statements faster? Maybe you&#8217;re not a JSON pro and struggle to write or troubleshoot custom code to use in tools like Articulate Storyline? ... <a title="xAPI Statement Constructor GPT" class="read-more" href="https://www.buildcapable.com/xapi-statement-constructor-gpt/" aria-label="Read more about xAPI Statement Constructor GPT">Read more</a>]]></description>
										<content:encoded><![CDATA[
<pre class="wp-block-preformatted"><strong>Note: </strong>This is a technical post. If you do not have a baseline understanding of xAPI, I recommend checking out <a href="https://learnxapi.com/">Learn xAPI: xAPI Basics</a>.</pre>



<p>Do you wish that you could write xAPI statements faster? Maybe you&#8217;re not a JSON pro and struggle to write or troubleshoot custom code to use in tools like Articulate Storyline? Or, maybe you want to construct a statement triggered using JavaScript?</p>



<p>Now that custom GPTs are available to use with the free ChatGPT account, I&#8217;m sharing our custom GPT, <a href="https://chatgpt.com/g/g-BtkRCxlOh-xapi-statement-constructor">xAPI Statement Constructor</a> to help.</p>



<div class="wp-block-columns has-base-background-color has-background is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:100%"><div class="wp-block-image">
<figure class="aligncenter"><img loading="lazy" decoding="async" width="1024" height="706" src="https://www.buildcapable.com/wp-content/uploads/2024/06/ChatGPT_-_xAPI_Statement_Constructor-1024x706.png" alt="Screenshot of the xAPI Statement Constructor GPT chat landing page" class="wp-image-4773" srcset="https://www.buildcapable.com/wp-content/uploads/2024/06/ChatGPT_-_xAPI_Statement_Constructor-1024x706.png 1024w, https://www.buildcapable.com/wp-content/uploads/2024/06/ChatGPT_-_xAPI_Statement_Constructor-470x324.png 470w, https://www.buildcapable.com/wp-content/uploads/2024/06/ChatGPT_-_xAPI_Statement_Constructor-768x530.png 768w, https://www.buildcapable.com/wp-content/uploads/2024/06/ChatGPT_-_xAPI_Statement_Constructor-1536x1059.png 1536w, https://www.buildcapable.com/wp-content/uploads/2024/06/ChatGPT_-_xAPI_Statement_Constructor.png 1710w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div></div>
</div>



<p>Image description: The xAPI Statement Constructor GPT chat landing page. There are four conversation starters: What is xAPI? What is cmi5? How do I add an xAPI statement to Storyline? What xAPI statements does dominKnow send? You can begin a chat by selecting a conversation prompt or using the chat entry. There is a disclaimer at the bottom of the page that says, &#8220;Build Capable workspace chats aren&#8217;t used to train our models. ChatGPT can make mistakes.&#8221;</p>



<h2 class="wp-block-heading">Behind the Scenes</h2>



<p>The xAPI Statement Constructor is trained on the <a href="https://github.com/adlnet/xAPIWrapper">ADL xAPI wrapper</a>. It works best when providing a prompt that includes a list of parameters. Here&#8217;s an example starter structure (credit to <a href="https://www.linkedin.com/in/sarahcmercier/overlay/create-post/#">Wendy M. Morgan</a>), which I&#8217;ve tested numerous times and it consistently gives me a solid result:</p>



<ul class="wp-block-list">
<li><strong>Verb:</strong> What action is being performed? (completed, attempted, passed, failed, etc&#8230;)</li>



<li><strong>Activity Name:</strong> The name of the activity or task. For example, this could be a course ID.</li>



<li><strong>Activity Description:</strong> A brief description of the activity or task.</li>



<li><strong>Result:</strong> The outcome of the activity, if applicable. (score, duration, etc&#8230;)</li>



<li><strong>Result Success:</strong> Whether the activity was successfully completed (true/false)</li>



<li><strong>Context &#8211; Parent:</strong> The parent activity or broader context in which this activity takes place.</li>



<li><strong>Context &#8211; Grouping:</strong> Any grouping information that links this activity to others.</li>
</ul>



<p>Note: Some parameters, such as context, may not be needed.</p>



<h2 class="wp-block-heading">Generate a Statement!</h2>



<p>To demonstrate how this GPT works, I&#8217;ll create an xAPI statement that is triggered when satisfying a competency by completing a course. For example, I am currently facilitating the <a href="https://www.td.org/education-courses/learning-technologies-certificate">Learning Technologies Certificate Program</a> for the Association for Talent Development (ATD). When an individual completes this program, they increase a capability that is part of <a href="https://www.td.org/capability-model">The Talent Development Capability Model<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" /></a> in the Developing Professional Capability Domain: Technology Application.</p>



<p>Let&#8217;s say that ATD uses xAPI to track an individual&#8217;s progress along the TD Capability Model. In this case, they could trigger an xAPI statement to be sent to an LRS when an individual successfully completes this certificate program, thereby increasing the &#8216;Technology Application&#8217; capability. Here is a prompt with some possible parameters for the statement:</p>



<ul class="wp-block-list">
<li>Verb: completed</li>



<li>Activity Name: LTCERT0603</li>



<li>Activity Description: Learning Technologies Certificate Online</li>



<li>Result: capability increased</li>



<li>Result Success: T</li>



<li>Context &#8211; Parent: Technology Application</li>



<li>Context &#8211; Grouping: Developing Professional Capability</li>
</ul>



<p>You may notice that I did not include the actor in these parameters because my assumption is that you will pull that information elsewhere to complete the statement rather than hard coding it (e.g., Storyline can grab the actor data from launch). However, you can prompt the GPT to include a generic (or specific) actor if you choose. Just include the actor parameter and details in your prompt list.</p>



<div class="wp-block-columns has-base-background-color has-background is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:100%"><div class="wp-block-image is-style-longdesc">
<figure class="aligncenter size-large"><a href="https://www.buildcapable.com/wp-content/uploads/2024/06/ChatGPT_-_xAPI_Statement_Constructor-6.png"><img loading="lazy" decoding="async" width="1024" height="880" src="https://www.buildcapable.com/wp-content/uploads/2024/06/ChatGPT_-_xAPI_Statement_Constructor-6-1024x880.png" alt="Screenshot of the xAPI Statement Constructor chat with the xAPI prompt request submitted" class="wp-image-4769" srcset="https://www.buildcapable.com/wp-content/uploads/2024/06/ChatGPT_-_xAPI_Statement_Constructor-6-1024x880.png 1024w, https://www.buildcapable.com/wp-content/uploads/2024/06/ChatGPT_-_xAPI_Statement_Constructor-6-470x404.png 470w, https://www.buildcapable.com/wp-content/uploads/2024/06/ChatGPT_-_xAPI_Statement_Constructor-6-768x660.png 768w, https://www.buildcapable.com/wp-content/uploads/2024/06/ChatGPT_-_xAPI_Statement_Constructor-6-1536x1320.png 1536w, https://www.buildcapable.com/wp-content/uploads/2024/06/ChatGPT_-_xAPI_Statement_Constructor-6.png 1574w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>
</div></div>
</div>



<p>Image description: This is the xAPI Statement Constructor GPT chat. I have pasted and submitted the prompt with details directly in the chat with no other instruction and it responded with the xAPI statement JSON. This is the default format that the xAPI Statement Constructor provides, but you can change this by modifying the prompt format I shared.</p>



<div class="wp-block-columns has-base-background-color has-background is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:100%"><div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://www.buildcapable.com/wp-content/uploads/2024/06/ChatGPT_-_xAPI_Statement_Constructor-5.png"><img loading="lazy" decoding="async" width="765" height="1024" src="https://www.buildcapable.com/wp-content/uploads/2024/06/ChatGPT_-_xAPI_Statement_Constructor-5-765x1024.png" alt="Screenshot of the xAPI Statement Constructor chat with the xAPI JSON response" class="wp-image-4768" srcset="https://www.buildcapable.com/wp-content/uploads/2024/06/ChatGPT_-_xAPI_Statement_Constructor-5-765x1024.png 765w, https://www.buildcapable.com/wp-content/uploads/2024/06/ChatGPT_-_xAPI_Statement_Constructor-5-470x629.png 470w, https://www.buildcapable.com/wp-content/uploads/2024/06/ChatGPT_-_xAPI_Statement_Constructor-5-768x1028.png 768w, https://www.buildcapable.com/wp-content/uploads/2024/06/ChatGPT_-_xAPI_Statement_Constructor-5-1147x1536.png 1147w, https://www.buildcapable.com/wp-content/uploads/2024/06/ChatGPT_-_xAPI_Statement_Constructor-5-1530x2048.png 1530w, https://www.buildcapable.com/wp-content/uploads/2024/06/ChatGPT_-_xAPI_Statement_Constructor-5.png 1710w" sizes="auto, (max-width: 765px) 100vw, 765px" /></a></figure>
</div></div>
</div>



<p>Image description: The xAPI Statement Constructor wrote JSON based on the parameters provided.  There is a feature to &#8220;copy code&#8221; in the top right corner of the code dialogue box. The GPT chat also states that the statement reflects the completion of the &#8216;LCERT0603&#8217; activity with an increased capability result and success marked as true. The context includes both the parent activity &#8216;Technology Application&#8217; and the grouping activity &#8216;Developing Professional Capability&#8217;. JSON text:</p>



<pre class="wp-block-code"><code>{
  "verb": {
    "id": "http://adlnet.gov/expapi/verbs/completed",
    "display": {
      "en-US": "completed"
    }
  },
  "object": {
    "id": "http://example.com/activities/LTCERT0603",
    "definition": {
      "name": {
        "en-US": "LTCERT0603"
      },
      "description": {
        "en-US": "Learning Technologies Certificate Online"
      }
    }
  },
  "result": {
    "completion": true,
    "success": true,
    "response": "capability increased"
  },
  "context": {
    "contextActivities": {
      "parent": &#91;
        {
          "id": "http://example.com/activities/TechnologyApplication",
          "definition": {
            "name": {
              "en-US": "Technology Application"
            }
          }
        }
      ],
      "grouping": &#91;
        {
          "id": "http://example.com/activities/DevelopingProfessionalCapability",
          "definition": {
            "name": {
              "en-US": "Developing Professional Capability"
            }
          }
        }
      ]
    }
  }
}</code></pre>



<p>You can further prompt the GPT, such as replacing http://example.com/ with your desired domain and adding parameters.</p>



<p>Keep in mind that this GPT is going to be most helpful when you already understand how xAPI works and have established a data strategy. Tools like ChatGPT are effective when you already know how to do something and want to do it faster/more efficiently &#8211; otherwise you run a high risk of errors.</p>



<p>I&#8217;m excited for you to try the <a href="https://chatgpt.com/g/g-BtkRCxlOh-xapi-statement-constructor">xAPI Statement Constructor</a>! Let us know how it goes. We will use your feedback to continue to train and improve the GPT.</p>



<div class="wp-block-group alignwide"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group has-global-color-13-color has-text-color"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<figure class="gb-block-image gb-block-image-da2745dd"><img loading="lazy" decoding="async" width="630" height="140" class="gb-image gb-image-da2745dd" src="https://www.buildcapable.com/wp-content/uploads/2019/12/Learn-xAPI-logo-AQUA-CMYK.png" alt="Learn xAPI logo" title="Learn-xAPI-logo-AQUA-CMYK" srcset="https://www.buildcapable.com/wp-content/uploads/2019/12/Learn-xAPI-logo-AQUA-CMYK.png 630w, https://www.buildcapable.com/wp-content/uploads/2019/12/Learn-xAPI-logo-AQUA-CMYK-470x104.png 470w" sizes="auto, (max-width: 630px) 100vw, 630px" /></figure>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p class="has-text-align-center has-global-color-13-color has-text-color" style="font-size:28px">Need some help getting started with xAPI?</p>



<div class="wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-499968f5 wp-block-buttons-is-layout-flex">
<div class="wp-block-button has-custom-width wp-block-button__width-50 is-style-fill"><a class="wp-block-button__link has-medium-font-size has-custom-font-size wp-element-button" href="https://learnxapi.com/" style="border-radius:0px"><strong>x</strong>API Basics</a></div>
</div>
</div></div>
</div></div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.buildcapable.com/xapi-statement-constructor-gpt/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Why We Are Sponsoring The Canadian eLearning Conference</title>
		<link>https://www.buildcapable.com/why-we-are-sponsoring-the-canadian-elearning-conference/</link>
					<comments>https://www.buildcapable.com/why-we-are-sponsoring-the-canadian-elearning-conference/#respond</comments>
		
		<dc:creator><![CDATA[Sarah Mercier]]></dc:creator>
		<pubDate>Tue, 04 Jun 2024 16:19:01 +0000</pubDate>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Speaking]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[design for all]]></category>
		<category><![CDATA[elearning]]></category>
		<category><![CDATA[inclusive design]]></category>
		<category><![CDATA[instructional design]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[universal design]]></category>
		<guid isPermaLink="false">https://build-capable.local/?p=4784</guid>

					<description><![CDATA[When we consider sponsorships, we’re most interested in investing our time and money in something that is aligned with our values. So, when I learned that the folks at the Canadian eLearning Conference were including a full lineup of speakers in accessibility and inclusion for a targeted programming track, I asked to sponsor it.  Being ... <a title="Why We Are Sponsoring The Canadian eLearning Conference" class="read-more" href="https://www.buildcapable.com/why-we-are-sponsoring-the-canadian-elearning-conference/" aria-label="Read more about Why We Are Sponsoring The Canadian eLearning Conference">Read more</a>]]></description>
										<content:encoded><![CDATA[
<p>When we consider sponsorships, we’re most interested in investing our time and money in something that is aligned with <a href="https://www.buildcapable.com/why-we-chose-to-rebrand-the-company/">our values</a>. So, when I learned that the folks at the Canadian eLearning Conference were including a full lineup of speakers in accessibility and inclusion for a targeted programming track, I asked to sponsor it. </p>



<p>Being able to learn and participate in work and in society is a human right.<sup data-fn="58073145-9d1c-4bfd-aed7-a9ce0c2114ca" class="fn"><a href="#58073145-9d1c-4bfd-aed7-a9ce0c2114ca" id="58073145-9d1c-4bfd-aed7-a9ce0c2114ca-link">1</a></sup> When we don’t create learning experiences that are inclusive and accessible to all, we reinforce barriers that prevent people from participating and therefore deny them an essential human right. It’s a vicious cycle – you don’t design for accessibility because you don’t think you have any learners with disabilities, but you don’t have learners with disabilities because you aren’t including them. </p>



<p>Rather than making assumptions about individuals with disabilities, we can adopt a different mindset. Start by asking, “<a href="https://www.buildcapable.com/accessibility/" target="_blank" rel="noreferrer noopener">How can I remove as many barriers as possible to a person learning this?</a>” This shift in perspective can lead to curiosity about people and how they learn, which will improve your design practice. By changing our framing, we open possibilities of what work could look like, helping us create better solutions that are beneficial to everyone. </p>



<p>By giving a stage to accessibility, I believe the Canadian eLearning Conference sets an example for the industry in how we can create a more inclusive future. So many modalities and technologies exist for teaching people. If we aren’t talking about accessibility in conjunction with those topics, we’re missing opportunities to reach a wider range of people and deliver a great experience. </p>



<p>The <a href="https://canadianelearning.ca/">Canadian eLearning Conference</a> is held in Toronto, Canada on June 13<sup>th</sup> and 14<sup>th</sup>. In addition to our sponsorship of the <a href="https://canadianelearning.ca/sessioninformation/">Accessibility and Inclusion Stream</a>, I’ll be facilitating a session, <em>Design for All: Essential Accessibility Practices for Instructional Designers</em>, on June 14th from 9:45-10:45 AM. I want session attendees to feel confident about creating accessible content and leave with practical steps they can implement right away.   </p>



<p>To learn more about the conference and register, visit the <a href="https://canadianelearning.ca/sessioninformation/">session information page on the Canadian eLearning Conference website</a>.</p>


<ol class="wp-block-footnotes"><li id="58073145-9d1c-4bfd-aed7-a9ce0c2114ca">United Nations, “Human Rights,” accessed June 4, 2024, https://www.un.org/en/global-issues/human-rights#:~:text=Human%20rights%20are%20rights%20inherent,and%20education%2C%20and%20many%20more. <a href="#58073145-9d1c-4bfd-aed7-a9ce0c2114ca-link" aria-label="Jump to footnote reference 1"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/21a9.png" alt="↩" class="wp-smiley" style="height: 1em; max-height: 1em;" />︎</a></li></ol>]]></content:encoded>
					
					<wfw:commentRss>https://www.buildcapable.com/why-we-are-sponsoring-the-canadian-elearning-conference/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
