<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Wyver Solutions Ltd</title>
        <description>Independent learning technology consultants, specialising in strategic consulting, procurement support, troubleshooting, digital transformation, agile product development and implementation management</description>
        <link>https://www.wyversolutions.co.uk</link>
        <atom:link href="https://www.wyversolutions.co.uk/feed.xml" rel="self" type="application/rss+xml" />
        
            <item>
                <title>Content Conundrum</title>
                

                    <description><p><img src="/post-images/2020/08/question-mark-1872665_455.png" /></p><div>&lt;p&gt;Earlier this week, I put a post on LinkedIn asking for vendors to get in touch if they could meet the following requirement:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;We want to be able to make changes to content “on the fly”.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The normal process for externally authored content is:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Create&lt;/li&gt;
  &lt;li&gt;Export from authoring tool&lt;/li&gt;
  &lt;li&gt;Import to LMS&lt;/li&gt;
  &lt;li&gt;Edit&lt;/li&gt;
  &lt;li&gt;Re-export from authoring tool&lt;/li&gt;
  &lt;li&gt;Re-import to LMS&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;What I’m looking for is:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Create&lt;/li&gt;
  &lt;li&gt;Make available in LMS&lt;/li&gt;
  &lt;li&gt;Edit&lt;/li&gt;
  &lt;li&gt;Nothing else - any edits (eg. typos, image changes) would be automatically available to the end-user&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;There were &lt;strong&gt;lots&lt;/strong&gt; of responses to that original post. And a number of people who were watching the thread just to see what came of it.&lt;/p&gt;

&lt;p&gt;So, this post is a summary of what I discovered, and my conclusions.&lt;/p&gt;

&lt;p&gt;But first, an overview of &lt;strong&gt;all&lt;/strong&gt; the requirements:&lt;/p&gt;

&lt;h4 id=&quot;business-requirements&quot;&gt;Business requirements&lt;/h4&gt;

&lt;ul&gt;
  &lt;li&gt;To produce a large number of online scenarios and reference content&lt;/li&gt;
  &lt;li&gt;For use in low or zero bandwidth areas&lt;/li&gt;
  &lt;li&gt;In multiple languages&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;functional-requirements&quot;&gt;Functional requirements&lt;/h4&gt;

&lt;ol&gt;
  &lt;li&gt;Able to create interactive materials (eg. questions, branching) as well as more straightforward text and video content&lt;/li&gt;
  &lt;li&gt;The text content must be searchable from inside the LMS platform (Moodle)&lt;/li&gt;
  &lt;li&gt;The content must work offline in the Moodle Mobile app&lt;/li&gt;
  &lt;li&gt;The content must offer a simple workflow for handling translations&lt;/li&gt;
  &lt;li&gt;We must be able to edit content easily after it has been published&lt;/li&gt;
  &lt;li&gt;The interactive content must pass a grade to the Moodle Gradebook&lt;/li&gt;
  &lt;li&gt;An efficient author, review, edit, publish workflow&lt;/li&gt;
&lt;/ol&gt;

&lt;h4 id=&quot;most-likely-solution&quot;&gt;Most likely solution&lt;/h4&gt;

&lt;p&gt;Given that we’re using Moodle, we also have access to the &lt;a href=&quot;https://moodle.org/plugins/mod_book&quot;&gt;Book&lt;/a&gt; and &lt;a href=&quot;https://moodle.org/plugins/mod_hvp&quot;&gt;H5P&lt;/a&gt; plugins.&lt;/p&gt;

&lt;p&gt;This meets the functional requirements as follows:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;I can create interactive exercises, even complex branching scenarios in H5P, and then embed them in a book, which then becomes like a “traditional” elearning module (except without the automatic bookmarking that SCORM offers - but we can live with that)&lt;/li&gt;
  &lt;li&gt;The book content is searchable using Moodle’s search engine. I don’t need the H5P content to be searchable, as that’s just providing the practice activities, not the resources.&lt;/li&gt;
  &lt;li&gt;Both the Book and H5P modules work in the Moodle Mobile app when offline, and synchronise any data back to the server when back online&lt;/li&gt;
  &lt;li&gt;All content within a Moodle course can be translated using the workflow developed by &lt;a href=&quot;https://qabiria.com/en/blog/item/552-how-to-translate-a-moodle-course&quot;&gt;Quabiria&lt;/a&gt;. From experience with the company I know the process works very smoothly (except if the Moodle administrator - me - moves question banks around 😞)&lt;/li&gt;
  &lt;li&gt;All the content built inside Moodle can be edited using Moodle’s built-in tools.&lt;/li&gt;
  &lt;li&gt;H5P passes a grade to the Gradebook, and also to an xAPI Learning Record Store if you have one&lt;/li&gt;
  &lt;li&gt;I could use an external tool like &lt;a href=&quot;https://www.diigo.com/premium&quot;&gt;Diigo Premium&lt;/a&gt; or &lt;a href=&quot;https://pagereview.io/&quot;&gt;PageReview&lt;/a&gt; to add collaborative comments to pages. And make careful use of Moodle’s roles and permissions to give certain people ability to view things prior to publishing.&lt;/li&gt;
&lt;/ol&gt;

&lt;h4 id=&quot;why-not-use-scorm&quot;&gt;Why not use SCORM?&lt;/h4&gt;

&lt;p&gt;Again, looking at the functional requirements:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Yep - that’s OK. All SCORM authoring tools allow interactive exercises in some form or other&lt;/li&gt;
  &lt;li&gt;Nope - SCORM packages are pretty much inaccessible to any external search engine, unless the imsmanifest.xml file is designed to explicitly reference every HTML page&lt;/li&gt;
  &lt;li&gt;Yep - Moodle can download SCORM packages to the App - but &lt;strong&gt;only&lt;/strong&gt; if the content is hosted on Moodle. Which conflicts with requirement 5.&lt;/li&gt;
  &lt;li&gt;Sort of - We would require two translation workflows, one for the Moodle course content (eg. quizzes) and one for the externally authored content. Not impossible, but not ideal.&lt;/li&gt;
  &lt;li&gt;Yep - But only if the content is hosted by the authoring tool. Which then conflicts with requirement 3.&lt;/li&gt;
  &lt;li&gt;Yep - SCORM does this very simply. For anything more complex we’d need to move up to xAPI, as with the H5P solution.&lt;/li&gt;
  &lt;li&gt;Yep - Most of the server-based tools are pretty good on the reviewing workflow. That’s their real strong point compared to the client-based tools.&lt;/li&gt;
&lt;/ol&gt;

&lt;h4 id=&quot;package-exchange-notification-services-pens&quot;&gt;Package Exchange Notification Services (PENS)&lt;/h4&gt;

&lt;p&gt;&lt;a href=&quot;https://scorm.com/pens/&quot;&gt;PENS&lt;/a&gt; is an ancient, standards-based way to publish directly to an LMS. However it seems to be very rarely supported, by either authoring tools or learning management systems. Some people think it’s a bit “meh”.&lt;/p&gt;

&lt;h4 id=&quot;what-about-the-authoring-tools-you-looked-at&quot;&gt;What about the authoring tools you looked at?&lt;/h4&gt;

&lt;p&gt;So, back to the original request, for on-the-fly editing… Although I now have a solution, there will be some people that still want a basic SCORM approach, so here are some tools to consider. All of these provide a content hosting solution that allows changes to flow through directly to the user via the LMS:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.gomolearning.com/what-is-gomo/delivery-analytics/&quot;&gt;Gomo&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://area9lyceum.com/&quot;&gt;Rhapsode from Area9Lyceum&lt;/a&gt; - NB. This is far more than just an authoring tool!&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://thirst.io/&quot;&gt;Thirst.io&lt;/a&gt; - also comes with a Moodle plugin&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.elucidat.com/&quot;&gt;Elucidat&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://xyleme.com/&quot;&gt;Xyleme&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;but-what-about-all-the-other-authoring-tools&quot;&gt;But what about all the other authoring tools?&lt;/h4&gt;

&lt;p&gt;Straightaway you can discount any tools that sit on your PC, unless they have a server component.&lt;/p&gt;

&lt;p&gt;So, that leaves tools like &lt;a href=&quot;https://www.evolveauthoring.com/&quot;&gt;Evolve&lt;/a&gt;, &lt;a href=&quot;https://articulate.com/360/rise&quot;&gt;Rise&lt;/a&gt;, &lt;a href=&quot;https://www.growthengineering.co.uk/genie-content-authoring-tool/&quot;&gt;Genie&lt;/a&gt;, &lt;a href=&quot;https://www.lectoraonline.com/&quot;&gt;Lectora Online&lt;/a&gt; and &lt;a href=&quot;http://www.courselab.com/&quot;&gt;Courselab&lt;/a&gt;. All good tools in their own right, but they all seem to offer the traditional export to SCORM deployment route only.&lt;/p&gt;

&lt;h4 id=&quot;other-alternatives&quot;&gt;Other alternatives&lt;/h4&gt;

&lt;p&gt;If I wasn’t worried about SCORM, then I could just embed content using iframes, from tools such as:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://sway.office.com/&quot;&gt;Sway&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://learn.hibbittsdesign.org/opencoursehub/integrating-grav-with-moodle&quot;&gt;Grav&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://h5p.com/&quot;&gt;H5P.com&lt;/a&gt; - Great if you don’t have a platform that directly supports H5P&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;edit-all-in-one-platforms&quot;&gt;[Edit] All in one platforms&lt;/h4&gt;

&lt;p&gt;In the original version of this post, I forgot to mention those platforms which, like Moodle, incorporate both the LMS and the content authoring capabilities.&lt;/p&gt;

&lt;p&gt;There are a growing number of these, aimed at contexts where usability is more important than content portability.&lt;/p&gt;

&lt;p&gt;Examples include:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.mylearninghub.com/&quot;&gt;My Learning Hub&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.thrivelearning.com/products/learning-experience-platform&quot;&gt;Thrive LXP&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.netexlearning.com/en/contentcloud/&quot;&gt;Netex ContentCloud + LearningCloud&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.unicorntraining.com/lms&quot;&gt;Unicorn LMS&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.learndash.com/&quot;&gt;LearnDash&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;[End edit]&lt;/p&gt;

&lt;p&gt;What would you do in my shoes?&lt;/p&gt;
</div></description>

                <pubDate>Thu, 20 Aug 2020 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2020/08/20/content-conundrum</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2020/08/20/content-conundrum</guid>
            </item>
        
            <item>
                <title>Free online tools for trainers</title>
                

                    <description><p><img src="/post-images/2020/03/tools-15539_1280-455.png" /></p><div>&lt;p&gt;I’ve created a quick &amp;amp; dirty website with a sortable and searchable list of free tools. It’s designed for trainers who need to get started with working online quickly.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;h4 id=&quot;disclaimer&quot;&gt;Disclaimer&lt;/h4&gt;

  &lt;ul&gt;
    &lt;li&gt;Please don’t expect the tools to solve all your problems. You will need to learn how to use them safely.&lt;/li&gt;
    &lt;li&gt;Look for tools that have a paid-for option as you grow. You’ll want to know there’s a solid business model behind anything you come to rely on.&lt;/li&gt;
  &lt;/ul&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href=&quot;https://freetoolsfortrainers.wyversolutions.co.uk/list/&quot; target=&quot;_blank&quot;&gt;https://freetoolsfortrainers.wyversolutions.co.uk/list/&lt;/a&gt;&lt;/p&gt;

</div></description>

                <pubDate>Sun, 22 Mar 2020 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2020/03/22/free-online-tools</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2020/03/22/free-online-tools</guid>
            </item>
        
            <item>
                <title>Technology procurement</title>
                

                    <description><p><img src="/post-images/2018/03/PSX_20180311_205103.jpg" /></p><div>&lt;p&gt;You’ve decided your organisation needs a new technology solution. Whether it’s to help you manage events, content, people or whatever… it really doesn’t matter.&lt;/p&gt;

&lt;p&gt;What does matter is that you need to make sure the solution you buy is a good fit for your organisation.&lt;/p&gt;

&lt;p&gt;Traditionally, that will be done by creating a Request for Proposal (RFP). The solution supplier will then write a response, which answers all your questions, in a way that the supplier hopes will sell their solution to you.&lt;/p&gt;

&lt;p&gt;Then you’d gather some people to review the responses, score the answers, and identify a preferred supplier. After that it’s just a matter of agreeing the terms of the contract…&lt;/p&gt;

&lt;p&gt;It sounds simple and straightforward. The trouble is, this process really doesn’t work. At least, not as well as you might hope.&lt;/p&gt;

&lt;p&gt;Both the supplier and the buyer organisations are working in the dark. The suppliers are making assumptions galore as they answer the questions - often without really knowing much about how your organisation ticks, and what you really need. And you, the buyer, are buying something that you’re hoping, without much evidence, will work in your particular situation.&lt;/p&gt;

&lt;p&gt;All those assumptions and guesswork are very likely to come back to bite you during the implementation phase of your procurement project.&lt;/p&gt;

&lt;p&gt;Many organisations are starting to adopt a more successful procurement process, known as “competitive dialogue”. It’s a way to &lt;em&gt;iterate&lt;/em&gt; towards a solution that will work for both the buyer and the supplier.&lt;/p&gt;

&lt;p&gt;When we help organisations to purchase technology solutions, we use our own flavour of the competitive dialogue process:&lt;/p&gt;

&lt;h4 id=&quot;requirements-analysis&quot;&gt;Requirements analysis&lt;/h4&gt;

&lt;p&gt;Normally we would begin this phase with a workshop to:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;identify the core functional and non-functional requirements&lt;/li&gt;
  &lt;li&gt;prioritise those requirements, probably using the MoSCoW methodology (see: https://en.wikipedia.org/wiki/MoSCoW_method). This would help to identify what is essential for the short term, and what can come later.&lt;/li&gt;
  &lt;li&gt;identify a set of scenarios which the suppliers will need to demonstrate during the selection process to ensure the system can model the real world requirements&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;rfp-design&quot;&gt;RFP design&lt;/h4&gt;

&lt;p&gt;The Request for Proposal would consist of a document with the following headings:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Current state&lt;/li&gt;
  &lt;li&gt;Business requirements, aspirations and timescales&lt;/li&gt;
  &lt;li&gt;Functional requirements&lt;/li&gt;
  &lt;li&gt;Non-functional requirements (eg. accessibility, security, data protection, maintenance, support)&lt;/li&gt;
  &lt;li&gt;Company requirements (eg. references, accreditations, financial status, project management methodology)&lt;/li&gt;
  &lt;li&gt;Scenarios&lt;/li&gt;
  &lt;li&gt;Cost model&lt;/li&gt;
  &lt;li&gt;Competitive dialogue process&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;long-listing&quot;&gt;Long listing&lt;/h4&gt;

&lt;p&gt;Having understood the requirements, whilst writing the RFP document, now is the time to identify the suppliers to whom you will send the RFP (assuming this is allowed to be a closed tender).&lt;/p&gt;

&lt;h4 id=&quot;selection&quot;&gt;Selection&lt;/h4&gt;

&lt;p&gt;A typical competitive dialogue process would be as follows:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Stage 1: online presentation/demo (based on the scenarios provided) + Q&amp;amp;A&lt;/li&gt;
  &lt;li&gt;Stage 2 (probably a week or so later): revised online presentation + Q&amp;amp;A&lt;/li&gt;
  &lt;li&gt;Stage 3 (another week or so): final submission&lt;/li&gt;
  &lt;li&gt;Stage 4: face-to-face meeting with implementation team&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;After each stage, the procurement team may choose to remove one or more suppliers from the list of those invited to the next stage.&lt;/p&gt;

&lt;h4 id=&quot;deep-dive&quot;&gt;Deep dive&lt;/h4&gt;

&lt;p&gt;We would normally expect any buying organisation to undertake an extensive Deep Dive into each of the invited systems that reach Stage 3. This will ensure that the decision is made based on hands-on experience.&lt;/p&gt;

&lt;p&gt;The Deep Dive would involve spending a significant amount of time testing the system against the requirements.&lt;/p&gt;
</div></description>

                <pubDate>Sun, 11 Mar 2018 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2018/03/11/technology-procurement</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2018/03/11/technology-procurement</guid>
            </item>
        
            <item>
                <title>Spending on 70:20:10</title>
                

                    <description><p><img src="/post-images/2018/01/70_20_10-thumb.png" /></p><div>&lt;p&gt;Picking up on #1 of our &lt;a href=&quot;/2017/12/08/hopes-for-2018&quot;&gt;hopes for 2018&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;“Organisations will spend 70% on systems, resources and people to motivate &amp;amp; support on-the-job learning, 20% on mentoring and coaching, and 10% on training and self-study programmes.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Many people have written about the 70:20:10 reference model for learning &amp;amp; development. I won’t try to replicate their thinking here.&lt;/p&gt;

&lt;p&gt;What I will say is that I see a lot of organisation who state that 70:20:10 is the model they are working to. Yet often they are still to match their stated intentions with financial resources in the same proportion.&lt;/p&gt;

&lt;p&gt;To match spending with aspiration would require a level of change within many L&amp;amp;D departments that is more than just tweaking around the edges. It would be truly transformative.&lt;/p&gt;

&lt;p&gt;Let’s take a quick look at the implications…&lt;/p&gt;

&lt;h4 id=&quot;70&quot;&gt;70%&lt;/h4&gt;

&lt;p&gt;Imagine an organisation where 70% of the L&amp;amp;D budget is spent on working with the rest of the business to improve performance. That would be the entire focus. It would require L&amp;amp;D to act as performance consultants - asking hard questions, where the answer is unlikely to be a course… More often than not, it may be a change to processes and how those processes are supported.&lt;/p&gt;

&lt;p&gt;We tend to promote the Lean approach for performance improvement, but there are others. A lean L&amp;amp;D team would be taking the lead in coaching the business to:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;understanding the value stream&lt;/li&gt;
  &lt;li&gt;identifying where “waste” is occurring&lt;/li&gt;
  &lt;li&gt;reducing waste (including by developing easily accessible job aids if necessary)&lt;/li&gt;
  &lt;li&gt;improving the flow along the value stream&lt;/li&gt;
  &lt;li&gt;putting in place continuous improvement systems&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;20&quot;&gt;20%&lt;/h4&gt;

&lt;p&gt;In our imaginary organisation, let’s spend 20% of the L&amp;amp;D budget on developing managers (at all levels) by helping them to improve their capabilities in:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;one-to-ones&lt;/li&gt;
  &lt;li&gt;feedback&lt;/li&gt;
  &lt;li&gt;coaching&lt;/li&gt;
  &lt;li&gt;delegation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;(This is the &lt;a href=&quot;https://www.manager-tools.com/manager-tools-basics&quot; target=&quot;_blank&quot;&gt;&lt;em&gt;Manager Tools&lt;/em&gt; Trinity&lt;/a&gt; - a resource that I’ve not yet seen bettered for management development - and it’s free!)&lt;/p&gt;

&lt;h4 id=&quot;10&quot;&gt;10%&lt;/h4&gt;

&lt;p&gt;The rest of the budget, just 10%, goes towards designing, building, delivering or procuring courses - whether self-study or led, face-to-face or online - to help individuals progress beyond their current jobs.&lt;/p&gt;
</div></description>

                <pubDate>Mon, 01 Jan 2018 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2018/01/01/spending-on-70-20-10</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2018/01/01/spending-on-70-20-10</guid>
            </item>
        
            <item>
                <title>Learning Technology Hopes for 2018</title>
                

                    <description><p><img src="/post-images/2017/12/emotions-2975396_1920-thumb.jpg" /></p><div>&lt;p&gt;It’s that time when all good learning technology bloggers dust off their crystal balls and take a look at what might be coming up in the next year.&lt;/p&gt;

&lt;p&gt;We won’t go as far as making predictions, but this is what we are hoping 2018 will bring:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Organisations will spend 70% on systems, resources and people to motivate &amp;amp; support on-the-job learning, 20% on mentoring and coaching, and 10% on training and self-study programmes.&lt;/li&gt;
  &lt;li&gt;Learning technology trade shows will have more than just the normal authoring tools, learning management systems and bespoke content services.&lt;/li&gt;
  &lt;li&gt;We’ll see real examples of learning analytics that correlate on-the-job performance with learning activity.&lt;/li&gt;
  &lt;li&gt;Trainers and educators will stop justifying practices based on pseudo-science. I’m looking at you NLP and learning styles!&lt;/li&gt;
  &lt;li&gt;Organisations will realise that out-of-date, unsupported software is a data security risk.&lt;/li&gt;
  &lt;li&gt;Compliance training will make more use of the Affective Context model to get people to change their behaviours.&lt;/li&gt;
  &lt;li&gt;We’ll see a more user-focussed approach to designing and building learning services, systems and products.&lt;/li&gt;
  &lt;li&gt;We’ll see more video-conferencing and virtual classroom products that do not rely on browser plugins.&lt;/li&gt;
  &lt;li&gt;More organisations will adopt and embed a continuous improvement approach based on understanding the value they offer, reducing waste and iterating towards perfection.&lt;/li&gt;
  &lt;li&gt;Learning technologists from across the education and corporate learning sectors will collaborate and learn from each other.&lt;/li&gt;
&lt;/ol&gt;

</div></description>

                <pubDate>Fri, 08 Dec 2017 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2017/12/08/hopes-for-2018</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2017/12/08/hopes-for-2018</guid>
            </item>
        
            <item>
                <title>Digital transformation&amp;rsquo;s big questions</title>
                

                    <description><p><img src="/post-images/2017/10/binary-thumb.png" /></p><div>&lt;p&gt;At the heart of digital transformation are a series of big questions that all organisations need to answer up front.&lt;/p&gt;

&lt;p&gt;Those answers may change over time - but by forcing a response at the beginning of the process, you start to really understand the organisation.&lt;/p&gt;

&lt;h4 id=&quot;where-are-you-now&quot;&gt;Where are you now?&lt;/h4&gt;

&lt;ul&gt;
  &lt;li&gt;What’s going well?&lt;/li&gt;
  &lt;li&gt;Where are the pain points?&lt;/li&gt;
  &lt;li&gt;Why do you do things the way you do?&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;where-do-you-want-to-be&quot;&gt;Where do you want to be?&lt;/h4&gt;

&lt;ul&gt;
  &lt;li&gt;What is driving the change? Customers, cost-savings, competition…&lt;/li&gt;
  &lt;li&gt;What does good look like? Higher sales, lower costs, happier customers…&lt;/li&gt;
  &lt;li&gt;What constraints are you working under? Time, money, regulation…&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;how-will-technology-get-you-there&quot;&gt;How will technology get you there?&lt;/h4&gt;

&lt;ul&gt;
  &lt;li&gt;Which technology/technologies are right for you?&lt;/li&gt;
  &lt;li&gt;How will it fit into your organisation’s existing systems and processes?&lt;/li&gt;
  &lt;li&gt;What else might need to change to make it fit?&lt;/li&gt;
&lt;/ul&gt;
</div></description>

                <pubDate>Wed, 18 Oct 2017 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2017/10/18/digital-transformation-big-questions</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2017/10/18/digital-transformation-big-questions</guid>
            </item>
        
            <item>
                <title>LTI - a missed opportunity?</title>
                

                    <description><p><img src="/post-images/2017/06/computer-2148713_thumb.jpg" /></p><div>&lt;p&gt;If you work in a medium-to-large organisation, you’ve probably come across &lt;strong&gt;tactical&lt;/strong&gt;, online learning solutions designed to meet a specific need at a specific moment in time.&lt;/p&gt;

&lt;p&gt;Examples might include:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;driver awareness training&lt;/li&gt;
  &lt;li&gt;bribery and corruption training&lt;/li&gt;
  &lt;li&gt;sales training&lt;/li&gt;
  &lt;li&gt;diversity training&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Often this is provided by means of a special website, sometimes from an external supplier.&lt;/p&gt;

&lt;p&gt;It looks easy. You get a list of the people who need to do the training, they do it and then you get a list back of who’s done it.&lt;/p&gt;

&lt;p&gt;It’s usually slightly more complicated than that!&lt;/p&gt;

&lt;p&gt;How will you ensure everyone can log in OK?&lt;/p&gt;

&lt;p&gt;How would you ensure that everyone, including new starters, knows they have to do it?&lt;/p&gt;

&lt;p&gt;Who’s going to keep track of the results? How often? And where will those results be stored?&lt;/p&gt;

&lt;h4 id=&quot;use-your-lms&quot;&gt;Use your LMS&lt;/h4&gt;

&lt;p&gt;You’re likely to already have a system that manages who does what learning. People will already have a login and it’s already got somewhere to capture and report on who has done what.&lt;/p&gt;

&lt;p&gt;It’s called a learning management system.&lt;/p&gt;

&lt;p&gt;So how can we make use of that centralised functionality, while still allowing for best of breed tactical Solutions?&lt;/p&gt;

&lt;p&gt;That’s where LTI (or &lt;a href=&quot;https://www.imsglobal.org/activity/learning-tools-interoperability&quot; target=&quot;_blank&quot;&gt;Learning Tools Interoperability&lt;/a&gt;) comes in.&lt;/p&gt;

&lt;h4 id=&quot;learning-tools-interoperability&quot;&gt;Learning Tools Interoperability&lt;/h4&gt;

&lt;p&gt;&lt;img width=&quot;600&quot; src=&quot;/post-images/2017/06/lti-banner.svg&quot; alt=&quot;LTI flow chart&quot; /&gt;&lt;/p&gt;

&lt;p&gt;LTI is a standard that allows a user to login to the LMS, launch an external resource, and get a results sent back to the LMS with no separate setting up of users in the external system and no separate login for those users.&lt;/p&gt;

&lt;p&gt;This technique is already used widely in the Education world but not yet in Corporate L&amp;amp;D. Hardly any corporate LMS support LTI and similarly not many of the available tactical solutions. However, there is a way to get started with LTI quickly…&lt;/p&gt;

&lt;p&gt;If you are a supplier of a tactical learning solution and you already use Moodle or Totara then LTI has been baked in from Moodle 3.1 onwards. Any course, or any activity within the course, can be published as a learning tool to be used by any LTI-compliant LMS.&lt;/p&gt;

&lt;p&gt;You just need to give your customer the secret key for that published tool.&lt;/p&gt;

&lt;p&gt;And, if you’re already using Moodle or Totara as your LMS you can already use any LTI compliant tool from within it.&lt;/p&gt;

&lt;p&gt;So, next time you procure another tactical learning solution why not ask if they support LTI. It’ll make your life, and that of your employees, so much simpler.&lt;/p&gt;

&lt;h4 id=&quot;editors-note&quot;&gt;Editor’s note&lt;/h4&gt;

&lt;p&gt;This post was created in half the time using &lt;a href=&quot;https://speechpad.pw/&quot; target=&quot;_blank&quot;&gt;Speechpad&lt;/a&gt; - a free, web-based text to speech tool.&lt;/p&gt;
</div></description>

                <pubDate>Tue, 20 Jun 2017 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2017/06/20/lti-missed-opportunity</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2017/06/20/lti-missed-opportunity</guid>
            </item>
        
            <item>
                <title>Discovery workshop agenda</title>
                

                    <description><p><img src="/post-images/2017/05/workplace-1245776_thumb.jpg" /></p><div>&lt;p&gt;You’ve sold your product or service into a client. They’ve trusted you enough to get you in to look at what they need, and are paying you to work through a process to help them understand their next steps.&lt;/p&gt;

&lt;p&gt;Normally, what I’d do in this situation is to run a face-to-face discovery workshop - led by your solutions architect or consultant.&lt;/p&gt;

&lt;p&gt;This has a three-fold aim:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;To build excellent relationships across both teams&lt;/li&gt;
  &lt;li&gt;To end up with a shared understanding of what is to be achieved&lt;/li&gt;
  &lt;li&gt;To develop a shared understanding of how that will be achieved&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Sometimes a workshop like this will just last a day, but often it’s longer. Much depends on the complexity of the project. But the critical thing is it must be face-to-face. Whilst it’s tempting to do this virtually, you will find that this causes major problems further down the line, as you just won’t have the quality of relationship needed to solve problems together.&lt;/p&gt;

&lt;p&gt;So here’s how I run things - remembering that this is a generic agenda, and is likely to need adapting for specific circumstances.&lt;/p&gt;

&lt;p&gt;There are all sorts of ways to run through this agenda. My approach is to try to make it as interactive as possible, using group work exercises to get people talking and thinking.&lt;/p&gt;

&lt;table&gt;
    &lt;tr&gt;
        &lt;th&gt;Item&lt;/th&gt;
        &lt;th&gt;Expected outcomes&lt;/th&gt;
        &lt;th&gt;Leader&lt;/th&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;&lt;p&gt;Set the scene&lt;/p&gt;&lt;/td&gt;
        &lt;td&gt;
            &lt;p&gt;Agreement on the agenda&lt;/p&gt;
        &lt;/td&gt;
        &lt;td&gt;&lt;p&gt;Supplier team&lt;/p&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;&lt;p&gt;Introductions&lt;/p&gt;&lt;/td&gt;
        &lt;td&gt;
            &lt;p&gt;
                Who is in the room?&lt;br /&gt;
                Why are they here?&lt;br /&gt;
                What are they expecting from the workshop?
            &lt;/p&gt;
        &lt;/td&gt;
        &lt;td&gt;&lt;p&gt;Supplier team&lt;/p&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;
            &lt;p&gt;What are the problems we're here to solve?&lt;/p&gt;
            &lt;p&gt;NB. Don't skimp on this - it's important!&lt;/p&gt;
        &lt;/td&gt;
        &lt;td&gt;
            &lt;p&gt;
                Background to the project&lt;br /&gt;
                What hasn't worked in the past?&lt;br /&gt;
                What is the client expecting this project to achieve?&lt;br /&gt;
                How will the client know the project has achieved its aims?&lt;br /&gt;
            &lt;/p&gt;
        &lt;/td&gt;
        &lt;td&gt;&lt;p&gt;Client team&lt;/p&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;&lt;p&gt;Project vision statement&lt;/p&gt;&lt;/td&gt;
        &lt;td&gt;
            &lt;p&gt;An agreed 2 sentence statement of the form:&lt;/p&gt;
                &lt;p&gt;
                For: «target user»&lt;br /&gt;
                Who: «needs»&lt;br /&gt;
                The: «product name»&lt;br /&gt;
                Is a: «product category»&lt;br /&gt;
                That: «product benefit.»&lt;br /&gt;
                This supports our company strategy to «insert name or description of strategy»
                &lt;/p&gt;
            &lt;/td&gt;
        &lt;td&gt;&lt;p&gt;Supplier team&lt;/p&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;&lt;p&gt;Product capabilities&lt;/p&gt;&lt;/td&gt;
        &lt;td&gt;
            &lt;p&gt;A shared understanding of the existing capabilities of your product or service&lt;/p&gt;
        &lt;/td&gt;
        &lt;td&gt;&lt;p&gt;Supplier team&lt;/p&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;&lt;p&gt;User journeys&lt;/p&gt;&lt;/td&gt;
        &lt;td&gt;
            &lt;p&gt;
                What will the users do?&lt;br /&gt;
                Where will the data come from?&lt;br /&gt;
                Where does data need to go to?&lt;br /&gt;
            &lt;/p&gt;
        &lt;/td&gt;
        &lt;td&gt;&lt;p&gt;Supplier team&lt;/p&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;&lt;p&gt;Integrations&lt;/p&gt;&lt;/td&gt;
        &lt;td&gt;
            &lt;p&gt;
                Map out the integration points with other systems&lt;br /&gt;
                What data needs to be transferred?&lt;br /&gt;
                When does the data need to be transferred?&lt;br /&gt;
                How will the data get transferred?
            &lt;/p&gt;
        &lt;/td&gt;
        &lt;td&gt;&lt;p&gt;Supplier team&lt;/p&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;&lt;p&gt;Identify items for work&lt;/p&gt;&lt;/td&gt;
        &lt;td&gt;
            &lt;p&gt;
                A list of key functional areas that need to be developed&lt;br /&gt;
                A list of key functional areas that need to be configured
            &lt;/p&gt;
        &lt;/td&gt;
        &lt;td&gt;&lt;p&gt;Supplier team&lt;/p&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;&lt;p&gt;Project approach&lt;/p&gt;&lt;/td&gt;
        &lt;td&gt;
            &lt;p&gt;
                A shared understanding of how the project will be managed (eg. Waterfall, Kanban, Scrum&lt;br /&gt;
                A shared understanding of roles and responsibilities
            &lt;/p&gt;
        &lt;/td&gt;
        &lt;td&gt;&lt;p&gt;Supplier team&lt;/p&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;&lt;p&gt;Identify priorities&lt;/p&gt;&lt;/td&gt;
        &lt;td&gt;&lt;p&gt;All the items from the lists of work items in order of importance to the client&lt;/p&gt;&lt;/td&gt;
        &lt;td&gt;&lt;p&gt;Supplier team&lt;/p&gt;&lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;All the Discovery outputs should be created, written up and agreed during the Discovery workshop. This saves time in the long run, as everyone is engaged and committed to the outputs.&lt;/p&gt;

&lt;p&gt;What you then have is a set of work packages (agile: epics or user stories), which can be estimated (Agile) or costed (Waterfall) in order to move on to the next stage of the project.&lt;/p&gt;

&lt;p&gt;If you need help to run your next Discovery workshop - either as a client or a supplier please &lt;a href=&quot;/contact.html&quot;&gt;get in touch&lt;/a&gt;.&lt;/p&gt;
</div></description>

                <pubDate>Wed, 17 May 2017 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2017/05/17/discovery-workshop-agenda/</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2017/05/17/discovery-workshop-agenda/</guid>
            </item>
        
            <item>
                <title>Systems implementation process</title>
                

                    <description><p><img src="/post-images/2017/04/implementation-process-thumb.png" /></p><div>&lt;p&gt;You work for an organisation that has decided they need to add a new IT system, or replace an existing one.&lt;/p&gt;

&lt;p&gt;Here’s a quick run-down on the steps that you will need to take, regardless of the size or complexity of the implementation.&lt;/p&gt;

&lt;p&gt;Of course, the size of each these steps will vary hugely, but you’ll still need to go through each one - even if it’s just to say that you don’t need it.&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;&lt;strong&gt;Decide on the application&lt;/strong&gt; or applications to use. This will be affected by multiple factors - eg. famililiarity, existing capabilities, customisations required &amp;amp; functionality.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Identify the supplier(s)&lt;/strong&gt; who will be able to provide the appropriate levels of support for the server and the application. NB. Suppliers may be internal or external. These days, often it’s best to have the application hosted by the application specialist. It minimises the amount of buck-passing when something goes wrong!&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Identify integration points&lt;/strong&gt; with existing systems. What data will need to be transferred? When will it be transferred? How? And what will trigger it?&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Define the acceptable service levels&lt;/strong&gt;. How much data can you afford to lose if the application is hacked? How long can you wait before bringing the application back online after a breakdown? What speed is acceptable to your users? How long do you expect your service provider to take to deal with issues?&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Define configuration management and release processes&lt;/strong&gt;. How will your service provider manage code versions? How will you ensure that changes are fully tested for impact before being rolled out?&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Define the server infrastructure&lt;/strong&gt; required to meet those service levels. What levels of redundancy will you need? How will the infrastructure expand to meet demand? Will you need the normal development, staging and live systems? Or will you need additional layers?&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Install, configure and customise&lt;/strong&gt; the application&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Test&lt;/strong&gt; each component. &lt;strong&gt;Test&lt;/strong&gt; all the integrations. &lt;strong&gt;Test&lt;/strong&gt; the whole system - end-to-end&lt;/li&gt;
&lt;/ol&gt;
</div></description>

                <pubDate>Mon, 17 Apr 2017 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2017/04/17/systems-implementation-process/</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2017/04/17/systems-implementation-process/</guid>
            </item>
        
            <item>
                <title>Writing for the web checklist</title>
                

                    <description><p><img src="/post-images/2017/03/writing-for-web-thumb.jpg" /></p><div>&lt;p&gt;The goal of creating materials on the web is communication. The checklist below provides a test to see if your materials will communicate effectively.&lt;/p&gt;

&lt;h5 id=&quot;accessibility&quot;&gt;Accessibility&lt;/h5&gt;

&lt;ul&gt;
  &lt;li&gt;Have all your images got &amp;lt;alt&amp;gt; text - for use by people who rely on screen readers?&lt;/li&gt;
  &lt;li&gt;Have you used h1, h2, h3 etc in an order that makes sense? So that people who rely on these to interpret the pages structure are not confused.&lt;/li&gt;
  &lt;li&gt;If you’ve set text and background colours, do they have enough contrast?&lt;/li&gt;
&lt;/ul&gt;

&lt;h5 id=&quot;useful-resources&quot;&gt;Useful resources&lt;/h5&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://achecker.ca&quot; target=&quot;_blank&quot;&gt;Web accessibility checker&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://accessible-colors.com/&quot; target=&quot;_blank&quot;&gt;Accessibility Contrast Checker&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;active-voice&quot;&gt;Active voice&lt;/h4&gt;

&lt;ul&gt;
  &lt;li&gt;Have you written your materials using an active voice throughout?&lt;br /&gt;eg. “The board proposed the legislation” not “The regulation was proposed by the board.”&lt;/li&gt;
&lt;/ul&gt;

&lt;h5 id=&quot;useful-resources-1&quot;&gt;Useful resources&lt;/h5&gt;

&lt;p&gt;&lt;a href=&quot;http://writing.wisc.edu/Handbook/CCS_activevoice.html&quot; target=&quot;_blank&quot;&gt;The writer’s handbook&lt;/a&gt;&lt;/p&gt;

&lt;h4 id=&quot;building-scent&quot;&gt;Building scent&lt;/h4&gt;

&lt;ul&gt;
  &lt;li&gt;Do all your links to other pages contain enough information to let people know where they’re going?&lt;br /&gt;eg. “&lt;u&gt;More information&lt;/u&gt;“ not “Click &lt;u&gt;here&lt;/u&gt; for more information”.&lt;/li&gt;
  &lt;li&gt;Have you underlined text that is not a link? That will be highly confusing for your audience.&lt;/li&gt;
&lt;/ul&gt;

&lt;h5 id=&quot;useful-resources-2&quot;&gt;Useful resources&lt;/h5&gt;

&lt;p&gt;&lt;a href=&quot;http://www.wyversolutions.co.uk/2015/08/10-why-shouldnt-use-click-here&quot; target=&quot;_blank&quot;&gt;Why you shouldn’t use click here&lt;/a&gt;&lt;/p&gt;

&lt;h4 id=&quot;scannability&quot;&gt;Scannability&lt;/h4&gt;

&lt;ul&gt;
  &lt;li&gt;Can your materials be quickly scanned? (Noting that people actually &lt;b&gt;read&lt;/b&gt; very little - about 25% - of most web pages)&lt;/li&gt;
  &lt;li&gt;Are they broken into small chunks?&lt;/li&gt;
  &lt;li&gt;Do they have headings that are easily understood?&lt;/li&gt;
  &lt;li&gt;Do they use bullet points rather than lists in paragraphs?&lt;/li&gt;
&lt;/ul&gt;

&lt;h5 id=&quot;seful-resources&quot;&gt;seful resources&lt;/h5&gt;

&lt;p&gt;&lt;a href=&quot;https://www.nngroup.com/articles/how-users-read-on-the-web/&quot; target=&quot;_blank&quot;&gt;How people read on the web&lt;/a&gt;&lt;/p&gt;

&lt;h4 id=&quot;front-loading&quot;&gt;Front loading&lt;/h4&gt;

&lt;ul&gt;
  &lt;li&gt;Have you started with the material that’s most important for your audience, with extra detail further down?&lt;/li&gt;
&lt;/ul&gt;

&lt;h5 id=&quot;useful-resources-3&quot;&gt;Useful resources&lt;/h5&gt;

&lt;p&gt;&lt;a href=&quot;https://webwisewording.com/inverted-pyramid/&quot; target=&quot;_blank&quot;&gt;Inverted pyramid style of writing&lt;/a&gt;&lt;/p&gt;

&lt;h4 id=&quot;user-language&quot;&gt;User language&lt;/h4&gt;

&lt;ul&gt;
  &lt;li&gt;Are you using terms that your audience will understand?&lt;/li&gt;
  &lt;li&gt;If your audience was searching for this material, what terms would they use?&lt;/li&gt;
&lt;/ul&gt;

&lt;h5 id=&quot;useful-resources-4&quot;&gt;Useful resources&lt;/h5&gt;

&lt;p&gt;&lt;a href=&quot;https://writingcommons.org/open-text/writing-processes/think-rhetorically/712-consider-your-audience&quot; target=&quot;_blank&quot;&gt;Consider your audience&lt;/a&gt;&lt;/p&gt;
</div></description>

                <pubDate>Mon, 27 Mar 2017 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2017/03/27/writing-for-web-checklist/</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2017/03/27/writing-for-web-checklist/</guid>
            </item>
        
            <item>
                <title>Advice for a new starter</title>
                

                    <description><p><img src="/post-images/2017/02/start-1414148-thumb.jpg" /></p><div>&lt;p&gt;I was recently asked the question about how I made the transition from school teaching to online learning.&lt;/p&gt;

&lt;p&gt;This has been a gradual journey - one on which I’ve been supported by great managers, advisors and colleagues.&lt;/p&gt;

&lt;h4 id=&quot;starting-points&quot;&gt;Starting points&lt;/h4&gt;

&lt;p&gt;I did a post-graduate diploma in Elearning. This was with Hull University, but, these days, I’d probably recommend the &lt;a href=&quot;http://digital.education.ed.ac.uk/&quot; target=&quot;_blank&quot;&gt;MSc in Digital Education&lt;/a&gt; from Edinburgh, or, for a short course, go for &lt;a href=&quot;http://shop.cipd.co.uk/shop/cipd-training/courses/learning-talent/digital-learning-design-programme&quot; target=&quot;_blank&quot;&gt;CIPD’s Digital Learning Design&lt;/a&gt;, run by Clive Shepherd. He’s a real expert in the subject.&lt;/p&gt;

&lt;p&gt;Apart from the thinking that the course provoked, it also helped me start my personal learning network (PLN). You don’t &lt;em&gt;need&lt;/em&gt; the qualification, but it might help get interviews, and it will certainly help as you start thinking from the online learning perspective.&lt;/p&gt;

&lt;p&gt;My PLN comprises experts in various fields around learning, technology and web design. These are people who publish their ideas and with whom I can interact.&lt;/p&gt;

&lt;p&gt;You’d probably have your own set of people to read, but I’d start with &lt;a href=&quot;http://www.downes.ca/&quot; target=&quot;_blank&quot;&gt;Stephen Downes&lt;/a&gt;, &lt;a href=&quot;http://blog.cathy-moore.com/&quot; target=&quot;_blank&quot;&gt;Cathy Moore&lt;/a&gt;, &lt;a href=&quot;https://blogs.articulate.com/rapid-elearning/&quot; target=&quot;_blank&quot;&gt;Tom Kuhlmann&lt;/a&gt;, &lt;a href=&quot;https://kategraham23.wordpress.com/&quot; target=&quot;_blank&quot;&gt;Kate Graham&lt;/a&gt; and &lt;a href=&quot;https://ryan2point0.wordpress.com/&quot; target=&quot;_blank&quot;&gt;Ryan Tracey&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I have learnt enough HTML, CSS and Javascript to be able to know what’s possible, and to be able to talk to real developers in the same language. &lt;a href=&quot;https://www.w3schools.com/html/&quot; target=&quot;_blank&quot;&gt;W3Schools&lt;/a&gt; is a good place to start.&lt;/p&gt;

&lt;p&gt;I also used my teaching experience to think in terms of activities and learning outcomes rather than just resources. There are a lot of people who just create nice looking resources with no real thought about how people will use them and what they will realistically learn from them. As a teacher you have an advantage on many people in that you will have much more of an insight into how people learn.&lt;/p&gt;

&lt;p&gt;Constant CPD, through my PLN, through Twitter, through meetups and conferences, is essential. Get as much as you can. The world of learning technology is changing very rapidly and its easy to get left behind.&lt;/p&gt;

&lt;p&gt;Join the &lt;a href=&quot;https://www.elearningnetwork.org/&quot; target=&quot;_blank&quot;&gt;Elearning Network&lt;/a&gt; and try to get along to some of their events. You’ll learn masses!&lt;/p&gt;

&lt;h4 id=&quot;useful-books&quot;&gt;Useful books&lt;/h4&gt;

&lt;p&gt;&lt;a href=&quot;https://www.amazon.co.uk/Really-Useful-eLearning-Instruction-Manual/dp/1118375890&quot; target=&quot;_blank&quot;&gt;The Really Useful Elearning Instruction Manual&lt;/a&gt; by Rob Hubbard&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://www.amazon.co.uk/Dont-Make-Me-Think-Usability/dp/0321344758&quot; target=&quot;_blank&quot;&gt;Don’t Make me Think&lt;/a&gt; by Steve Krug&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://www.amazon.co.uk/New-Learning-Architect-Clive-Shepherd-ebook/dp/B004J173XS&quot; target=&quot;_blank&quot;&gt;The New Learning Architect&lt;/a&gt; by Clive Shepherd.&lt;/p&gt;
</div></description>

                <pubDate>Fri, 17 Feb 2017 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2017/02/17/advice-for-a-new-starter/</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2017/02/17/advice-for-a-new-starter/</guid>
            </item>
        
            <item>
                <title>Questions for vendors at Learning Technologies</title>
                

                    <description><p><img src="/post-images/2017/01/woman-1527670_thumb.jpg" /></p><div>&lt;p&gt;Vendors are brilliant at putting on glossy presentations at trade shows, but what are the key questions you should be asking them this year?&lt;/p&gt;

&lt;p&gt;Learning Technologies 2017 is set to have another bumper crop of vendors trying to sell you all manner of variations on authoring tools, learning management systems and bespoke development services.&lt;/p&gt;

&lt;p&gt;As you wander around the exhibition hall, in between picking up pens and sweets, take the opportunity to get personal demonstrations of what they’re offering. While you’re doing so, you might want to ask them some of these questions…&lt;/p&gt;

&lt;h4 id=&quot;general&quot;&gt;General&lt;/h4&gt;

&lt;h5 id=&quot;what-makes-you-different-from-vendors-x-y--z&quot;&gt;What makes you different from vendors x, y &amp;amp; z?&lt;/h5&gt;

&lt;p&gt;Sales people will love you for this, as it gives them a chance to talk about their Unique Selling Point (assuming they’ve thought about it of course!)&lt;/p&gt;

&lt;p&gt;But it’s important for buyers too, as the sweet spot comes when that USP matches your particular unique need.&lt;/p&gt;

&lt;h5 id=&quot;what-experience-do-you-have-in-the-charity-automotive-manufacturing-retail-service-public-sector-pick-one-that-you-know&quot;&gt;What experience do you have in the [charity, automotive, manufacturing, retail, service, public] sector? (pick one that you know)&lt;/h5&gt;

&lt;p&gt;Again, this gives a chance for people to tell their story. But it’s also useful from your perspective to find out if the vendor is really likely to  understand your particular needs.&lt;/p&gt;

&lt;h4 id=&quot;authoring-tools&quot;&gt;Authoring tools&lt;/h4&gt;

&lt;p&gt;This category includes any software tool that is designed to make it easier to build online content.&lt;/p&gt;

&lt;h5 id=&quot;what-does-the-content-look-like-on-a-mobile-device&quot;&gt;What does the content look like on a mobile device?&lt;/h5&gt;

&lt;p&gt;With many people accessing learning on their phones and tablets, it’s important that it works well - and isn’t just shrunk to fit.&lt;/p&gt;

&lt;h5 id=&quot;how-do-learners-search-inside-the-content&quot;&gt;How do learners search inside the content?&lt;/h5&gt;

&lt;p&gt;A key complaint of many learners is that it’s impossible to find what they need at a later date. Making your content searchable is an important step towards that.&lt;/p&gt;

&lt;h5 id=&quot;how-do-i-collaborate-with-my-team-to-author-and-review-content&quot;&gt;How do I collaborate with my team to author and review content?&lt;/h5&gt;

&lt;p&gt;Many authoring tools are designed for one man bands, whereas most of us work in teams, or with clients who want to review and comment. The more the tools can support those processes the better.&lt;/p&gt;

&lt;h4 id=&quot;learning-management-systems&quot;&gt;Learning management systems&lt;/h4&gt;

&lt;p&gt;This category includes any system that you and your learners will use to communicate, access content, and do assessments.&lt;/p&gt;

&lt;h5 id=&quot;how-do-i-get-a-trial-login&quot;&gt;How do I get a trial login?&lt;/h5&gt;

&lt;p&gt;Spending time with a new system, to make it work to fit your organisation, is an important test prior to any purchase. How will the supplier help you do that test?&lt;/p&gt;

&lt;h5 id=&quot;what-does-it-look-like-on-a-mobile-device&quot;&gt;What does it look like on a mobile device?&lt;/h5&gt;

&lt;p&gt;As above for authoring tools. The user experience includes the system to access content. It should be as seamless and friction-free as possible.&lt;/p&gt;

&lt;h5 id=&quot;can-you-show-me-details-of-your-security-policies&quot;&gt;Can you show me details of your security policies?&lt;/h5&gt;

&lt;p&gt;Any software vendor who wants to gain your trust will be open and transparent about how they maintain security in their datacentres and software. You shouldn’t need an NDA to know what accreditations they have.&lt;/p&gt;

&lt;h4 id=&quot;bespoke-content-or-systems&quot;&gt;Bespoke content or systems&lt;/h4&gt;

&lt;h5 id=&quot;tell-me-about-where-youve-made-a-measurable-difference-to-a-client&quot;&gt;Tell me about where you’ve made a measurable difference to a client&lt;/h5&gt;

&lt;p&gt;The key word here is measurable. Ideally comparing what life was like before the intervention to what it was like now.&lt;/p&gt;

&lt;h5 id=&quot;whats-your-opinion-on-learning-styles&quot;&gt;What’s your opinion on “learning styles”?&lt;/h5&gt;

&lt;p&gt;If they say anything about testing people for their learning style, about VAK, Honey &amp;amp; Mumford or any other learning styles questionnaire then walk away…&lt;/p&gt;

&lt;h5 id=&quot;how-do-you-make-sure-what-you-design-is-what-we-need&quot;&gt;How do you make sure what you design is what we need?&lt;/h5&gt;

&lt;p&gt;Modern development teams use agile, iterative techniques with short (usually 2 week) cycle times. These ensure the supplier and customer keep their ideas synchronised throughout. But that requires commitment from both customer and supplier - so it will be interesting to get their perspective!&lt;/p&gt;
</div></description>

                <pubDate>Tue, 24 Jan 2017 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2017/01/24/questions-for-vendors/</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2017/01/24/questions-for-vendors/</guid>
            </item>
        
            <item>
                <title>Quality assuring your learning materials</title>
                

                    <description><p><img src="/post-images/2016/12/approved-thumb.png" /></p><div>&lt;p&gt;We were asked recently to provide an independent quality assurance service for one of our clients.&lt;/p&gt;

&lt;p&gt;The materials in question were a series of elearning packages and associated files and assessments.&lt;/p&gt;

&lt;p&gt;So, what should you be looking for when aiming for a high quality product?&lt;/p&gt;

&lt;h4 id=&quot;the-learner-journey&quot;&gt;The learner journey&lt;/h4&gt;

&lt;p&gt;Note that a QA check like this is no substitute for a full usability test with real users.&lt;/p&gt;

&lt;h5 id=&quot;user-experience&quot;&gt;User experience&lt;/h5&gt;

&lt;p&gt;How the user is taken through the activities and resources, identifying any pain points from the user’s perspective. Consider how the learner will get to the materials - the whole journey from initial contact through to completion.&lt;/p&gt;

&lt;h5 id=&quot;user-interface&quot;&gt;User interface&lt;/h5&gt;

&lt;p&gt;Whether the interface itself is a barrier to users.&lt;/p&gt;

&lt;h5 id=&quot;learning-efficacy&quot;&gt;Learning efficacy&lt;/h5&gt;

&lt;p&gt;How the activities and resources work together to ensure learning objectives are best supported. Will learners be frustrated because it’s too hard, or bored because it’s too easy?&lt;/p&gt;

&lt;h5 id=&quot;engagement&quot;&gt;Engagement&lt;/h5&gt;

&lt;p&gt;The motivating factors that will retain the user’s attention during the learning module.&lt;/p&gt;

&lt;h4 id=&quot;accessibility&quot;&gt;Accessibility&lt;/h4&gt;

&lt;p&gt;Note that a QA check like this should be complemented by a full accessibility audit with an organisation like the &lt;a href=&quot;http://webacc.shaw-trust.org.uk/our-services/website-accessibility-auditing/&quot; target=&quot;_blank&quot;&gt;Shaw Trust&lt;/a&gt;&lt;/p&gt;

&lt;h5 id=&quot;browser-control&quot;&gt;Browser control&lt;/h5&gt;

&lt;p&gt;What happens when the user resizes text and switches of images &amp;amp; CSS?&lt;/p&gt;

&lt;h5 id=&quot;cognition&quot;&gt;Cognition&lt;/h5&gt;

&lt;p&gt;Consider headings, link purpose, consistency and readability. Use a tool such as &lt;a href=&quot;https://readability-score.com/text/&quot; target=&quot;_blank&quot;&gt;Readability Score&lt;/a&gt;&lt;/p&gt;

&lt;h5 id=&quot;visual-impairments&quot;&gt;Visual impairments&lt;/h5&gt;

&lt;p&gt;Consider aspects such as availability to screen readers, [alt] text descriptions, use of colour and colour contrast, and page semantic structure&lt;/p&gt;

&lt;h5 id=&quot;hearing-impairements&quot;&gt;Hearing impairements&lt;/h5&gt;

&lt;p&gt;Consider aspects such as Closed Captions and visual alternatives&lt;/p&gt;

&lt;h5 id=&quot;motor-impairements&quot;&gt;Motor impairements&lt;/h5&gt;

&lt;p&gt;Consider aspects such as tabbing through the interface and keyboard control&lt;/p&gt;

&lt;h4 id=&quot;technical-design&quot;&gt;Technical design&lt;/h4&gt;

&lt;h5 id=&quot;scorm&quot;&gt;SCORM&lt;/h5&gt;

&lt;p&gt;Consider any metadata requirements, content packaging conformance and use of optional runtime elements (especially if these packages need to be portable between systems)&lt;/p&gt;

&lt;h5 id=&quot;page-size&quot;&gt;Page size&lt;/h5&gt;

&lt;p&gt;Consider the bandwidth needed for each page&lt;/p&gt;

&lt;h5 id=&quot;devices&quot;&gt;Devices&lt;/h5&gt;

&lt;p&gt;Consider which devices, screen sizes and resolutions. Should the packages support Retina displays. Should the pages be responsive? If so, to what sizes?&lt;/p&gt;

&lt;h5 id=&quot;browser-compatibility&quot;&gt;Browser compatibility&lt;/h5&gt;

&lt;p&gt;Which browser versions should the packages be tested against?&lt;/p&gt;

&lt;h5 id=&quot;reusability&quot;&gt;Reusability&lt;/h5&gt;

&lt;p&gt;Consider how the packages might be localised if necessary. Will they need to be editable by someone else? If so, do they have the software required to do so?&lt;/p&gt;

&lt;h5 id=&quot;security&quot;&gt;Security&lt;/h5&gt;

&lt;p&gt;If assessments are built into the packages, how will the answers be kept secure? If using xAPI, how will the communication between the packages and the LRS be secured appropriately?&lt;/p&gt;
</div></description>

                <pubDate>Fri, 02 Dec 2016 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2016/12/02/learning-materials-quality-assurance/</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2016/12/02/learning-materials-quality-assurance/</guid>
            </item>
        
            <item>
                <title>Ten tips for a successful agile transition</title>
                

                    <description><p><img src="/post-images/2016/10/agile-logo-thumb.png" /></p><div>&lt;p&gt;We have worked with many organisations across the whole spectrum of agile-ness… From those who are just taking baby-steps into the agile world to those where agile is at the heart of their culture.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;agile (adjective)&lt;/p&gt;

  &lt;p&gt;relating to or denoting a method of project management, used especially for software development, that is characterized by the division of tasks into short phases of work and frequent reassessment and adaptation of plans.&lt;/p&gt;

  &lt;p&gt;Source: &lt;a href=&quot;https://www.google.co.uk/search?q=agile+definition&amp;amp;oq=agile+definition&quot; target=&quot;_blank&quot;&gt;Google&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Agile is more than just a way of managing projects. It’s a way of thinking about work that often requires a wholesale culture change in every part of the organisation.&lt;/p&gt;

&lt;p&gt;If your organisation is wanting to move from the traditional “waterfall” approach (where you define all the requirements up front, organise your people to build the product, then test and deliver it), then the following ten tips, gleaned from our work with many such organisations will hopefully help you avoid some of the major pitfalls.&lt;/p&gt;

&lt;h4 id=&quot;1-know-why&quot;&gt;1. Know why&lt;/h4&gt;

&lt;p&gt;Although you mainly come across the term “agile” in software development, it’s very closely linked to “lean thinking”, and its principles can be applied to most contexts where a product (of any sort) is being delivered.&lt;/p&gt;

&lt;p&gt;Knowing &lt;strong&gt;why&lt;/strong&gt; you want to move towards an agile approach is critical to the success of that transition.&lt;/p&gt;

&lt;table&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;Good reasons&lt;/td&gt;
      &lt;td&gt;Bad reasons&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;We want to improve the quality of what we produce.&lt;br /&gt;We want to recognise change as an integral part of how we work and not deal with it separately.&lt;br /&gt;We want to improve our ability to meet our customers’ needs&lt;/td&gt;
      &lt;td&gt;We want to put “agile” into our marketing collateral.&lt;br /&gt;We want to use the XYZ agile project tool to manage our work.&lt;br /&gt;We want to move with the times&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;h4 id=&quot;2-understand-the-consequences&quot;&gt;2. Understand the consequences&lt;/h4&gt;

&lt;p&gt;Making the change to an agile way of doing things will probably result in changes right across your organisation - from end-to-end:&lt;/p&gt;

&lt;table&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;Sales&lt;/td&gt;
      &lt;td&gt;Your sales team will need to be able to explain up-front how working in an agile way will impact on the customer.&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Contracting&lt;/td&gt;
      &lt;td&gt;Your contracts will need to be created to take into account the fact that the end-product cannot be defined at the beginning.&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Delivery&lt;/td&gt;
      &lt;td&gt;Everyone involved in delivering the product (on both client and supplier-side) will need to be signed up to working in an agile manner.&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Invoicing&lt;/td&gt;
      &lt;td&gt;Invoices will be generated based on work done, not on products delivered.&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;h4 id=&quot;3-start-with-the-right-client&quot;&gt;3. Start with the right client&lt;/h4&gt;

&lt;p&gt;A client that is asking for fixed deliverables in a fixed timeframe at a fixed cost is not one that is ready for an agile approach.&lt;/p&gt;

&lt;p&gt;But a client that recognises their need to iterate towards a solution - that they don’t yet have all the answers - is one that is ripe to work with you on your agile journey.&lt;/p&gt;

&lt;h4 id=&quot;4-start-with-the-right-project&quot;&gt;4. Start with the right project&lt;/h4&gt;

&lt;p&gt;The right project is one that is just the right size to fully occupy a small project team from the outset, and one that can easily be broken into smaller phases, which can gradually increase in size and complexity.&lt;/p&gt;

&lt;p&gt;We tend to base our projects on the service design phases developed by the UK &lt;a href=&quot;https://gds.blog.gov.uk/&quot;&gt;Government Digital Service&lt;/a&gt;:&lt;/p&gt;

&lt;table&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;Discovery&lt;/td&gt;
      &lt;td&gt;A short phase, in which you start researching the needs of your service’s users, find out what you should be measuring, and explore technological or policy/culture-related constraints.&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Alpha&lt;/td&gt;
      &lt;td&gt;A short phase in which you prototype solutions for your users’ needs. You’ll be testing with a small group of users or stakeholders, and getting early feedback about the design of the service.&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Beta&lt;/td&gt;
      &lt;td&gt;You’re developing against the demands of a live environment, understanding how to build and scale while meeting user needs. You’ll also be releasing a version to test with a wider audience.&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Live&lt;/td&gt;
      &lt;td&gt;The work doesn’t stop once your service is live. You’ll be iteratively improving your service, reacting to new needs and demands, and meeting targets set during its development.&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;Source: &lt;a href=&quot;https://www.gov.uk/service-manual/phases&quot; target=&quot;_blank&quot;&gt;GDS service manual - service design phases&lt;a&gt;&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4 id=&quot;5-incubate-your-team&quot;&gt;5. Incubate your team&lt;/h4&gt;

&lt;p&gt;The difference between waterfall and agile can be so great that it’s often better to completely separate them out.&lt;/p&gt;

&lt;p&gt;Create a small, dedicated, multi-disciplinary team, which can manage the whole end-to-end process in an agile way, from sales through to delivery and invoicing. They can learn the hard lessons without the distraction of business-as-usual, and be used as a test-bed for the new methodologies.&lt;/p&gt;

&lt;p&gt;The lessons learned can be demonstrated back into the parent organisation which may then choose to adopt agile, or maybe the new team will grow to replace the old one.&lt;/p&gt;

&lt;h4 id=&quot;6-who-owns-the-product&quot;&gt;6. Who owns the product?&lt;/h4&gt;

&lt;p&gt;Agile projects fail or succeed on the strength of their product ownership.&lt;/p&gt;

&lt;p&gt;An effective product owner has three key characteristics:&lt;/p&gt;

&lt;table&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;&lt;strong&gt;Availability&lt;/strong&gt;&lt;/td&gt;
      &lt;td&gt;Product owners need to provide input throughout the project. Initially this will be intensive and time-consuming. As time goes on, they need to be available at the end of each iteration period to test the  deliverables and provide direction for the next period.&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;&lt;strong&gt;Capability&lt;/strong&gt;&lt;/td&gt;
      &lt;td&gt;Product owners need to be fully aware of why the product is being developed, and have vision for what the product will look like, based on a clear understanding of its users and purchasers.&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;&lt;strong&gt;Devolved decision making&lt;/strong&gt;&lt;/td&gt;
      &lt;td&gt;Product owners need to be able to make decisions independently and quickly, but with accountability to senior management for those decisions.&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;h4 id=&quot;7-focus-on-quality&quot;&gt;7. Focus on quality&lt;/h4&gt;

&lt;p&gt;It’s quite easy to operate in what seems to be an agile way, with sprints, backlogs etc, without it making much difference. And, in many cases, just focussing on the outward appearance can actually make things worse.&lt;/p&gt;

&lt;p&gt;The primary difference between the short term iterative agile approach and the longer term, waterfall approach is that detailed quality standards are built into to every single small component. These quality standards are what help to achieve the goal of building what is required, bug free, first time around.&lt;/p&gt;

&lt;p&gt;Successful agile projects maintain very clear quality definitions which are accepted by the whole team (and themselves iterated based on lessons learned)&lt;/p&gt;

&lt;table&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;Definition of Ready&lt;/td&gt;
      &lt;td&gt;The Definition of Ready makes explicit the criteria that each user story (that describes something to be built) must meet &lt;strong&gt;before&lt;/strong&gt; it is accepted for development in the next iteration period.&lt;br /&gt;&lt;a href=&quot;https://www.agilealliance.org/glossary/definition-of-ready/&quot; target=&quot;_blank&quot;&gt;More information from the Agile Alliance&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Definition of Done&lt;/td&gt;
      &lt;td&gt;The Definition of Done makes explicit the criteria by which the team will accept a user story as having been completed.&lt;br /&gt;&lt;a href=&quot;https://www.agilealliance.org/glossary/definition-of-done/&quot; target=&quot;_blank&quot;&gt;More information from the Agile Alliance&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;h4 id=&quot;8-build-trust-gradually&quot;&gt;8. Build trust gradually&lt;/h4&gt;

&lt;p&gt;With an agile project there are many unknowns at the beginning: What is the end result going to look like? How quickly will the team be able to define and create each iteration?&lt;/p&gt;

&lt;p&gt;It’s important to build trust across the supplier/client divide - not least so that the client knows they are not being ripped off, and the supplier knows that the client is able to work effectively with them.&lt;/p&gt;

&lt;p&gt;Build trust by starting small, and contracting (or releasing funding) for each phase separately. The GDS phases described above are a useful basis to work from - with governance decision points to release further funding between each phase.&lt;/p&gt;

&lt;h4 id=&quot;9-tools-alone-are-not-the-solution&quot;&gt;9. Tools alone are not the solution&lt;/h4&gt;

&lt;p&gt;There are heaps of software tools (eg. Trello, Jira, Leankit) and management techniques (eg. Kanban boards, daily standups, retrospectives) that can be a great addition to your agile culture change.&lt;/p&gt;

&lt;p&gt;But, introducing a tool on its own will not effect that culture change. That comes by continuously exploring, with your team, what agile means in your context. (See number 10 - below)&lt;/p&gt;

&lt;h4 id=&quot;10-iterate-towards-perfection&quot;&gt;10. Iterate towards perfection&lt;/h4&gt;

&lt;p&gt;The concept of iterating towards perfection is taken from “lean thinking”. It’s a method of continuous improvement that focusses on what perfection looks like and striving to reach that state. It means that constant change is inevitable, but, by including everyone in the process, change is something that people do to themselves rather than having it done to them.&lt;/p&gt;

&lt;p&gt;In the agile world, perfection is described by the &lt;a href=&quot;http://agilemanifesto.org/principles.html&quot; target=&quot;_blank&quot;&gt;“12 agile principles”&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;These should be your focus right from the start of your transition to agile.&lt;/p&gt;
</div></description>

                <pubDate>Sun, 30 Oct 2016 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2016/10/30/ten-agile-tips/</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2016/10/30/ten-agile-tips/</guid>
            </item>
        
            <item>
                <title>It&amp;rsquo;s OK to...</title>
                

                    <description><p><img src="/post-images/2016/08/its-ok-to-list-thumb.png" /></p><div>&lt;p&gt;The Government Digital Service is a mine of useful information and advice on how to get the best out of teams.&lt;/p&gt;

&lt;p&gt;One of my favourites is the &lt;a href=&quot;https://gds.blog.gov.uk/2016/05/25/its-ok-to-say-whats-ok/&quot; target=&quot;_blank&quot;&gt;poster they have displayed in their offices&lt;/a&gt; which describes really clearly their work culture.&lt;/p&gt;

&lt;p&gt;We’ve prettified the poster and made it available here for anyone to use.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/assets/its-ok-to-list.pdf&quot;&gt;Download the poster (pdf)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/assets/its-ok-to-list.pdf&quot;&gt;&lt;img src=&quot;/post-images/2016/08/in-this-office-list.png&quot; width=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
</div></description>

                <pubDate>Thu, 25 Aug 2016 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2016/08/25/its-ok-to/</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2016/08/25/its-ok-to/</guid>
            </item>
        
            <item>
                <title>Lean learning at the Learning &amp;amp; Skills Group summer forum</title>
                

                    <description><p><img src="/post-images/2016/04/lean-learning-logo-thumb.png" /></p><div>&lt;p&gt;At next week’s gathering of the Learning &amp;amp; Skills Group, we will be leading a highly conversational workshop looking at how “lean” might apply within the Learning &amp;amp; Development context.&lt;/p&gt;

&lt;p&gt;Picking up on ideas coming from the manufacturing and service delivery sectors, our discussion will consider the five lean principles:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Identify the value provided to customers&lt;/li&gt;
  &lt;li&gt;Map the value stream &amp;amp; remove waste steps&lt;/li&gt;
  &lt;li&gt;Maximise flow&lt;/li&gt;
  &lt;li&gt;Establish pull&lt;/li&gt;
  &lt;li&gt;Iterate towards perfection&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We’ll do some exercises, share ideas and experiences and leave with some immediate things we can try out.&lt;/p&gt;

&lt;p&gt;To support the workshop, we’ve developed a &lt;a href=&quot;http://www.wyversolutions.co.uk/leanlearning&quot;&gt;Lean Learning&lt;/a&gt; resource page containing links and further information.&lt;/p&gt;

&lt;p&gt;We’re looking forward to meeting many of you next week!&lt;/p&gt;

</div></description>

                <pubDate>Fri, 10 Jun 2016 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2016/06/10/lean-learning-lsg-forum</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2016/06/10/lean-learning-lsg-forum</guid>
            </item>
        
            <item>
                <title>Ten tips for our tenth birthday</title>
                

                    <description><p><img src="/post-images/2016/05/birthday-cake-380178_455.png" /></p><div>&lt;p&gt;Ten years ago, a wise man suggested to me that it would be a good idea to have a fallback plan - separate to the company we both worked for. At the time, our team was going through a lean period - “lean” in the sense of not having much work coming down the pipeline…&lt;/p&gt;

&lt;p&gt;So, in May 2006, I registered Wyver Solutions Ltd at Companies House, and began offering consultancy and web development services.&lt;/p&gt;

&lt;p&gt;Initially, as this was alongside the day job (with the blessing of my manager), the work was quite small scale - like building websites and providing Moodle advice and training for local theological education institutions.&lt;/p&gt;

&lt;p&gt;This ran nicely for a few years, during which time I learnt a lot about all the necessary bits and pieces that you need to do to keep a company going - book-keeping, PAYE, making sure you save enough to pay the corporation tax bill etc.&lt;/p&gt;

&lt;p&gt;Then, in 2012, I got the offer I’d been looking for… a contract that would allow us to kick-start Wyver Solutions properly, and leave the comfort blanket of corporate life!&lt;/p&gt;

&lt;p&gt;From then on, it’s been busy but lots of fun. We’ve worked with some great people from around the world, and some really interesting organisations.&lt;/p&gt;

&lt;p&gt;So, on our tenth birthday, what are the ten things we have learnt about running our sort of consultancy business?&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Before you go full-time, spend a &lt;strong&gt;lot&lt;/strong&gt; of time building and maintaining your network. It’s that which will sustain you in the first few years.&lt;/li&gt;
  &lt;li&gt;Working multiple projects simultaneously across multiple time zones is &lt;strong&gt;really&lt;/strong&gt; hard, and to be avoided if you value your health!&lt;/li&gt;
  &lt;li&gt;Get an accountant who will give you proactice advice (thanks &lt;a href=&quot;http://www.nrbaccountancy.com/&quot; target=&quot;_blank&quot;&gt;Richard&lt;/a&gt;), and an accountancy software package that speaks English (thanks &lt;a href=&quot;https://www.kashflow.com/&quot; target=&quot;_blank&quot;&gt;Kashflow&lt;/a&gt;).&lt;/li&gt;
  &lt;li&gt;You are going to be spending a lot of time doing paperwork, so build processes that you can replicate, document and then give to someone else to do.&lt;/li&gt;
  &lt;li&gt;Join the &lt;a href=&quot;http://www.fsb.org.uk/&quot; target=&quot;_blank&quot;&gt;Federation of Small Businesses&lt;/a&gt;. Their legal advice and documents library is excellent.&lt;/li&gt;
  &lt;li&gt;Expect to need help with contracts. Keeping on the right side of the IR35 legislation (see advice at &lt;a href=&quot;http://www.contractorweekly.com/ir35&quot; target=&quot;_blank&quot;&gt;Contractor Weekly&lt;/a&gt;) as a sole contractor takes effort. It becomes much easier when things develop so you can bring in people to work alongside you.&lt;/li&gt;
  &lt;li&gt;Make sure that your past and potential clients know you’re still around. Don’t forget them in the busyness of your current projects. Work that network!&lt;/li&gt;
  &lt;li&gt;Life is not all about work. Don’t feel guilty when you take time off to get in some exercise, or just enjoy seeing daylight again! Build down-time into your week, and into your pricing model. You’ll need it.&lt;/li&gt;
  &lt;li&gt;Make sure your pricing allows you to create a financial buffer for those times when paid work seems thin on the ground…&lt;/li&gt;
  &lt;li&gt;Maintain your network - you never know when all your contracts are going to end at once and you’ll need to rely on it!&lt;/li&gt;
&lt;/ol&gt;
</div></description>

                <pubDate>Mon, 23 May 2016 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2016/05/23/ten-tips-for-our-tenth-birthday</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2016/05/23/ten-tips-for-our-tenth-birthday</guid>
            </item>
        
            <item>
                <title>Value chain analysis 1</title>
                

                    <description><p><img src="/post-images/2016/04/lean-learning-logo-thumb.png" /></p><div>&lt;p&gt;The diagram below shows the first stage of a value-chain analysis for the Learning &amp;amp; Development function in a typical organisation - from the point of view of the customer: a worker.&lt;/p&gt;

&lt;p&gt;As you look at it (click to enlarge), consider:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Which route allows the smoothest flow of value to the customer?&lt;/li&gt;
  &lt;li&gt;Which activities provide value to the customer?&lt;/li&gt;
  &lt;li&gt;Which activities provide no value to the customer?&lt;/li&gt;
  &lt;li&gt;Which activities provide no value to the customer but are essential?&lt;/li&gt;
  &lt;li&gt;What activities have we missed out? Where is it over-simplified?&lt;/li&gt;
  &lt;li&gt;Where are the bottlenecks likely to be?&lt;/li&gt;
  &lt;li&gt;What would you change?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a data-lightbox=&quot;value-chain&quot; href=&quot;/post-images/2016/04/LD-value-chain-map.png&quot;&gt;&lt;img width=&quot;500&quot; src=&quot;/post-images/2016/04/LD-value-chain-map.png&quot; alt=&quot;Value chain map&quot; /&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This map works on the basis that the “customer” in this case is the “worker” - who’s definition of value is based on being able to do their job better - which could mean quicker, more easily, more efficiently, more accurately etc. (See Dan Pink’s video on what motivates us below)&lt;/p&gt;

&lt;p&gt;Someone in the organisation (perhaps the worker, or their manager, or someone else) has identified a performance problem (perhaps in being compliant with policy, or entering data, or selling enough products etc).&lt;/p&gt;

&lt;p&gt;So the first step is to work out the root cause of the problem. Is it a problem with the work itself? Is it a problem with the way the work is supported as it’s being done? Or is it a problem with the underlying knowledge, skills &amp;amp; behaviours that are needed from the workers?&lt;/p&gt;

&lt;p&gt;The value map then shows the various activities needed to provide the worker with the ability to do the job better.&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;This post is part of a series in preparation for client-facing workshops on lean learning.&lt;/p&gt;

&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/u6XAPnuFjJc&quot; frameborder=&quot;0&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt;&lt;/iframe&gt;
</div></description>

                <pubDate>Mon, 25 Apr 2016 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2016/04/25/value-chain-analysis-1</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2016/04/25/value-chain-analysis-1</guid>
            </item>
        
            <item>
                <title>Seven lessons for successful projects</title>
                

                    <description><p><img src="/post-images/2016/04/successful-projects-thumb.png" /></p><div>&lt;p&gt;Over the many years in which we have been involved in or running projects, we have learnt many lessons - from observing where things have or haven’t worked. We would argue that these seven are the most important:&lt;/p&gt;

&lt;h4 id=&quot;lesson-1-appropriate-communication&quot;&gt;Lesson 1: Appropriate communication&lt;/h4&gt;

&lt;p&gt;Whether you’re using Kanban, Prince 2™, Scrum or any other project management metholodology, you will need to tell some people what they’re doing, and other what is being done.&lt;/p&gt;

&lt;p&gt;These are two very different audiences. You can’t expect senior execs to keep an eye on the Kanban board, nor can you expect team members to work from a high-level weekly report.&lt;/p&gt;

&lt;p&gt;Ideally, the project management software you’re using will allow different views on the same data, so you can provide the high-level status update alongside the detailed task tracking.&lt;/p&gt;

&lt;p&gt;Giving detailed reports is usually actually quite easy. But generating a high-level report that is meaningful at the same time as being concise will require work. Don’t expect the software to do everything… Sometimes you will need to create a simple dashboard for your project board, like these templates available from &lt;a href=&quot;http://www.techno-pm.com/p/project-status-report-template-free.html&quot; target=&quot;_blank&quot;&gt;TechnoPM&lt;/a&gt;.&lt;/p&gt;

&lt;h4 id=&quot;lesson-2-a-product-owner-who-can-make-decisions&quot;&gt;Lesson 2: A product owner who can make decisions&lt;/h4&gt;

&lt;p&gt;There are two aspects to this lesson. One is that you need a product owner - someone who owns the vision for the end result of the project, who understands the target “user”, the competition and where things are going in this particular domain.&lt;/p&gt;

&lt;p&gt;The product owner is ideally intimately involved with the project - communicating the vision, providing regular and frequent feedback, and giving guidance on where to go next.&lt;/p&gt;

&lt;p&gt;This means that they must be empowered to make decisions. There is no point having a product owner if all decisions have to be referred higher up.&lt;/p&gt;

&lt;p&gt;The project board’s relationship with the product owner then becomes one of accountability (see lesson 4).&lt;/p&gt;

&lt;p&gt;The second is that this person must be empowered to make decisions and provide feedback to suppliers. Once those decisions are made they then feed them back to their project board - who simply ratify them. It should be a very rare occassion when the board overrides decisions. (See lesson 7)&lt;/p&gt;

&lt;h4 id=&quot;lesson-3-a-project-manager-who-talks-the-right-languages&quot;&gt;Lesson 3: A project manager who talks the right language(s)&lt;/h4&gt;

&lt;p&gt;It’s important that the project manager is able to communicate with, and translate for, all the project stakeholders.&lt;/p&gt;

&lt;p&gt;They don’t necessarily need to be an expert, but they need to understand the language used.&lt;/p&gt;

&lt;p&gt;So, when talking with developers or sys admins, they’ll need to be know about the concepts of version control and load balancing.&lt;/p&gt;

&lt;p&gt;When talking with product and marketing, they’ll be talking about stakeholder maps and communications plans.&lt;/p&gt;

&lt;p&gt;When talking with accounting, they’ll need to understand the importance of budget profiles and financial year ends.&lt;/p&gt;

&lt;p&gt;And when talking with learning designers and solutions architects, they’ll be having conversations about user experience and integration.&lt;/p&gt;

&lt;p&gt;Part of the PM’s role is to ensure that anything that’s going to have an impact on the wider project is communicated across the workstreams, in a language that all can understand.&lt;/p&gt;

&lt;h4 id=&quot;lesson-4-clear-accountabilities&quot;&gt;Lesson 4: Clear accountabilities&lt;/h4&gt;

&lt;p&gt;In lesson 2, we discussed the role of the product owner, who is accountable to the project board, but is able to make decisions independently.&lt;/p&gt;

&lt;p&gt;Knowing who people report to, and are accountable to, is a major factor in successful projects. Confusion over accountabilities can lead to delays, misunderstandings and significant stress!&lt;/p&gt;

&lt;p&gt;The main danger to watch for is with the Project Manager. The &lt;a href=&quot;https://www.axelos.com/best-practice-solutions/prince2&quot; target=&quot;_blank&quot;&gt;Prince2™&lt;/a&gt; guidance is very clear in this regard. The PM works for the project board, and &lt;em&gt;not&lt;/em&gt; for the supplier. We would argue that this should apply for any project methodology.&lt;/p&gt;

&lt;p&gt;If the supplier wants to have their own project manager, that’s fine, and often a very useful point of contact between supplier and client. But don’t blur the lines of accountability by thinking the supplier’s PM is working for the benefit of the customer.&lt;/p&gt;

&lt;p&gt;That’s a nice idea, but when there are difficult conversations to be had, about delays or quality, then you need to know that the PM is batting on your behalf.&lt;/p&gt;

&lt;h4 id=&quot;lesson-5-mix-and-adapt-your-methodologies&quot;&gt;Lesson 5: Mix and adapt your methodologies&lt;/h4&gt;

&lt;p&gt;While there are purists who will only use concepts, tools and techniques from Prince2™, Scrum, Kanban, PMI et al, we would recommend that you adapt your methodologies to the context.&lt;/p&gt;

&lt;p&gt;Often a mixture of waterfall and agile methods can work well - using waterfall approaches (project boards, Gantt charts, phase boundaries, project initiation documents, RAID logs) for the big picture, whilst, adopting agile concepts (sprints, scrum stand-ups, show &amp;amp; tells) to manage the smaller elements. Some element of iteration within a larger plan often works very well.&lt;/p&gt;

&lt;p&gt;For a single, exclusive methodology to work well requires everyone on the team - customer and supplier - to be signed up to and fully understanding that methodology. This is why many agile development companies request that their &lt;em&gt;customers&lt;/em&gt; get some sort of agile certification before they start their projects.&lt;/p&gt;

&lt;p&gt;Precisely how you adapt your methodologies will depend on a number of factors:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Project size (or how much it can be broken down)&lt;/li&gt;
  &lt;li&gt;Customer experience&lt;/li&gt;
  &lt;li&gt;Supplier experience&lt;/li&gt;
  &lt;li&gt;How well the project scope is understood&lt;/li&gt;
  &lt;li&gt;Whether this is a one-off, or whether there’s scope for continuous, iterative improvement&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;lesson-6-ring-fence-your-project-team&quot;&gt;Lesson 6: Ring fence your project team&lt;/h4&gt;

&lt;p&gt;Project teams need time away from their Business As Usual work to focus on the project.&lt;/p&gt;

&lt;p&gt;Anything that comes in from their BAU life that’s likely to have an impact on the project needs to be treated and managed as a risk (if it’s not yet happened) or an issue (if it’s happened).&lt;/p&gt;

&lt;p&gt;Just don’t ignore the potential for BAU to scupper a project!&lt;/p&gt;

&lt;h4 id=&quot;lesson-7-avoid-management-by-committee&quot;&gt;Lesson 7: Avoid management by committee&lt;/h4&gt;

&lt;p&gt;This links to lessons 2 and 4. If you have clear accountabilities and decision-making vested in individuals, then projects can be made to run very smoothly.&lt;/p&gt;

&lt;p&gt;If, however, decisions come back to large groups of people, expect to significantly increase the time required for those decisions to be made.&lt;/p&gt;

&lt;p&gt;This is most often seen in content development projects where sign-off is required from various stakeholders: communications, subject matter experts, legal, operations etc - and often the stakeholders’ line managers too.&lt;/p&gt;

&lt;p&gt;The worst we’ve seen (for a nationally rolled out high stakes project) is a review panel of more than 20 people, most of whom had very little contact with the project on a daily basis. The best (for a similar sized project) was a review panel of one person - closely attached to the project, who then “sold” his decision to his project board.&lt;/p&gt;

&lt;p&gt;Guess which project went most smoothly?&lt;/p&gt;
</div></description>

                <pubDate>Thu, 21 Apr 2016 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2016/04/21/seven-lessons-for-successful-projects</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2016/04/21/seven-lessons-for-successful-projects</guid>
            </item>
        
            <item>
                <title>Securing Wordpress</title>
                

                    <description><p><img src="/post-images/2016/04/securing-wordpress-thumb.png" /></p><div>&lt;p&gt;Wordpress is at the heart of many thousands of websites around the world. Just by virtue of its popularity it’s become vulnerable to attack. That doesn’t mean that Wordpress is insecure. It’s just that sometimes organisations run it in an insecure way.&lt;/p&gt;

&lt;p&gt;We would like to propose three sets of actions, which, when put together, will make a strong defence for any Wordpress site:&lt;/p&gt;

&lt;h4 id=&quot;policies-and-practices&quot;&gt;Policies and practices&lt;/h4&gt;

&lt;ol&gt;
  &lt;li&gt;Keep the number of people with admin rights to a bare minimum. Ideally have just two administrator logins (so that one can be used if you lose the password for the first).&lt;/li&gt;
  &lt;li&gt;Don’t use an administrator login for general use, eg. writing posts and editing pages.&lt;/li&gt;
  &lt;li&gt;Never share usernames or passwords between people. You’ll want to be able to audit who did what.&lt;/li&gt;
  &lt;li&gt;Only select plugins and themes that have been tested with your version of Wordpress, have been updated within the last few weeks, and have a solid number of happy users.&lt;/li&gt;
  &lt;li&gt;Ensure your files and data are backed up regularly (the frequency will depend on how often things change, but weekly would be a minimum) - and know how to restore them if the worst should happen. There are plugins, like &lt;a href=&quot;https://www.akeebabackup.com/products/akeeba-backup-wordpress.html&quot; target=&quot;_blank&quot;&gt;Akeeba Backup&lt;/a&gt;, that can help with this.&lt;/li&gt;
  &lt;li&gt;Ensure your plugins and themes, and the Wordpress core code is updated immediately new versions are released. The &lt;a href=&quot;https://www.wordfence.com/&quot; target=&quot;_blank&quot;&gt;Wordfence&lt;/a&gt; plugin will email you whenever there’s something to update.&lt;/li&gt;
  &lt;li&gt;Use strong passwords, and store them securely - eg. with a password vault such as &lt;a href=&quot;https://lastpass.com/&quot; target=&quot;_blank&quot;&gt;LastPass&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;

&lt;h4 id=&quot;hardening&quot;&gt;Hardening&lt;/h4&gt;

&lt;ol&gt;
  &lt;li&gt;Change any default usernames or passwords to something new. This applies to Wordpress, to the Database, and to your FTP user.&lt;/li&gt;
  &lt;li&gt;Make sure your database user cannot access other databases - and especially isn’t the root user.&lt;/li&gt;
  &lt;li&gt;Consider restricting access to the Admin dashboard from known IP addresses (although this may not be practical if people are moving around a lot).&lt;/li&gt;
  &lt;li&gt;Use a plugin such as &lt;a href=&quot;https://wordpress.org/plugins/rename-wp-login/&quot; target=&quot;_blank&quot;&gt;Rename WP login&lt;/a&gt; to change the URL of the login page&lt;/li&gt;
  &lt;li&gt;Only get plugins and themes from known sources, such as the Wordpress repository.&lt;/li&gt;
  &lt;li&gt;Remove any plugins or themes that you are not using.&lt;/li&gt;
&lt;/ol&gt;

&lt;h4 id=&quot;monitoring&quot;&gt;Monitoring&lt;/h4&gt;

&lt;ol&gt;
  &lt;li&gt;Use a plugin like &lt;a href=&quot;https://www.wordfence.com/&quot; target=&quot;_blank&quot;&gt;Wordfence&lt;/a&gt; to keep an eye on your site. It provides a number of tools to check for strange activity and changes in the code. You will need to get a little bit technical to interpret whether the warnings it gives can be ignored safely.&lt;/li&gt;
  &lt;li&gt;Set up a regular monitor to see whether your site is behaving properly. There are &lt;a href=&quot;https://www.google.co.uk/search?q=website+monitoring&quot; target=&quot;_blank&quot;&gt;many services&lt;/a&gt; that do this, some free. The paid for ones will offer more frequent monitoring, and usually a better user interface. Most will give you a free trial period.&lt;/li&gt;
  &lt;li&gt;Consider using a plugin like &lt;a href=&quot;https://wordpress.org/plugins/enhanced-plugin-admin/&quot; target=&quot;_blank&quot;&gt;Enhanced Plugin Admin&lt;/a&gt; which will show at a glance which of your plugins may be out-of-date.&lt;/li&gt;
&lt;/ol&gt;
</div></description>

                <pubDate>Mon, 18 Apr 2016 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2016/04/18/securing-wordpress</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2016/04/18/securing-wordpress</guid>
            </item>
        
            <item>
                <title>Independence Day</title>
                

                    <description><p><img src="/post-images/2016/04/independence-sign-thumb.png" /></p><div>&lt;p&gt;We talk quite a bit about being &lt;em&gt;independent&lt;/em&gt; consultants, but how does that work in practice, and what’s the benefit to our customers?&lt;/p&gt;

&lt;p&gt;We work with a growing number of &lt;a href=&quot;/about.html#suppliers&quot;&gt;specialist suppliers&lt;/a&gt; who we trust to work to the same standards as we do. In a few cases we have agreements with those suppliers which allow us to provide solution design, implementation, training or consultancy services on their behalf. Where these agreements exist, we always disclose them to our clients.&lt;/p&gt;

&lt;p&gt;We are always on the lookout for other suppliers who we can recommend to our customers.&lt;/p&gt;

&lt;p&gt;Precisely who we bring in or recommend is dependent only on our customers’ particular requirements. We do not receive any commission or kick-backs for any introductions made.&lt;/p&gt;

&lt;p&gt;In order to maintain integrity, our preference is to provide implementation, training etc services directly to the customer - especially in cases where we have had a relationship with the customer previously.&lt;/p&gt;

&lt;p&gt;Sometimes, suppliers call us in to provide these sorts of services, which is fine when the relationship is clear - where we are working on behalf of the supplier.&lt;/p&gt;

&lt;p&gt;However, from experience, we would recommend strongly that the key role in any implementation, the client’s project manager, has a direct relationship with the customer, and is not placed by the supplier. This keeps things clear and uncomplicated - especially in times where the PM needs to be firm with the supplier!&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;contact.html&quot;&gt;Talk to us&lt;/a&gt; if you want an independent view on learning technologies.&lt;/p&gt;

</div></description>

                <pubDate>Mon, 11 Apr 2016 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2016/04/11/independence-day/</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2016/04/11/independence-day/</guid>
            </item>
        
            <item>
                <title>Installing the .gov.uk prototype kit</title>
                

                    <description><p><img src="/post-images/2015/12/gov-uk-ipad-thumb.png" /></p><div>&lt;p&gt;As part of a new contract, we need to use the &lt;a href=&quot;https://github.com/alphagov/govuk_prototype_kit&quot;&gt;GOV.UK prototype kit&lt;/a&gt; - which is designed to enable people to quickly build out model applications and websites. I say “quickly”, but you still still need to do a fair bit of hand-crafting…&lt;/p&gt;

&lt;p&gt;It’s a departure from our normal way of prototyping, based on wireframes, built in &lt;a href=&quot;https://balsamiq.com/&quot;&gt;Balsamiq&lt;/a&gt; or &lt;a href=&quot;https://www.omnigroup.com/omnigraffle&quot;&gt;OmniGraffle&lt;/a&gt;. But, this way, the prototype is much more closely aligned to the finished product.&lt;/p&gt;

&lt;p&gt;The prototype kit is built using &lt;a href=&quot;http://expressjs.com/&quot;&gt;Express&lt;/a&gt; - a &lt;a href=&quot;https://nodejs.org&quot;&gt;node.js&lt;/a&gt; framework for creating web sites. Which means you have to have node installed to be able to use it.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Node is a brilliant concept - in that it uses Javascript on the server-side - meaning that you only need to learn one language. But that doesn’t mean it’s easy… When you start using node, you very quickly get into pretty complex territory!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;However, the kit only works with node version 4.2.2 or 4.2.3, whilst node’s most recent version is 5.2.0. If you come across issues during the prototype kit installation, then check your node version (node -v) first - as we found the installation fails completely without the right version.&lt;/p&gt;

&lt;p&gt;The best way to deal with this, without downgrading your node installation, is to use Node Version Manager - aka &lt;a href=&quot;https://github.com/creationix/nvm&quot;&gt;nvm&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This allows you to have multiple versions of node on your machine at once, and switch between them when working with different applications.&lt;/p&gt;

&lt;h4 id=&quot;step-by-step-to-use-nvm-unix--mac&quot;&gt;Step-by-step to use nvm (Unix &amp;amp; Mac)&lt;/h4&gt;

&lt;p&gt;In your Terminal, type:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;curl https://raw.github.com/creationix/nvm/master/install.sh | sh
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This downloads the nvm package, and runs a set of commands to get nvm set up.&lt;/p&gt;

&lt;p&gt;Now restart your Terminal.&lt;/p&gt;

&lt;p&gt;Then type:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;source ~/.nvm/nvm.sh
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This runs a few more commands. Without it, your system won’t know where to find nvm.&lt;/p&gt;

&lt;p&gt;Note that you can get this to run automatically when your Terminal starts up by adding it into your bash profile. (&lt;a href=&quot;http://redfinsolutions.com/blog/creating-bashprofile-your-mac&quot;&gt;.bash_profile&lt;/a&gt; on MacOSX)&lt;/p&gt;

&lt;p&gt;To install node v 4.2.3 just type:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;nvm install 4.2.3
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Then, after it’s installed:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;nvm use 4.2.3
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;To see which versions of node you have installed, type:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;nvm ls
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;At this point, you can now follow the &lt;a href=&quot;https://github.com/alphagov/govuk_prototype_kit&quot;&gt;instructions to download and install the GOV.UK prototype kit&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Once you’re done, then use the documentation at &lt;a href=&quot;http://govuk-elements.herokuapp.com/&quot;&gt;GOV.UK elements&lt;/a&gt; to understand how to use the CSS.&lt;/p&gt;
</div></description>

                <pubDate>Sat, 19 Dec 2015 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2015/12/19/installing-gov-uk-prototype-kit/</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2015/12/19/installing-gov-uk-prototype-kit/</guid>
            </item>
        
            <item>
                <title>Tools of the trade</title>
                

                    <description><p><img src="/post-images/2015/12/hammer-250x187.jpg" /></p><div>&lt;p&gt;There’s a story about a furniture maker who was asked for a hammer. She pulled out her toolbox and carefully laid out a selection of more than 30 different types of hammer. “Which one?”, she said.&lt;/p&gt;

&lt;p&gt;When going into a new client, we don’t take hammers, but we do go in with a range of different tools, some of which are more specialised than others.&lt;/p&gt;

&lt;h4 id=&quot;project-planning&quot;&gt;Project planning&lt;/h4&gt;

&lt;p&gt;&lt;a data-lightbox=&quot;merlin&quot; href=&quot;/post-images/2015/12/screenshots/merlin-structure_large_en.jpg&quot;&gt;&lt;img width=&quot;300&quot; class=&quot;alignright&quot; src=&quot;/post-images/2015/12/screenshots/merlin-structure_large_en.jpg&quot; alt=&quot;Merlin screenshot&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.projectwizards.net/en/merlin/&quot;&gt;Merlin&lt;/a&gt; is by far the best project management application that I’ve used on the Mac (and I’ve tried most of them). It’s not cheap, but has the great advantage of producing files that are compatible with Microsoft Project. When you’re working in a mixed economy, that is essential.&lt;/p&gt;

&lt;p&gt;If you have the fortune to work in a Merlin-only environment, then there are all sorts of additional features that allow you to use Merlin as the hub of your whole project. For example, you can attach, to each task, elements such as additional information, events, files, issues, risks and checklists. And then you can generate reports which pull out this information in easily readable formats.&lt;/p&gt;

&lt;h4 id=&quot;document-creation&quot;&gt;Document creation&lt;/h4&gt;

&lt;p&gt;&lt;a data-lightbox=&quot;google-drive&quot; href=&quot;/post-images/2015/12/screenshots/google-drive.png&quot;&gt;&lt;img width=&quot;300&quot; class=&quot;alignright&quot; src=&quot;/post-images/2015/12/screenshots/google-drive.png&quot; alt=&quot;Google drive screenshot&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For group collaboration on documents, I’ve still not found anything to beat Google’s &lt;a href=&quot;https://drive.google.com/&quot;&gt;Drive&lt;/a&gt;. Its real-time editing and commenting features are wonderful to see in action. I’m afraid Microsoft’s Office 365 just doesn’t come close in terms of usability, but be aware that Google provides just the functions that the majority of us use. If you’re an Office power user, then you might be dissatisfied.&lt;/p&gt;

&lt;p&gt;The main problem with Google Drive comes when you need to take a document and turn it into a finished product, with branding applied. Quite often, this process then requires a wholesale reformatting in a standalone word processing or desktop publishing application like Microsoft Word or Pages.&lt;/p&gt;

&lt;h4 id=&quot;diagram-creation&quot;&gt;Diagram creation&lt;/h4&gt;

&lt;p&gt;&lt;a data-lightbox=&quot;omnigraffle&quot; href=&quot;/post-images/2015/12/screenshots/omnigraffle.png&quot;&gt;&lt;img width=&quot;300&quot; class=&quot;alignright&quot; src=&quot;/post-images/2015/12/screenshots/omnigraffle.png&quot; alt=&quot;Omnigraffle screenshot&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;When I need something that’s more capable of creating complex flow charts or wireframes, then I tend to use &lt;a href=&quot;http://www.omnigroup.com/products/omnigraffle/&quot;&gt;Omnigraffle&lt;/a&gt;. Like Merlin, it’s quite expensive, but I’ll happily pay for software when it’s of this sort of quality. Transferring files to and from &lt;a href=&quot;http://office.microsoft.com/en-gb/visio/&quot;&gt;Visio&lt;/a&gt; (the Microsoft standard for this type of tool) is effortless. I’ve not found any problems yet, but I do tend to keep my demands quite simple in this area!&lt;/p&gt;

&lt;p&gt;Sometimes, a specialist diagramming tool is required. One that’s designed for a specific context. For example, I use &lt;a href=&quot;http://www.balsamiq.com/&quot;&gt;Balsamiq Mockups&lt;/a&gt; for creating working mockups of software interfaces – particularly web applications. By creating diagrams that look hand-drawn, but are still “functional” (in that you can navigate between pages using links), it makes communicating ideas to the client much easier, without the distraction of “I don’t like that colour”.&lt;/p&gt;

&lt;h4 id=&quot;presentations&quot;&gt;Presentations&lt;/h4&gt;

&lt;p&gt;&lt;a data-lightbox=&quot;doceri&quot; href=&quot;/post-images/2015/12/screenshots/doceri.png&quot;&gt;&lt;img width=&quot;300&quot; class=&quot;alignright&quot; src=&quot;/post-images/2015/12/screenshots/doceri.png&quot; alt=&quot;Doceri screenshot&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I don’t like presentations in general. It’s partly down to our philosophy that face-to-face time is better spent in conversation. However, in my line of work, you have to do them, and you have to do them well. So I’ve learnt to find ways to make presentations far more of a conversation than a monologue.&lt;/p&gt;

&lt;p&gt;Apart from the obvious things – like displaying pictures and diagrams rather than bullet points (see &lt;a href=&quot;http://www.presentationzen.com&quot;&gt;Presentation Zen&lt;/a&gt; for great advice) – I’ve found that being at the opposite end of the room from the screen helps a lot. It means that I can distribute the audience’s attention between me and the screen. That’s then made even better if you can highlight or annotate things whilst you’re talking.&lt;/p&gt;

&lt;p&gt;Rather than being stuck behind a laptop screen during the presentation, I often use &lt;a href=&quot;http://doceri.com/&quot;&gt;Doceri&lt;/a&gt;, which is an app that sits on my iPad and on my laptop. It allows me to control the Mac from the iPad wirelessly, and, when I need to, simply annotate what’s happening on screen.&lt;/p&gt;

&lt;p&gt;I’ve tried a number of such tools, and Doceri has proven to be the easiest, and safest, to use “in the wild”.&lt;/p&gt;

&lt;h4 id=&quot;dense-making&quot;&gt;Dense-making&lt;/h4&gt;

&lt;p&gt;&lt;a data-lightbox=&quot;ithoughtsx&quot; href=&quot;/post-images/2015/12/screenshots/iThoughtsX-banner.png&quot;&gt;&lt;img width=&quot;300&quot; class=&quot;alignright&quot; src=&quot;/post-images/2015/12/screenshots/iThoughtsX-banner.png&quot; alt=&quot;iThoughtsX screenshot&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Having a tool that can help you make sense of a bundle of information and ideas is essential in our line of work.&lt;/p&gt;

&lt;p&gt;Currently, my preferred tool is &lt;a href=&quot;http://toketaware.com/&quot;&gt;iThoughtsX&lt;/a&gt;. It’s for Mac and iOS only, and enables me to very quickly:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Generate ideas on a mind map&lt;/li&gt;
  &lt;li&gt;Add notes, links and images&lt;/li&gt;
  &lt;li&gt;Rearrange ideas&lt;/li&gt;
  &lt;li&gt;Generate rough reports and presentations&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Its most useful feature though is its ability to import and export from a very large range of other, similar tools.&lt;/p&gt;

</div></description>

                <pubDate>Thu, 17 Dec 2015 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2015/12/17/tools-of-the-trade/</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2015/12/17/tools-of-the-trade/</guid>
            </item>
        
            <item>
                <title>A service oriented architecture for corporate learning</title>
                

                    <description><p><img src="/post-images/2015/12/pixabay-blueprint-964630-thumb.png" /></p><div>&lt;p&gt;The modern corporate learning environment is diverse and complex. As well as the ‘traditional’ face-to-face courses, there is a whole range of different learning methodologies to be supported.&lt;/p&gt;

&lt;p&gt;When designing a technology architecture to underpin this environment, I would recommend building on a few, key learning design principles (see references below):&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Learning is a process of making connections with existing knowledge, ideas and concepts - tagged with an emotional context, or significance, which is used to help access those connections at a later date&lt;/li&gt;
  &lt;li&gt;People who are novices in any field are best served by a carefully structured sequence of practice activities to help get them to a stage at which they can be self-sufficient learners in that field&lt;/li&gt;
  &lt;li&gt;Knowledge, skills and behaviours can be helped to stay in long term memory through a process of spaced repetition&lt;/li&gt;
  &lt;li&gt;Self-sufficient learners need ready access to up-to-date resources - whether physical, digital or human, in order to solve problems and make decisions during the course of their work&lt;/li&gt;
  &lt;li&gt;Decisions about course or resource requirements should be underpinned by evidence&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;As a thought-experiment, I would like to propose an architecture as shown in the diagram below:&lt;/p&gt;

&lt;p&gt;&lt;a class=&quot;example-image-link&quot; data-lightbox=&quot;service-architecture&quot; href=&quot;/post-images/2015/12/learning-architecture.png&quot;&gt;&lt;img width=&quot;100%&quot; class=&quot;aligncenter&quot; src=&quot;/post-images/2015/12/learning-architecture.png&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Each component within the architecture is a designed as a service which can be called upon by any of the other components. That service could be realised through people, through a website, through a mobile app, or any combination of these.&lt;/p&gt;

&lt;h4 id=&quot;identity-management&quot;&gt;Identity Management&lt;/h4&gt;

&lt;p&gt;A single identity management service, which contains all the personal profile and authentication information for any particular user makes it much simpler to plug in additional services which need that information.&lt;/p&gt;

&lt;p&gt;Just as a student ID card gives access to any number of services within a university, so corporate identity management can allow people to use multiple services without having to continually provide credentials and personal data.&lt;/p&gt;

&lt;h4 id=&quot;search&quot;&gt;Search&lt;/h4&gt;

&lt;p&gt;An enterprise Search service should be able to:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;index all the information sources available to people within the corporate network&lt;/li&gt;
  &lt;li&gt;display results to the user that are appropriate to their access levels&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The latter is probably one of the hardest problems to solve within enterprise information networks. And so many organisations end up with a plethora of search engines - each for a different information resource.&lt;/p&gt;

&lt;p&gt;The two simple answers are to either:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;aggregate all the information sources into one system, or&lt;/li&gt;
  &lt;li&gt;rationalise access levels across multiple information sources, so that the data provided by the Identity Management service can be used to identify what information should be displayed to the user&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Neither are actually that simple!&lt;/p&gt;

&lt;p&gt;However, with search being the primary route to learning materials for people outside of work, it makes sense to try to replicate this as much as possible within work.&lt;/p&gt;

&lt;h4 id=&quot;personalisation&quot;&gt;Personalisation&lt;/h4&gt;

&lt;p&gt;The personalisation service provides the means by which people get, as quickly as possible, to the learning resources and activities that they need.&lt;/p&gt;

&lt;p&gt;What the user is directed to should be based on:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;what the organisation is trying to “market” at any point in time&lt;/li&gt;
  &lt;li&gt;what the organisation considers mandatory for that particular user&lt;/li&gt;
  &lt;li&gt;information supplied by the user, including:
    &lt;ul&gt;
      &lt;li&gt;preferences&lt;/li&gt;
      &lt;li&gt;interests&lt;/li&gt;
      &lt;li&gt;job title&lt;/li&gt;
      &lt;li&gt;diagnostic results&lt;/li&gt;
      &lt;li&gt;summative assessment results&lt;/li&gt;
      &lt;li&gt;what they’ve looked for in the past&lt;/li&gt;
      &lt;li&gt;content accessed&lt;/li&gt;
      &lt;li&gt;actions of people who are similar (eg. similar job titles) to the user&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The latter set of data will come from other services within the learning architecture.&lt;/p&gt;

&lt;p&gt;The Search service will provide data to the Learning Records service, such as:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;[UserID] searched for [search term] on [date]
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h4 id=&quot;community&quot;&gt;Community&lt;/h4&gt;

&lt;p&gt;The Community service provides the ability to add human interaction capabilities at any point within the user’s journey.&lt;/p&gt;

&lt;p&gt;Sometimes you may need to have two, separate Community services. One to use within a closed, time-bound group - such as a course. And one for more general discussion and feedback.&lt;/p&gt;

&lt;p&gt;However, the more the two can work in the same way, the better. Communities are notoriously difficult to start and maintain - particularly online ones. By keeping the way they work consistent (and simple), we reduce the inherent barriers to participation.&lt;/p&gt;

&lt;p&gt;Note that the Community provides data for the Search service - thus providing a way to capture and reuse the tacit information held within the organisation.&lt;/p&gt;

&lt;p&gt;The Community will also provide data to the Learning Records service, such as:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;[UserID] responded to [forum post] on [date]
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h4 id=&quot;content&quot;&gt;Content&lt;/h4&gt;

&lt;p&gt;The Content service could actually be many services. Each one will provide data for the Search service, so that the content it contains can be found.&lt;/p&gt;

&lt;p&gt;Content could be any form of digital materials:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;video&lt;/li&gt;
  &lt;li&gt;text articles&lt;/li&gt;
  &lt;li&gt;books&lt;/li&gt;
  &lt;li&gt;audio&lt;/li&gt;
  &lt;li&gt;animations&lt;/li&gt;
  &lt;li&gt;tutorials&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Or any combination of the above.&lt;/p&gt;

&lt;p&gt;As with all content management, there is a balance to be kept between making materials as granular as possible and as integrated as possible.&lt;/p&gt;

&lt;p&gt;Granular items can be reused in multiple contexts, and users can be taken to specific places to meet a specific need. An example would be an encylopaedia entry.&lt;/p&gt;

&lt;p&gt;Integrated items provide a coherent package of information, which takes a user on a self-contained journey. An example would be a documentary film.&lt;/p&gt;

&lt;p&gt;The ideal is to have both extremes at the same time - where content is built in integrated packages, but with the ability to use the Search service to look inside those packages, and jump to specific sections within them.&lt;/p&gt;

&lt;p&gt;The Content service will also provide data to the Learning Records service, such as:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;[UserID] watched [x%] of [video] on [date]
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h4 id=&quot;courses&quot;&gt;Courses&lt;/h4&gt;

&lt;p&gt;The course service is important in any learning architecture - particularly for those people who are novices in a field. They require structured introductions to the field, and to the language used within it.&lt;/p&gt;

&lt;p&gt;A course has boundaries - usually in terms of time and people. It will have a known time commitment from the user, and there will be expectations on the user and perhaps on tutors or peers to support the learning process. There is also a start and an end.&lt;/p&gt;

&lt;p&gt;A course usually comprises a mix of resources and activities. The resources, in this architecture, will be provided by the Content service. The activities would be provided by:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;The Community service - for discussions, comments and conversation.&lt;/li&gt;
  &lt;li&gt;The Assessment service - for diagnostic and summative assessments&lt;/li&gt;
  &lt;li&gt;The Course service itself - for elements which cannot be delivered in any other means (eg. administration of events and groups of people)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The Course service will also provide data for the Learning Records service, such as:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;[UserID] completed [Course] on [date]
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h4 id=&quot;assessment&quot;&gt;Assessment&lt;/h4&gt;

&lt;p&gt;The Assessment service provides the ability to supply:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;diagnostic assessments (to help the learner know what to do next)&lt;/li&gt;
  &lt;li&gt;summative assessment (to provide evidence of capability)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Assessments can be in many forms; multiple choice, essays, observation etc.&lt;/p&gt;

&lt;p&gt;The more there is at stake after the assessment, the more the Assessment service will need to be able to supply in terms of:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;validity - the extent to which an assessment measures what it’s supposed to measure&lt;/li&gt;
  &lt;li&gt;reliability - the extent to which the assessment gives the same result no matter when or where it is taken&lt;/li&gt;
  &lt;li&gt;integrity - the extent to which users are unable to cheat the system&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;As each of those requirements increases, so will the necessary complexity of the Assessment service - particularly with regard to security and analysis of learner response data.&lt;/p&gt;

&lt;p&gt;The Assessment service will also provide data to the Learning Records service, such as:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;[UserID] passed [Assessment] with a score of [x%] on [date]

[UserID] answered [Question] in [Assessment] with [Answer], scoring [n]
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h4 id=&quot;learning-records&quot;&gt;Learning records&lt;/h4&gt;

&lt;p&gt;The Learning Records service collects and stores all the data sent to it from the other services.&lt;/p&gt;

&lt;p&gt;This data can also be used by the other services - particularly the Personalisation service. For example, if a user has started to look at a resource, then that information will be in the Learning Records, and can be retrieved by the Personalisation service when the user next needs to be notified of what they could do next.&lt;/p&gt;

&lt;p&gt;The Learning Records service will make its data available to the Analytics service.&lt;/p&gt;

&lt;h4 id=&quot;analytics&quot;&gt;Analytics&lt;/h4&gt;

&lt;p&gt;The Analytics service is designed to:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;help service managers to make decisions about the future direction of their particular service&lt;/li&gt;
  &lt;li&gt;help the Personalisation service provide better guidance to individual users&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;It will help answer questions such as:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;What Content resources do we need to provide to answer user’s questions to the Search service?&lt;/li&gt;
  &lt;li&gt;Which Content resources are being underused?&lt;/li&gt;
  &lt;li&gt;Where can I find an expert on topic “x”?&lt;/li&gt;
  &lt;li&gt;How good are our assessments at differentiating accurately between people?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The Analytics service can be used in support of A-B testing, where a slight tweak is made to a service to see the impact of the change.&lt;/p&gt;

&lt;p&gt;Note that, if the Analytics service also has access to performance data, then even more useful analysis can be made to answer questions such as:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Does our “x” course have an impact on performance?&lt;/li&gt;
  &lt;li&gt;How do high-achieving people use the learning services?&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;references&quot;&gt;References&lt;/h4&gt;

&lt;p&gt;Caple, C. (1996) “The Effects of Spaced Practice and Spaced Review on Recall and Retention Using Computer Assisted Instruction”, available from: &lt;a href=&quot;http://eric.ed.gov/?id=ED427772&quot;&gt;http://eric.ed.gov/?id=ED427772&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Siemens, G. (2005) “Connectivism: A Learning Theory for the Digital Age”, available from: &lt;a href=&quot;http://www.itdl.org/journal/jan_05/article01.htm&quot;&gt;http://www.itdl.org/journal/jan_05/article01.htm&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Shackleton-Jones, N. (2010) “Towards a working theory of learning: the affective context model”, available from: &lt;a href=&quot;http://www.aconventional.com/2010/05/towards-working-theory-of-learning.html&quot;&gt;http://www.aconventional.com/2010/05/towards-working-theory-of-learning.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Medina, J. (2014) “Brain rules”, available from: &lt;a href=&quot;http://www.brainrules.net/about-brain-rules&quot;&gt;http://www.brainrules.net/about-brain-rules&lt;/a&gt;&lt;/p&gt;
</div></description>

                <pubDate>Sat, 05 Dec 2015 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2015/12/05/service-architecture-corporate-learning</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2015/12/05/service-architecture-corporate-learning</guid>
            </item>
        
            <item>
                <title>Installing Testlink on Amazon Web Services</title>
                

                    <description><p><img src="/post-images/2015/11/testlink-logo.png" /></p><div>&lt;p&gt;We have been using &lt;a href=&quot;http://testlink.org&quot; target=&quot;_blank&quot;&gt;Testlink&lt;/a&gt; on and off for a number of years as a tool to help define and execute tests against all sorts of software. It’s far better than trying to track everything on spreadsheets (see our recent post on &lt;a href=&quot;/2015/11/10/making-content-better&quot;&gt;Making Content Better&lt;/a&gt; for a bit more rationale).&lt;/p&gt;

&lt;p&gt;We needed to move our Testlink installation from our shared web-server to something a bit more robust and scalable, and have chosen &lt;a href=&quot;https://aws.amazon.com&quot;&gt;Amazon Web Services (AWS)&lt;/a&gt; given its reputation and our previous experiences with some rather large clients of their’s.&lt;/p&gt;

&lt;p&gt;Setting up Testlink on the server was mostly quite straightforward, but there were a few places where we ended up scratching our heads. Hopefully this brief set of instructions will help others in the same position!&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Create an account on &lt;a href=&quot;https://aws.amazon.com&quot;&gt;Amazon Web Services (AWS)&lt;/a&gt;. You will need to put in payment details, but that doesn’t mean you’ll be charged anything just yet. We’d suggest just signing up for the free, basic level at this stage.&lt;/li&gt;
  &lt;li&gt;Go to the AWS console&lt;/li&gt;
  &lt;li&gt;Change your required server location (next to your name at the top right) to meet your needs. We chose “Ireland”.&lt;/li&gt;
  &lt;li&gt;Begin the process of launching an EC2 instance… That sounds complicated but it’ simply a matter of hitting the “Launch Instance” button from the AWS console. The process is almost identical to that of &lt;a href=&quot;https://aws.amazon.com/getting-started/launch-a-wordpress-website/&quot; target=&quot;_blank&quot;&gt;launching a Wordpress site on AWS&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;In the tabs on the left-hand-side, choose AWS Marketplace&lt;/li&gt;
  &lt;li&gt;Within the Marketplace, search for “Testlink”. It will bring up a list of 2 or 3 different Bitnami packages to use.&lt;/li&gt;
  &lt;li&gt;We chose the package that uses Bitnami (HVM) as it gave us the right selection of server sizes for our needs. You might need to experiment to see which version gives the server you need.&lt;/li&gt;
  &lt;li&gt;You will be asked to choose an &lt;a href=&quot;https://aws.amazon.com/ec2/instance-types/&quot; target=&quot;_blank&quot;&gt;Instance Type&lt;/a&gt;. This is where you’ll need to do some thinking, and may need to go back to the previous step to choose a different Bitnami package. Amazon do give you the option of choosing a free instance (free for one year), but this is very small and probably not suited to any more than a “getting started” setup. Testlink recommend going for the m3.medium instance - but that may be overkill for some. If you’re not sure, that’s where we’d probably recommend bringing in someone who knows AWS to provide some support.&lt;/li&gt;
  &lt;li&gt;AWS gives you options to configure the instance, but you can just use the defaults provided by Bitnami and hit “Review and Launch”&lt;/li&gt;
  &lt;li&gt;Don’t forget to &lt;a href=&quot;http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html#having-ec2-create-your-key-pair&quot; target=&quot;_blank&quot;&gt;create and download the .pem private key file&lt;/a&gt; (and save it somewhere you can get to). The launch process will guide you through how to do this. You will need this when connecting to the server to configure Testlink.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If you then go to the IP address supplied by AWS, you should see the Testlink login page. However, the normal Bitnami password doesn’t seem to work, so you’ll need to change it, but you’ll only be able to do that when you’ve got a way for Testlink to send emails…&lt;/p&gt;

&lt;h4 id=&quot;setting-up-an-aws-smtp-server&quot;&gt;Setting up an AWS SMTP server&lt;/h4&gt;

&lt;p&gt;There are three stages to getting Testlink setup so it can send emails:&lt;/p&gt;

&lt;h5 id=&quot;verify-email-addresses&quot;&gt;Verify email addresses&lt;/h5&gt;

&lt;p&gt;Setup verified email addresses (ie. those which you’ll be using within Testlink) within Amazon’s Simple Email Service (note this route is only suitable for small teams, for larger teams you’ll need to &lt;a href=&quot;http://docs.aws.amazon.com/ses/latest/DeveloperGuide/request-production-access.html&quot; target=&quot;_blank&quot;&gt;ask Amazon for production access&lt;/a&gt;)&lt;/p&gt;

&lt;h5 id=&quot;obtain-your-simple-email-service-smtp-credentials&quot;&gt;Obtain your Simple Email Service SMTP credentials&lt;/h5&gt;

&lt;p&gt;&lt;a href=&quot;https://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-credentials.html&quot; target=&quot;_blank&quot;&gt;Obtain SES credentials&lt;/a&gt; so that Testlink can use SES&lt;/p&gt;

&lt;h5 id=&quot;configure-testlink-to-use-ses&quot;&gt;Configure Testlink to use SES&lt;/h5&gt;

&lt;p&gt;This is where you’ll need to &lt;a href=&quot;https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstancesLinux.html&quot; target=&quot;_blank&quot;&gt;connect to the AWS server via SSH&lt;/a&gt;, using the .pem file created earlier. Note that AWS helpfully provides a connect button on the EC2 &amp;gt; Instances page, with commands for your particular instance.&lt;/p&gt;

&lt;p&gt;&lt;img class=&quot;aligncenter&quot; src=&quot;/post-images/2015/11/connect-to-instance.png&quot; alt=&quot;AWS Connect button&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Once you’ve connected using SSH, you can edit the /apps/testlink/htdocs/custom_config.inc.php file (I tend to use the nano editor, but you can also use vi if you like esoteric editing commands).&lt;/p&gt;

&lt;p&gt;Find the section headed SMTP server configuration, and then add in the following details (NB. These are taken from the &lt;a href=&quot;https://www.mantisbt.org/&quot; target=&quot;_blank&quot;&gt;Mantis Bug Tracker&lt;/a&gt; configuration - which is copied by Testlink - &lt;a href=&quot;https://www.sankaranand.com/blog/2012/09/configuring-amazon-ses-with-mantis-bug-tracker-for-email-notifications/&quot; target=&quot;_blank&quot;&gt;see this forum post&lt;/a&gt;)&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;define (&quot;SMTP_SEND&quot;, 2);
$g_phpMailer_method = SMTP_SEND;  #For SMTP Method
$g_smtp_host = ‘email-smtp.us-east-1.amazonaws.com'; #Your SES SMTP Host
$g_smtp_connection_mode = ‘tls'; #It is mandatory for SES and Gmail SMTP
$g_smtp_port = 587; #For some Reason only this port was working in SES
$g_smtp_username = ‘SMTP Username'; # Your SES SMTP Username (a 20 character string)
$g_smtp_password = ‘SMTP Password'; # Your SES SMTP Password
$g_tl_admin_email = ‘email@sample.com'; #Email displayed at footer (Must be an approved sender list in SES)
$g_from_email = ‘email@sample.com'; # From Address (Verified SES Sender Email)
$g_return_path_email = ‘email@sample.com'; # the return address for bounced mail
$g_from_name = ‘From Name';
$g_enable_email_notification = ON;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Once all that is done, you should have a working Testlink installation. It may need further tweaks, but check out the documentation stored inside the docs directory.&lt;/p&gt;

&lt;p&gt;Note: If you want to access PHPmyadmin to administer the database, create an SSH tunnel to the port 80 instead. This can be done as follows in Unix systems:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;ssh -i &amp;lt;path_to_private_key&amp;gt; -N -L 8888:127.0.0.1:80 &amp;lt;public_dns&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;or with Putty on Windows using source port 8888 and destination 127.0.0.1:80.&lt;/p&gt;

&lt;p&gt;Once done it will be accessible at http://localhost:8888/phpmyadmin while the tunnel is opened. Credit to &lt;a href=&quot;https://bitnami.com/forums/forums/bitnami-cloud/topics/can-t-access-phpmyadmin#post_10627&quot; target=&quot;_blank&quot;&gt;Carlos on the Bitnami forums&lt;/a&gt; for this advice.&lt;/p&gt;

</div></description>

                <pubDate>Tue, 17 Nov 2015 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2015/11/17/testlink-on-aws</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2015/11/17/testlink-on-aws</guid>
            </item>
        
            <item>
                <title>Making content better</title>
                

                    <description><p><img src="/post-images/2015/11/making-content-better-thumb.png" /></p><div>&lt;p&gt;Creating content to support learning &amp;amp; development can be an enjoyable task, with great scope for creativity.&lt;/p&gt;

&lt;p&gt;In the ideal scenario, the learning designer will work with a Subject Matter Expert (SME) to understand the learning needs, the context and the content. They will then translate that into a set of activities designed to motivate, stimulate, support and embed learning. These activities will then be delivered as a finished product, to the delight of its users.&lt;/p&gt;

&lt;p&gt;That’s the ideal.&lt;/p&gt;

&lt;p&gt;In practice, it’s a little more complicated…&lt;/p&gt;

&lt;p&gt;The SME is usually not the only person with an interest in the product. Often there’ll be a team or a committee of people who need to review it - from varying perspectives: legal, branding, commercial, usability and subject content.&lt;/p&gt;

&lt;p&gt;All of these will need to feed ideas back into the design and development process. These ideas will need to be triaged to ensure they don’t conflict with each other. Then any resulting changes will need to be tracked, checked and re-reviewed. All this takes time, and careful management, and is often the place where new content development teams get unstuck.&lt;/p&gt;

&lt;p&gt;But it’s not just the review process that gets complex. The design and development process itself, especially when working with multi-disciplinary teams, contains a number of gotchas which can come back to bite the unwary.&lt;/p&gt;

&lt;p&gt;The simple process of passing materials around for people to review and make changes can cause havoc. Just take a simple design document written in Word or Powerpoint. As soon as that leaves the designer’s computer attached to an email it becomes uncontrolled. That document may go to a number of people who all make comments and changes. Agreeing those changes, amalgamating them into a new version, and ensuring everyone has the most up-to-date version, can become the stuff of nightmares…&lt;/p&gt;

&lt;p&gt;Add into the mix the common requirements…&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;to ensure that all the images used are have the requisite copyright approvals&lt;/li&gt;
  &lt;li&gt;to produce both online and print versions&lt;/li&gt;
  &lt;li&gt;to have consistent boilerplate text and branding across multiple packages of content (which may change at any minute)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We have used a number of approaches to handling these process management problems, ranging from:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Spreadsheet or &lt;a href=&quot;https://en.wikipedia.org/wiki/Kanban&quot; target=&quot;_blank&quot;&gt;Kanban&lt;/a&gt;-based tracking tools, combined with complex file-naming conventions&lt;/li&gt;
  &lt;li&gt;Issue-tracking systems (eg. &lt;a href=&quot;https://www.atlassian.com/software/jira/&quot; target=&quot;_blank&quot;&gt;Jira&lt;/a&gt;, &lt;a href=&quot;https://www.activecollab.com/&quot; target=&quot;_blank&quot;&gt;ActiveCollab&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Online shared document creation - particularly for design documents, eg.  &lt;a href=&quot;https://www.zoho.com/docs/&quot; target=&quot;_blank&quot;&gt;Zoho Docs&lt;/a&gt;, &lt;a href=&quot;https://www.google.com/docs/about/&quot; target=&quot;_blank&quot;&gt;Google Docs&lt;/a&gt; or &lt;a href=&quot;https://products.office.com/en-gb/business/office-365-online-business-software-programs&quot; target=&quot;_blank&quot;&gt;Office 365&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Distributed and server-based version control systems (eg. &lt;a href=&quot;https://git-scm.com/&quot; target=&quot;_blank&quot;&gt;git&lt;/a&gt;, &lt;a href=&quot;https://products.office.com/en-us/sharepoint/collaboration&quot; target=&quot;_blank&quot;&gt;Sharepoint&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Online authoring tools (eg. &lt;a href=&quot;http://trivantis.com/products/lectora-online-authoring/&quot; target=&quot;_blank&quot;&gt;Lectora Online&lt;/a&gt;, &lt;a href=&quot;https://elearning247.com/nimble/&quot; target=&quot;_blank&quot;&gt;Nimble&lt;/a&gt;, &lt;a href=&quot;https://community.adaptlearning.org/&quot; target=&quot;_blank&quot;&gt;Adapt&lt;/a&gt;, &lt;a href=&quot;http://www.xerte.org.uk/&quot; target=&quot;_blank&quot;&gt;Xerte&lt;/a&gt;, &lt;a href=&quot;http://www.appitierre.com/&quot; target=&quot;_blank&quot;&gt;Appitierre Evolve&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Full-blown learning content and asset management systems (eg. &lt;a href=&quot;http://www.xyleme.com/&quot; target=&quot;_blank&quot;&gt;Xyleme&lt;/a&gt;, &lt;a href=&quot;http://www.exact-learning.com/&quot; target=&quot;_blank&quot;&gt;Exact Learning&lt;/a&gt;, &lt;a href=&quot;https://wordpress.org/&quot; target=&quot;_blank&quot;&gt;Wordpress&lt;/a&gt;, &lt;a href=&quot;http://www.liferay.com/&quot; target=&quot;_blank&quot;&gt;Liferay&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We would recommend adopting a continuous, lean approach to process improvement. Sometimes just simple, inexpensive changes, identified by the team itself, can be the most effective.&lt;/p&gt;

&lt;p&gt;However, in some cases, you may need to do a larger change, and implement one or more new systems (eg. when moving from single-user authoring tools to team-based processes). What you do will depend very much on the technical abilities of your team, your business model and where the most value can be gained. For example, if you have a technically confident team, then adopting approaches that use generic code development tools &amp;amp; techniques can be very worthwhile. But, if your team comprises the typical learning &amp;amp; development professionals, then you may need to use tools that are geared towards that audience.&lt;/p&gt;

&lt;p&gt;We will be exploring some of these ideas during a short workshop session at the &lt;a href=&quot;http://www.elearningnetwork.org/eln-events/eln-conference/&quot; target=&quot;_blank&quot;&gt;Elearning Network Conference&lt;/a&gt; on 11th November. If you would like to discuss them further and consider how to improve your own content development processes, please &lt;a href=&quot;/contact.html&quot;&gt;get in touch&lt;/a&gt;.&lt;/p&gt;

</div></description>

                <pubDate>Tue, 10 Nov 2015 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2015/11/10/making-content-better</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2015/11/10/making-content-better</guid>
            </item>
        
            <item>
                <title>Jay Cross</title>
                

                    <description><p><img src="/post-images/2015/11/jaypic.jpg" /></p><div>&lt;p&gt;It was probably about 2004-5 when I first came in touch with Jay Cross and his work. I was moving from education into workplace learning, and his ideas about informal learning struck a chord with me.&lt;/p&gt;

&lt;p&gt;The thing about his writing was not so much that it was new and ground-breaking, but more that it set out clearly and succintly things that just made sense.&lt;/p&gt;

&lt;p&gt;There have been many times when I’ve pointed people towards his simple diagram comparing investment in learning interventions with the amount of learning that actually takes place. And even more times when I described the difference between informal and formal learning using his graph (shown below).&lt;/p&gt;

&lt;p&gt;&lt;img class=&quot;aligncenter&quot; src=&quot;/post-images/2015/11/jay_cross_graph.jpg&quot; alt=&quot;Graph comparing informal and formal learning&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Jay was always gracious and generous when asked for permission to use his work. Although I never had the opportunity to discuss ideas with him, his character shone through in his writing and his videos.&lt;/p&gt;

&lt;p&gt;As a community of learning professionals we have lost one of our leaders - who wasn’t afraid to set a direction and go all out for it.&lt;/p&gt;

&lt;p&gt;RIP Jay. We’ll miss you.&lt;/p&gt;
</div></description>

                <pubDate>Mon, 09 Nov 2015 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2015/11/09/jay-cross</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2015/11/09/jay-cross</guid>
            </item>
        
            <item>
                <title>Getting started with Moodle</title>
                

                    <description><p><img src="/post-images/2015/10/moodle-logo-thumb.png" /></p><div>&lt;p&gt;[This post is a copy of a response made to a query on the &lt;a href=&quot;http://learningandskillsgroup.ning.com/forum/topics/moodle-advice&quot; target=&quot;_blank&quot;&gt;Learning &amp;amp; Skills group forum&lt;/a&gt;]&lt;/p&gt;

&lt;p&gt;If you’re looking for help on setting up a Moodle site, you’re going to be spoilt for choice…&lt;/p&gt;

&lt;p&gt;Much depends on the level of ownership you’re going to take for the site. At each level you will have the option of outsourcing it if you need to:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Level 1: Infrastructure&lt;/li&gt;
  &lt;li&gt;Level 2: Installation&lt;/li&gt;
  &lt;li&gt;Level 3: Configuration&lt;/li&gt;
  &lt;li&gt;Level 4: Administration&lt;/li&gt;
  &lt;li&gt;Level 5: Course design&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So, here are few resources that may help guide you at each level.&lt;/p&gt;

&lt;h4 id=&quot;level-1-infrastructure&quot;&gt;Level 1: Infrastructure&lt;/h4&gt;

&lt;p&gt;We’ve split this into small and large setups.&lt;/p&gt;

&lt;h5 id=&quot;small-setup&quot;&gt;Small setup&lt;/h5&gt;

&lt;p&gt;(Low user numbers, low bandwidth requirements)&lt;/p&gt;

&lt;p&gt;This will work on a single server, running a Linux, Apache, MySQL and PHP software stack. These will need to be configured appropriately for security and performance.&lt;/p&gt;

&lt;p&gt;There are guidelines on Moodle docs:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://docs.moodle.org/29/en/Installing_Moodle#Requirements&quot; target=&quot;_blank&quot;&gt;https://docs.moodle.org/29/en/Installing_Moodle#Requirements&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://docs.moodle.org/29/en/Installing_AMP&quot; target=&quot;_blank&quot;&gt;https://docs.moodle.org/29/en/Installing_AMP&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A lot has also been written about optimizing Moodle servers:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.iteachwithmoodle.com/2014/01/20/optimizing-a-moodle-server-step-1-fine-tune-apache/&quot; target=&quot;_blank&quot;&gt;http://www.iteachwithmoodle.com/2014/01/20/optimizing-a-moodle-serv…&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.iteachwithmoodle.com/2014/01/21/how-to-optimize-a-moodle-server-part-2-mysql/&quot; target=&quot;_blank&quot;&gt;http://www.iteachwithmoodle.com/2014/01/21/how-to-optimize-a-moodle…&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.iteachwithmoodle.com/2014/01/22/how-to-optimize-a-moodle-server-part-3-apache-on-a-diet/&quot; target=&quot;_blank&quot;&gt;http://www.iteachwithmoodle.com/2014/01/22/how-to-optimize-a-moodle…&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.iteachwithmoodle.com/2014/01/23/how-to-optimize-a-moodle-server-part-4-apc/&quot; target=&quot;_blank&quot;&gt;http://www.iteachwithmoodle.com/2014/01/23/how-to-optimize-a-moodle…&lt;/a&gt;&lt;/p&gt;

&lt;h5 id=&quot;large-setup&quot;&gt;Large setup&lt;/h5&gt;

&lt;p&gt;(High user numbers accessing a lot of resources and activities)&lt;/p&gt;

&lt;p&gt;This can get very complicated very quickly, as you’ll need multiple servers, network infrastructure, and security systems.&lt;/p&gt;

&lt;p&gt;At this point, you will need to bring in professional system architects… Some will recommend Linux as the base operating system, others Windows. Either will work, but don’t try to mix and match software (ie. with Windows use IIS as the web server software, and with Linux use Apache or nginx.&lt;/p&gt;

&lt;p&gt;You will find this document useful at this stage:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://docs.moodle.org/29/en/Performance_recommendations&quot; target=&quot;_blank&quot;&gt;https://docs.moodle.org/29/en/Performance_recommendations&lt;/a&gt;&lt;/p&gt;

&lt;h4 id=&quot;level-2-installation&quot;&gt;Level 2: Installation&lt;/h4&gt;

&lt;p&gt;Moodle is actually very simple to install, once you have the server hardware and software setup correctly.&lt;/p&gt;

&lt;p&gt;Follow the instructions at: &lt;a href=&quot;https://docs.moodle.org/29/en/Installing_Moodle&quot; target=&quot;_blank&quot;&gt;https://docs.moodle.org/29/en/Installing_Moodle&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You will usually find help in the &lt;a href=&quot;https://moodle.org/mod/forum/view.php?id=28&quot; target=&quot;_blank&quot;&gt;Moodle Installation forum&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Some hosting providers offer an automated Moodle installation service, but be aware that many shared hosting setups will not cope with anything more than a very small number of users.&lt;/p&gt;

&lt;p&gt;Don’t forget that you will need to perform regular maintenance upgrades on your Moodle site in order to remain secure.&lt;/p&gt;

&lt;h4 id=&quot;level-3-configuration&quot;&gt;Level 3: Configuration&lt;/h4&gt;

&lt;p&gt;This is where it starts to get complicated, as Moodle can be configured to operate in so many different ways.&lt;/p&gt;

&lt;p&gt;The best source of advice on this is Alex Buchner’s book: Moodle 2 Administration (&lt;a href=&quot;http://www.amazon.co.uk/Moodle-2-Administration-Alex-B%C3%BCchner/dp/1849516049&quot; target=&quot;_blank&quot;&gt;Amazon&lt;/a&gt;). The book is probably a little out-of-date, and will need to be supplemented by frequent visits to &lt;a href=&quot;https://docs.moodle.org/&quot; target=&quot;_blank&quot;&gt;https://docs.moodle.org/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The main things to consider are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How will I get users into the system?&lt;/li&gt;
&lt;li&gt;How will I organise the courses?&lt;/li&gt;
&lt;li&gt;What functions do I need to make available to course designers?&lt;/li&gt;
&lt;li&gt;How will users navigate into and within the courses?&lt;/li&gt;
&lt;li&gt;How do you wish your Moodle site to look?&lt;/li&gt;
&lt;li&gt;What data do I need to collect about the learning activity that has taken place?&lt;/li&gt;
&lt;li&gt;What roles will people have within Moodle, and what does each role need to be able to do?&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;level-4-administration&quot;&gt;Level 4: Administration&lt;/h4&gt;

&lt;p&gt;Actually, once a Moodle site is setup, there’s little ongoing administration to do, apart from adding new users and assigning the right users to the right courses and groups, with the right permissions. It is possible to automate much of that, which will be considered during Configuration.&lt;/p&gt;

&lt;p&gt;Again, Moodle docs is a good source of info: &lt;a href=&quot;https://docs.moodle.org/29/en/Guide_for_new_administrators&quot; target=&quot;_blank&quot;&gt;https://docs.moodle.org/29/en/Guide_for_new_administrators&lt;/a&gt;&lt;/p&gt;

&lt;h4 id=&quot;level-5-course-design&quot;&gt;Level 5: Course design&lt;/h4&gt;

&lt;p&gt;At this point, there is a huge amount of guidance and support &lt;a href=&quot;https://www.google.co.uk/webhp?sourceid=chrome-instant&amp;amp;ion=1&amp;amp;espv=2&amp;amp;ie=UTF-8#q=moodle%20course%20design&quot; target=&quot;_blank&quot;&gt;dotted around the web&lt;/a&gt;. The &lt;a href=&quot;https://moodle.org/mod/forum/view.php?id=41&quot; target=&quot;_blank&quot;&gt;Teaching with Moodle forum&lt;/a&gt; is a particularly good source of help.&lt;/p&gt;

&lt;p&gt;It is worth reading Moodle’s paper on pedagogy: &lt;a href=&quot;https://docs.moodle.org/29/en/Pedagogy&quot; target=&quot;_blank&quot;&gt;https://docs.moodle.org/29/en/Pedagogy&lt;/a&gt; as it will give a very good idea of why Moodle works the way it does.&lt;/p&gt;

&lt;p&gt;Other useful resources:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://docs.moodle.org/29/en/Moodle_key_terms&quot; target=&quot;_blank&quot;&gt;https://docs.moodle.org/29/en/Moodle_key_terms&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://docs.moodle.org/29/en/Managing_a_Moodle_course&quot; target=&quot;_blank&quot;&gt;https://docs.moodle.org/29/en/Managing_a_Moodle_course&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you need independent support or advice to get you up and running with Moodle, please &lt;a href=&quot;/contact.html&quot;&gt;get in touch&lt;/a&gt;.&lt;/p&gt;
</div></description>

                <pubDate>Wed, 28 Oct 2015 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2015/10/28-getting-started-with-moodle</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2015/10/28-getting-started-with-moodle</guid>
            </item>
        
            <item>
                <title>xAPI booklet now in Chinese</title>
                

                    <description><p><img src="/post-images/2015/10/xapi-booklet-thumb.png" /></p><div>&lt;p&gt;Last year, we published a short, introductory booklet &lt;a href=&quot;http://www.slideshare.net/MarkBerthelemy/exploring-the-potential-of-the-xapi-aka-tin-can-api&quot; target=&quot;_blank&quot;&gt;“Exploring the potential of xAPI”&lt;/a&gt;, designed for a non-technical audience.&lt;/p&gt;

&lt;p&gt;We placed it on Slideshare, and gave it out at our xAPI workshops, where we received some very good reviews.&lt;/p&gt;

&lt;p&gt;Recently, we were asked to do a webinar on the topic for a group of Chinese learning technologists. As a follow-up, Jessie Chuang, from &lt;a href=&quot;http://classroom-aid.com/&quot; target=&quot;_blank&quot;&gt;Classroom Aid&lt;/a&gt; (who helped organise the webinar) arranged for a Chinese translation of the booklet.&lt;/p&gt;

&lt;p&gt;You will find it on the &lt;a href=&quot;http://xapi-cop.net/zh/2015/10/16/exploring-the-potential-of-the-xapi/&quot; target=&quot;_blank&quot;&gt;xAPI Chinese Community of Practice&lt;/a&gt;&lt;/p&gt;

</div></description>

                <pubDate>Mon, 19 Oct 2015 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2015/10/19-xapi-booklet-in-chinese</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2015/10/19-xapi-booklet-in-chinese</guid>
            </item>
        
            <item>
                <title>World of Learning 2015 Highlights</title>
                

                    <description><p><img src="/post-images/2015/10/glass-art-P1010091-thumb.png" /></p><div>&lt;p&gt;Apart from providing a useful point in the calendar to catch up with friends and colleagues from around the L&amp;amp;D industry, &lt;a href=&quot;https://www.learnevents.com/&quot; target=&quot;_blank&quot;&gt;World of Learning’s&lt;/a&gt; unique and eclectic mix of exhibitors usually throws up some interesting new technologies.&lt;/p&gt;

&lt;p&gt;Unlike the &lt;a href=&quot;http://www.learningtechnologies.co.uk/&quot; target=&quot;_blank&quot;&gt;Learning Technologies&lt;/a&gt; show, all exhibitors at World of Learning are constrained to the same sized stand. This level playing field gives suppliers an opportunity to explore the market without having to compete head-to-head against the larger, established players.&lt;/p&gt;

&lt;p&gt;When I attend shows like this, I tend to go with a plan &amp;amp;emdash; based on the show brochure. Rather than traipse up and down the rows of stands, I pick out key ones that look like they’re going to be interesting.&lt;/p&gt;

&lt;p&gt;As an aside, this is often made somewhat difficult by the utterly bland nature of the blurb that some suppliers put into the brochure…&lt;/p&gt;

&lt;p&gt;There were four suppliers that stood out to me, so I made a beeline to them:&lt;/p&gt;

&lt;h4 id=&quot;kpoint&quot;&gt;&lt;a href=&quot;http://www.kpoint.com/&quot; target=&quot;_blank&quot;&gt;kPoint&lt;/a&gt;&lt;/h4&gt;

&lt;p&gt;Now this was impressive. I watched a live demo in which they:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;made a video from a webcam from inside the browser&lt;/li&gt;
  &lt;li&gt;added additional media to display alongside the video&lt;/li&gt;
  &lt;li&gt;added highlights (bookmarks) and quizzes to display during the video&lt;/li&gt;
  &lt;li&gt;demonstrated that all the spoken words and media had been indexed and made available to an in-video search engine&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Of course, the video was able to be embedded, shared or kept private - just as you’d expect.&lt;/p&gt;

&lt;p&gt;Even more impressive is that they’ve thought about xAPI and built it in from the start…&lt;/p&gt;

&lt;p&gt;Their &lt;a href=&quot;http://www.kpoint.com/showcase/&quot; target=&quot;_blank&quot;&gt;showcase&lt;/a&gt; provides some useful examples.&lt;/p&gt;

&lt;h4 id=&quot;training-orchestra&quot;&gt;&lt;a href=&quot;http://www.training-orchestra.com/&quot; target=&quot;_blank&quot;&gt;Training Orchestra&lt;/a&gt;&lt;/h4&gt;

&lt;p&gt;Many learning management systems try to help organisations do all the administration required around training, but sometimes you need a specialist administration system.&lt;/p&gt;

&lt;p&gt;Whether you’re operating a training department for an organisation, or for multiple clients, you will need some sort of administrative capability, including things like&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Forecasting the training plan&lt;/li&gt;
  &lt;li&gt;Managing logistics&lt;/li&gt;
  &lt;li&gt;Managing communications with delegates, suppliers and staff&lt;/li&gt;
  &lt;li&gt;Managing the sales and marketing process&lt;/li&gt;
  &lt;li&gt;Managing the training catalogue&lt;/li&gt;
  &lt;li&gt;Managing certification&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There are very few players in this particular market. Training Orchestra, already quite large in the French-speaking world, has started to market itself in the UK.&lt;/p&gt;

&lt;p&gt;Worth checking out if you manage a traditional training business or department.&lt;/p&gt;

&lt;h4 id=&quot;viatech&quot;&gt;&lt;a href=&quot;http://www.viatechpub.com/&quot; target=&quot;_blank&quot;&gt;ViaTech&lt;/a&gt;&lt;/h4&gt;

&lt;p&gt;ViaTech have quite a difficult proposition to understand. You’ll only know you need their solution if you have a ViaTech-shaped hole in your organisation…&lt;/p&gt;

&lt;p&gt;In a nutshell, they provide a software platform through which you can more efficiently organise, aggregate, deliver and track your digital publications.&lt;/p&gt;

&lt;p&gt;Their promo video gives an outline of what they do, but it’s one of those products that will need a lot of conversation with them to see how it might fit your particular organisation.&lt;/p&gt;

&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/Mpwl2p4GwZY&quot; frameborder=&quot;0&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt;&lt;/iframe&gt;

&lt;h4 id=&quot;ama&quot;&gt;&lt;a href=&quot;http://www.advancedmedicalapplications.com/&quot; target=&quot;_blank&quot;&gt;AMA&lt;/a&gt;&lt;/h4&gt;

&lt;p&gt;I thought the Google Glass project had finished, but discovered that a number of companies are still working with it on specific, niche applications.&lt;/p&gt;

&lt;p&gt;One of these is AMA &amp;amp;emdash; another one of a handful of French companies exhibiting at World of Learning this year.&lt;/p&gt;

&lt;p&gt;Their product aims to help people who need high quality video solutions for remote working &amp;amp;emdash; such as medical teams who need a second opinion, or demonstrations of hands-on activity.&lt;/p&gt;

&lt;p&gt;Not everyone will need this, but I can see it working really well in field-based maintenance and repair operations.&lt;/p&gt;

&lt;p&gt;The video below provides an example application:&lt;/p&gt;

&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/tDp5NZaHcdE&quot; frameborder=&quot;0&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt;&lt;/iframe&gt;

</div></description>

                <pubDate>Thu, 01 Oct 2015 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2015/10/01-world-of-learning-2015-highlights</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2015/10/01-world-of-learning-2015-highlights</guid>
            </item>
        
            <item>
                <title>Why you shouldn&amp;rsquo;t use click here</title>
                

                    <description><p><img src="/assets/pixabay-signpost-468074_1280-165.png" /></p><div>&lt;p&gt;The endemic use of “click here” links within emails, web pages and elearning materials are an indication that many designers and authors need to learn to think more from the user’s perspective.&lt;/p&gt;

&lt;p&gt;Put simply, “click here” is bad practice. It is lazy and inconsiderate to your users.&lt;/p&gt;

&lt;p&gt;Don’t do it.&lt;/p&gt;

&lt;p&gt;We have known for years that people tend to scan web-pages rather than read them (&lt;a href=&quot;http://www.nngroup.com/articles/how-users-read-on-the-web/&quot; target=&quot;_blank&quot;&gt;Jakob Nielsen&lt;/a&gt;). They are seeking signposts to further information: headings, short bullet points and links.&lt;/p&gt;

&lt;p&gt;A link that just says “click here” tells you nothing about where it will take you. It’s like a signpost in a street that says “Walk down here”. Meaningless.&lt;/p&gt;

&lt;p&gt;Some people will try to mitigate this by providing some extra information after saying “click here”&lt;/p&gt;

&lt;p&gt;Eg. &lt;em&gt;“click here”&lt;/em&gt; to find out more about building widgets.&lt;/p&gt;

&lt;p&gt;But that doesn’t help the people who are:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;scanning for links&lt;/li&gt;
  &lt;li&gt;using assistive software and tabbing through links (&lt;a href=&quot;https://www.w3.org/WAI/intro/accessibility.php&quot; target=&quot;_blank&quot;&gt;Introduction to Web Accessibility&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In both cases, that extra information is redundant as it won’t be seen or heard.&lt;/p&gt;

&lt;h4 id=&quot;what-should-we-do&quot;&gt;What should we do?&lt;/h4&gt;

&lt;p&gt;The words you use for a text link are critical to help the user know whether they should click on it or not.&lt;/p&gt;

&lt;p&gt;Like a trail of treats set out for a dog, your links should provide a “scent” of the next page. (&lt;a href=&quot;http://www.sensible.com/dmmt.html&quot; target=&quot;_blank&quot;&gt;Krug: Don’t make me think&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;In the example above, instead of saying:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;&lt;em&gt;“click here”&lt;/em&gt; to find out more about building widgets.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Just use the link: &lt;em&gt;Find out more about building widgets&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;It really is that simple. But it does need a tiny bit of extra thought about which words are going to convey most scent.&lt;/p&gt;

&lt;p&gt;You may even find that more people then click on your links…&lt;/p&gt;
</div></description>

                <pubDate>Mon, 10 Aug 2015 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2015/08/10-why-shouldnt-use-click-here</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2015/08/10-why-shouldnt-use-click-here</guid>
            </item>
        
            <item>
                <title>Preparing for butterfly hunting</title>
                

                    <description><p><img src="/assets/lorenz-attractor-thumb.png" /></p><div>&lt;p&gt;This week’s Elearning Network event focusses on &lt;a href=&quot;http://www.elearningnetwork.org/eln-events/new-directions-in-elearning/&quot; target=&quot;_blank&quot;&gt;New Directions in Learning&lt;/a&gt;. Our session within the day is going to be looking at a number of areas which have the potential to make a massive difference to how we do L&amp;amp;D within our organisations.&lt;/p&gt;

&lt;p&gt;On the day, attendees will have the opportunity to choose which areas they want to focus on. So it will be worth having a think beforehand about their potential impact in your organisation. The videos below should give an introduction to each topic:&lt;/p&gt;

&lt;h4 id=&quot;augmented-reality&quot;&gt;Augmented reality&lt;/h4&gt;

&lt;p&gt;Consider how you would teach someone to do this task without the augmented reality system:&lt;/p&gt;

&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/eVV5tUmky6c&quot; frameborder=&quot;0&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt; &lt;/iframe&gt;

&lt;h4 id=&quot;ubiquitous-video&quot;&gt;Ubiquitous video&lt;/h4&gt;

&lt;p&gt;Consider how you would teach someone to do this task without video. What would it cost?&lt;/p&gt;

&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/0VaPOtC-Ans&quot; frameborder=&quot;0&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt; &lt;/iframe&gt;

&lt;h4 id=&quot;open-badges&quot;&gt;Open badges&lt;/h4&gt;

&lt;p&gt;The video describes “Open badges” as an enabling technology. What does it enable?&lt;/p&gt;

&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/fCQE1EGIFhQ&quot; frameborder=&quot;0&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt; &lt;/iframe&gt;

&lt;h4 id=&quot;enterprise-search&quot;&gt;Enterprise search&lt;/h4&gt;

&lt;p&gt;Take a look at the &lt;a href=&quot;http://www.alexa.com/topsites&quot; target=&quot;_blank&quot;&gt;top 500 sites on the internet&lt;/a&gt;. Of the top 20, how many have search at the centre?&lt;/p&gt;

&lt;p&gt;How do you use the internet? Where do you start when you need to find out something?&lt;/p&gt;

&lt;p&gt;Where do people start when they’re at work?&lt;/p&gt;

&lt;h4 id=&quot;experience-api&quot;&gt;Experience API&lt;/h4&gt;

&lt;p&gt;If we can collect learner tracking data from any system, why do we need an LMS?&lt;/p&gt;

&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/Uf9W3MU5ceg&quot; frameborder=&quot;0&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt; &lt;/iframe&gt;

&lt;h4 id=&quot;h5p&quot;&gt;H5P&lt;/h4&gt;

&lt;p&gt;Try out some of the &lt;a href=&quot;http://h5p.org/content-types-and-applications&quot; target=&quot;_blank&quot;&gt;H5P examples&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Consider how you might use them if you could add things like this to your intranet, and track their usage in a Learning Record Store?&lt;/p&gt;

&lt;h4 id=&quot;content-management&quot;&gt;Content management&lt;/h4&gt;

&lt;p&gt;Content management systems (CMS) enable:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Separation of content from presentation (meaning that content can be reused in multiple outputs, such as web, mobile, ebook, print)&lt;/li&gt;
  &lt;li&gt;Chunking of content (meaning that content chunks can be reused in multiple places)&lt;/li&gt;
  &lt;li&gt;Version control (meaning that you should always be able to see who made what change and when)&lt;/li&gt;
  &lt;li&gt;Publishing workflow (meaning that the process of authoring, review, editing and publishing can be automated and distributed efficiently)&lt;/li&gt;
  &lt;li&gt;Searchability (most CMS’s allow content to be tagged and indexed automatically, ready for searching)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For more see: &lt;a href=&quot;http://oshyn.com/web-content-management/10-reasons-why-a-cms-is-important-to-your-business&quot; target=&quot;_blank&quot;&gt;10 reasons why your business needs a CMS&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Why do we in L&amp;amp;D continue to make standalone pieces of content without making use of CMS’s?&lt;/p&gt;
</div></description>

                <pubDate>Tue, 14 Jul 2015 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2015/07/14/preparing-for-butterfly-hunting/</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2015/07/14/preparing-for-butterfly-hunting/</guid>
            </item>
        
            <item>
                <title>The state of Learning &amp;amp; Development</title>
                

                    <description><p><img src="/assets/report-covers-thumb.png" /></p><div>&lt;p&gt;During a recent consultancy project, we needed to dig into a number of recent industry reports, looking at the current state of technology within Learning &amp;amp; Development.&lt;/p&gt;

&lt;p&gt;One of the key ones was the excellent &lt;a href=&quot;http://www2.deloitte.com/us/en/pages/human-capital/articles/introduction-human-capital-trends.html&quot; target=&quot;_blank&quot;&gt;Deloitte Human Capital Trends report (2015)&lt;/a&gt; report. This is a mine of useful insights.&lt;/p&gt;

&lt;p&gt;We’ve categorised some of their main learning technology findings under the headings: People, Processes and Technology. We find that this way of organising thinking fits how many people think, and so is a useful way to communicate ideas.&lt;/p&gt;

&lt;h4 id=&quot;people&quot;&gt;People&lt;/h4&gt;

&lt;p&gt;The Deloitte team highlighted the need for systemic change within the learning &amp;amp; training industry to respond to societal expectations:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;HR organizations face a massive digital transformation in the learning and training industry, plus new expectations by employees for on demand learning opportunities.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;blockquote&gt;
  &lt;p&gt;Companies need to redefine learning as an agile and routine experience. This often requires the assignment of a development team to build a new “learning architecture” as well as assigning people to be “product managers,” not just instructional designers.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;blockquote&gt;
  &lt;p&gt;Elevate the job of chief learning officer: In times like these the CLO plays a critical role. Elevate this position to attract experienced learning, technology, and HR leaders. The CLO must create a vision for the future, put in place a business and operating plan that scales, centralize strategy and architecture, and engage top leadership in building a learning culture.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;blockquote&gt;
  &lt;p&gt;Implementing new tools without redesigning processes and retraining HR does not solve talent problems. The lesson is not to stop spending on technology, but to make sure complementary investments are made in programs that redesign processes, develop new learning content and programs, and train both leaders and the HR team.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h4 id=&quot;process&quot;&gt;Process&lt;/h4&gt;

&lt;p&gt;If we keep our focus on measuring attendees or SCORM completions we will not be able to respond effectively:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Reimagine measurement: The old measurement models no longer provide enough information. Look at measuring all types of activity, and capture data about learning like you do from outside customers. Monitor metrics such as activity and usage, feedback, and net promoter scores, as well as satisfaction and instructor ratings.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;blockquote&gt;
  &lt;p&gt;The heavy increased spending on technology has not been accompanied by similar investments in process and people.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h4 id=&quot;technology&quot;&gt;Technology&lt;/h4&gt;

&lt;p&gt;The current corporate learning technology offering does not yet meet the expectations of how people learn outside of work:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;The last three years have witnessed an explosion of new learning offerings, including MOOCs (more than 400 universities now offer free or low-cost courses), digital learning tools, video offerings, and new cloud-based training systems. These new learning platforms are easy to use, provide access to internal and external content, and use analytics to recommend content in a manner similar to Netflix and Amazon.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;blockquote&gt;
  &lt;p&gt;Innovative and engaging learning solutions today are on-demand, fast to absorb, and available on mobile devices. Yet, while employees now demand a personalized, digital learning experience that feels like YouTube, many companies are stuck with decades-old learning management systems that amount to little more than a registration system or course catalog. Research shows that less than 25 percent of companies feel comfortable with today’s digital learning environment.&lt;/p&gt;
&lt;/blockquote&gt;
</div></description>

                <pubDate>Wed, 08 Jul 2015 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2015/07/08/state-of-learning-development/</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2015/07/08/state-of-learning-development/</guid>
            </item>
        
            <item>
                <title>Investing in Learning Technology</title>
                

                    <description><p><img src="/assets/investment-wheel.png" /></p><div>&lt;h4 id=&quot;why-invest-in-learning-technology&quot;&gt;Why invest in learning technology?&lt;/h4&gt;

&lt;p&gt;Organisations invest in Learning Technologies because they can, when used well:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Reduce the total costs of learning to the business – particularly by reducing travel and print costs, and increasing administrative efficiency&lt;/li&gt;
  &lt;li&gt;Increase flexibility – in terms of when and where learning materials and expertise can be accessed&lt;/li&gt;
  &lt;li&gt;Provide useful data upon which decisions can be made&lt;/li&gt;
  &lt;li&gt;Help to engage and motivate&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;However, when used inappropriately or poorly, learning technologies can have the opposite effect:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Increasing costs through expensive equipment that is under-used&lt;/li&gt;
  &lt;li&gt;Reducing flexibility by relying on proprietary technologies&lt;/li&gt;
  &lt;li&gt;Collecting large quantities of meaningless data&lt;/li&gt;
  &lt;li&gt;Demotivating employees who are used, in their lives outside work, to on-demand support at the point of need&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;where-should-we-spend-our-money&quot;&gt;Where should we spend our money?&lt;/h4&gt;

&lt;p&gt;Organisations that are using learning technology &lt;em&gt;well&lt;/em&gt; will tend to invest in more than just the technology itself. They will spend money on:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;Infrastructure&lt;/em&gt; – primarily wireless network connectivity&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Platforms&lt;/em&gt; – the software through which employees will access learning materials, administrative processes and people&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Content&lt;/em&gt; – a mix of lots of rapidly-developed, focussed content (not necessarily “elearning”) with a short lifespan and low production values, along with small numbers of bespoke content items with a long lifespan and high production values&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Equipment&lt;/em&gt; – a mix of lots of low cost devices to produce, consume and communicate in the field, along with small numbers of higher cost devices for specialist, location-centred use&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;People&lt;/em&gt; – training and support for those who will be producing, leading and administrating, plus investment in online and face-to-face coaching, mentoring and curating&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s important to get the balance right, as failure to invest in one of these elements appropriately will often lead to a failed initiative.&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;strong&gt;If you would like help to select, procure and implement learning technologies, please &lt;a href=&quot;/contact.html&quot;&gt;get in touch&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
</div></description>

                <pubDate>Sun, 05 Jul 2015 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2015/07/05/investing-in-learning-technology/</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2015/07/05/investing-in-learning-technology/</guid>
            </item>
        
            <item>
                <title>Mobile learning strategy</title>
                

                    <description><p><img src="/assets/ipad-MT241216-cropped.png" /></p><div>&lt;p&gt;At this week’s meeting of &lt;a href=&quot;https://eastmidslt.wordpress.com/about/&quot; target=&quot;_blank&quot;&gt;East Midlands Learning Technologists&lt;/a&gt; the focus for discussion was &lt;strong&gt;mobile learning&lt;/strong&gt;.&lt;/p&gt;

&lt;h4 id=&quot;mobile--what-is-it-good-for&quot;&gt;Mobile – What is it good for?&lt;/h4&gt;

&lt;p&gt;With the introduction of ubiquitous, connected mobile devices into the workplace or the classroom, what can we do now that we couldn’t do before?&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Expect people to be able to access information at their point of need&lt;/li&gt;
  &lt;li&gt;Expect people to be able to communicate with peers and experts outside of fixed times or locations&lt;/li&gt;
  &lt;li&gt;Capture data (eg. audio and video) at any time&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;what-needs-to-be-in-my-mobile-strategy&quot;&gt;What needs to be in my mobile strategy?&lt;/h4&gt;

&lt;p&gt;As in most strategies, there are three components:&lt;/p&gt;

&lt;p&gt;People — Processes — Technology&lt;/p&gt;

&lt;h5 id=&quot;people&quot;&gt;People&lt;/h5&gt;

&lt;p&gt;You will need to consider:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Current capabilities – of learning professionals and learners&lt;/li&gt;
  &lt;li&gt;Required capabilities – around study skills, digital literacy, learning design and content development&lt;/li&gt;
  &lt;li&gt;Organisational structures – such as online mentoring and content design and development&lt;/li&gt;
  &lt;li&gt;Training &amp;amp; support&lt;/li&gt;
  &lt;li&gt;Change management &amp;amp; communication&lt;/li&gt;
&lt;/ul&gt;

&lt;h5 id=&quot;processes&quot;&gt;Processes&lt;/h5&gt;

&lt;p&gt;You will need to consider:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Your content development workflows – mobile adds a whole new dimension to this!&lt;/li&gt;
  &lt;li&gt;Your learner support processes&lt;/li&gt;
  &lt;li&gt;How you will retrieve data from mobile devices – to share in a classroom, or online&lt;/li&gt;
&lt;/ul&gt;

&lt;h5 id=&quot;technology&quot;&gt;Technology&lt;/h5&gt;

&lt;p&gt;You will need to consider:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Are you going to focus on online mobile delivery, using responsive web design?&lt;/li&gt;
  &lt;li&gt;Will you use mobile apps? They are great for offline use, but can mean an extra layer of complexity&lt;/li&gt;
  &lt;li&gt;Will you need to handle many types of device, or do you have control over the devices?&lt;/li&gt;
  &lt;li&gt;Which tools will you use to develop and deliver content?&lt;/li&gt;
  &lt;li&gt;Security – how will you handle sensitive data on devices you don’t control?&lt;/li&gt;
&lt;/ul&gt;

&lt;hr /&gt;

&lt;h4 id=&quot;addendum&quot;&gt;Addendum&lt;/h4&gt;

&lt;p&gt;The recently released mLearning Design Reference Model from &lt;a href=&quot;https://motifproject.org/&quot;&gt;ADL’s MOTIF project&lt;/a&gt; provides a useful &lt;a href=&quot;http://www.adlnet.gov/downloads/mlearning.pptx&quot;&gt;interactive Powerpoint&lt;/a&gt; (why Powerpoint rather than HTML, I’m not quite sure). It helps learning designers and architects to focus on the unique characteristics of mobile devices and usage patterns.&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;strong&gt;If you would like help to develop your mobile learning strategy, please &lt;a href=&quot;/contact.html&quot;&gt;get in touch&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
</div></description>

                <pubDate>Thu, 02 Jul 2015 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2015/07/02/mobile-learning-strategy/</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2015/07/02/mobile-learning-strategy/</guid>
            </item>
        
            <item>
                <title>Mid-year reflections</title>
                

                    <description><p><img src="/assets/P1010067-reflection-thumb.jpg" /></p><div>&lt;p&gt;It’s always good to look back every now and again, to assess what’s been achieved and what could have been done differently. This is important for organisations as well as individuals.&lt;/p&gt;
&lt;p&gt;Six months ago, we were in the middle of managing a project to implement a &lt;a href=&quot;https://moodle.org/&quot; target=&quot;_blank&quot;&gt;Moodle&lt;/a&gt; and &lt;a href=&quot;http://learninglocker.net/&quot; target=&quot;_blank&quot;&gt;Learning Locker&lt;/a&gt; backend with a bespoke Javascript front end application - working with a global social media organisations.&lt;/p&gt;
&lt;p&gt;Alongside that we were working with a global professional body to design the technology underpinning their Continuing Professional Development (CPD) programme.&lt;/p&gt;
&lt;h2&gt;Experience API (aka Tin Can)&lt;/h2&gt;
&lt;p&gt;Both of these projects had &lt;a href=&quot;http://www.adlnet.gov/capabilities/tla/experience-api.html&quot; target=&quot;_blank&quot;&gt;xAPI&lt;/a&gt; at their heart. With the social media organisation, as well as function-specific APIs to allow the front-end to communicate with Moodle, we also used xAPI as the main means to store the learner’s progress and activity.&lt;/p&gt;
&lt;p&gt;With the CPD programme, Learning Locker became the primary database for all the user interactions with the system. This meant designing a bespoke implementation of xAPI with a set of function scenarios, each one requiring its own statement design.&lt;/p&gt;
&lt;p&gt;Wherever possible, we have tried to make use of standard statement components (such as verbs, activity types and recipes) as described in the &lt;a href=&quot;https://registry.tincanapi.com/&quot; target=&quot;_blank&quot;&gt;xAPI Registry&lt;/a&gt;. We also have tried to avoid functions that are specific to a certain Learning Record Store (LRS), such as the &lt;a href=&quot;http://docs.learninglocker.net/postman/&quot; target=&quot;_blank&quot;&gt;custom APIs provided by LearningLocker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Whilst custom APIs are often really useful ways to solve problems, as soon as you start to use them you are then tied to that particular application. To minimise issues later on if you need to migrate to another application, then you need to stick to the standards as much as possible.&lt;/p&gt;
&lt;p&gt;It’s a similar case with the verbs and other statement components. It’s usually far better to use language that is commonly understood, rather than inventing your own language and structures. In our case that wasn’t always possible, but we did make sure that anything that we created specifically was fully documented in a structured specification document - written using git and Markdown.&lt;/p&gt;
&lt;h2&gt;Git and Markdown&lt;/h2&gt;
&lt;p&gt;It’s been a really interesting year, so far, exploring how the technologies used by developers can play a part in learning solution design.&lt;/p&gt;
&lt;p&gt;Initially this was inspired by the the UK Government Digital Service’s thinking on how they use &lt;a href=&quot;https://gdstechnology.blog.gov.uk/2014/01/27/how-we-use-github/&quot; target=&quot;_blank&quot;&gt;Github&lt;/a&gt; (a distributed &lt;a href=&quot;https://en.wikipedia.org/wiki/Revision_control&quot; target=&quot;_blank&quot;&gt;version control&lt;/a&gt; system) to collaboratively create their &lt;a href=&quot;https://gds.blog.gov.uk/2012/11/06/shipping-the-digital-strategy/&quot; target=&quot;_blank&quot;&gt;strategy documents&lt;/a&gt; as well as their code.&lt;/p&gt;
&lt;h3&gt;&lt;strong&gt;Git&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Git, at its simplest, is a way of keeping progressive backups (known as repositories) of text files, with the ability to roll-back to any previous version.&lt;/p&gt;
&lt;p&gt;More than, this, it’s possible for other members of the team to have their own copies of the Git repository, make changes, and merge those changes into everyone’s versions. It’s quite magical seeing it in operation!&lt;/p&gt;
&lt;p&gt;We’ve used Git for managing the version control on documents. It’s so much more robust than sending Word documents by email with version numbers in the file names…&lt;/p&gt;
&lt;h3&gt;&lt;strong&gt;Markdown&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Git does work best on text files - which is where &lt;a href=&quot;http://daringfireball.net/projects/markdown/&quot; target=&quot;_blank&quot;&gt;Markdown&lt;/a&gt; comes in. It’s a &lt;strong&gt;very&lt;/strong&gt; simple way of specifying formatting (such as headings, bullets and tables) within a plain text file.&lt;/p&gt;
&lt;p&gt;Using Markdown allows you to focus on the content, rather than the design - which you can always tweak later.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;http://www.wyversolutions.co.uk/&quot; target=&quot;_blank&quot;&gt;Wyver Solutions website&lt;/a&gt; is now built using Markdown. Following a major service failure at our hosting provider, we decided to take what was left of our website and migrate to a &lt;a href=&quot;https://en.wikipedia.org/wiki/Static_web_page&quot; target=&quot;_blank&quot;&gt;static site&lt;/a&gt;, which has no need for databases and should be far quicker to use than the old &lt;a href=&quot;https://wordpress.org/&quot; target=&quot;_blank&quot;&gt;Wordpress&lt;/a&gt; site.&lt;/p&gt;
&lt;p&gt;We’ve built the site using &lt;a href=&quot;http://jekyllrb.com/&quot; target=&quot;_blank&quot;&gt;Jekyll&lt;/a&gt; and hosted it for free on &lt;a href=&quot;https://help.github.com/articles/using-jekyll-with-pages/&quot; target=&quot;_blank&quot;&gt;Github&lt;/a&gt;. The basic framework took a weekend to sort out, and now it’s just a matter of taking the old content from Wordpress and converting it to a set of Markdown files. This is made simpler using the &lt;a href=&quot;https://wordpress.org/plugins/jekyll-exporter/&quot; target=&quot;_blank&quot;&gt;Wordpress -&amp;gt; Jekyll exporter plugin&lt;/a&gt;, but there’s still a bit of tweaking to do on each page, particularly around images.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.wyversolutions.co.uk/feed.xml&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; style=&quot;float:right; margin-left:20px;&quot;&gt;&lt;img src=&quot;/assets/rss-35468_40.png&quot; alt=&quot;RSS icon&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In the process, unavoidably we’ve had to lose the links to the old pages, and we’ve now got a new &lt;a href=&quot;http://www.wyversolutions.co.uk/feed.xml&quot; target=&quot;_blank&quot;&gt;RSS feed URL&lt;/a&gt;. We hope this doesn’t cause too much confusion!&lt;/p&gt;
&lt;p&gt;It’s been a good process to work through. There’s a lot you can do if you write with Markdown files. From a single, collaborative, version-controlled source you can create a responsive website, a PDF, HTML5 presentation slides or an ebook! We’re looking forward to exploring more…&lt;/p&gt;
&lt;h2&gt;Lean learning&lt;/h2&gt;
&lt;p&gt;Back in February, along with &lt;a href=&quot;https://www.linkedin.com/in/seanbuckland&quot; target=&quot;_blank&quot;&gt;Sean Buckland&lt;/a&gt;, one of the UK’s leading experts on “&lt;a href=&quot;http://www.lean.org/WhatsLean/&quot; target=&quot;_blank&quot;&gt;lean&lt;/a&gt;” service delivery, we led a workshop on using lean ideas within the context of learning &amp;amp; development.&lt;/p&gt;
&lt;p&gt;As well as looking at generic lean principles - like &lt;a href=&quot;http://www.dummies.com/how-to/content/how-to-write-a-problem-statement-for-six-sigma.html&quot; target=&quot;_blank&quot;&gt;defining the problem statement&lt;/a&gt; (harder, and more important, than you think) and the &lt;a href=&quot;http://www.institute.nhs.uk/quality_and_service_improvement_tools/quality_and_service_improvement_tools/plan_do_study_act.html&quot; target=&quot;_blank&quot;&gt;Plan, Do, Study, Act&lt;/a&gt; cycle, we also looked at more specific learning-related ideas.&lt;/p&gt;
&lt;p&gt;For example, did you know that Lean actually started out in Learning &amp;amp; Development? It began as a programme in the US in the 1940s, called &lt;a href=&quot;https://en.wikipedia.org/wiki/Training_Within_Industry&quot; target=&quot;_blank&quot;&gt;Training Within Industry&lt;/a&gt;. Its methods enabled companies to get people productive within weeks rather than years.&lt;/p&gt;
&lt;p&gt;TWI focussed on three core areas:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Job Instruction - how to break down jobs into tightly defined steps which can be taught, observed and coached&lt;/li&gt;
&lt;li&gt;Job Methods - how to evaluate your own job for efficiency, how to suggest improvements by eliminating, combining, rearranging, or simplifying, and then how to “sell” those ideas back into the organisation&lt;/li&gt;
&lt;li&gt;Job Relations - how to deal with workers effectively and fairly&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In our consulting work recently we have included a focus on Job Methods and process mapping as well as just the technologies that can help to provide instruction and learning.&lt;/p&gt;
&lt;p&gt;Lean is all about working “just in time” and “reducing waste” - ideas which many learning organisations could usefully employ.&lt;/p&gt;
&lt;h2&gt;What’s next?&lt;/h2&gt;
&lt;p&gt;We’re looking forward to digging further into xAPI. There are a lot of people now developing real case studies which illustrates its benefits.&lt;/p&gt;
&lt;p&gt;We’ll also be exploring more single-source technologies for content development. There are already a handful of high-end applications which do this for commercial publishing organisations. We’d like to identify a toolkit that can be used by smaller organisations with just a small amount of technical knowledge.&lt;/p&gt;
&lt;p&gt;And we’ll be picking up more on Lean ideas. Just adding technology to an already convoluted process will not solve all the problems. Improvements in both&amp;nbsp;go hand-in-hand.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;If you would like to know more about what we’ve been doing and how we can help your organisation, please &lt;a href=&quot;/contact.html&quot;&gt;get in touch&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
</div></description>

                <pubDate>Tue, 30 Jun 2015 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2015/06/30/mid-year-reflections/</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2015/06/30/mid-year-reflections/</guid>
            </item>
        
            <item>
                <title>Butterfly Hunting #elnevent</title>
                

                    <description><p><img src="/images/temp/folio6.jpg" /></p><div>&lt;p&gt;&lt;a href=&quot;http://www.elearningnetwork.org/eln-events/new-directions-in-elearning/&quot;&gt;&lt;img class=&quot;alignright&quot; src=&quot;/post-images/eLN-logo-transparent-on-own1.png&quot; alt=&quot;ELN logo&quot; width=&quot;142&quot; height=&quot;62&quot; /&gt;&lt;/a&gt;The Elearning Network is running one of its excellent, regular meetings on 16th July in Bristol – free to members, and £29 for non-members, so amazing value.&lt;/p&gt;

&lt;p&gt;This time the title is “&lt;a href=&quot;http://www.elearningnetwork.org/eln-events/new-directions-in-elearning/&quot;&gt;New direction in elearning&lt;/a&gt; “.&lt;/p&gt;

&lt;div class=&quot;panel&quot;&gt;

 &lt;p&gt;This workshop looks at some of the latest developments in eLearning from &lt;strong&gt;agile project development&lt;/strong&gt; approaches to the use of &lt;strong&gt;responsive design&lt;/strong&gt; in developing content for multiple devices. We also take a look at what &lt;strong&gt;blended learning&lt;/strong&gt; means in 2015 and give you an opportunity to do some crystal ball gazing with an &lt;strong&gt;Open Space&lt;/strong&gt; session exploring a range of possible directions that eLearning might take in 2016.&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;Lisa Minogue-White on &amp;#8220;What does blended learning look like in 2015?&amp;#8221;&lt;/li&gt;
    &lt;li&gt;Lindsey Coode on &amp;#8220;Designing effective responsive elearning&amp;#8221;&lt;/li&gt;
    &lt;li&gt;Mark Berthelemy (hem&amp;#8230;) on &amp;#8220;Butterfly hunting&amp;#8221;&lt;/li&gt;
    &lt;li&gt;Owen Ferguson on &amp;#8220;Agile &amp;#8211; more than just a buzz word&amp;#8221;&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;

&lt;p&gt;In my session we’ll look at some of the new (and some not so new) technologies that are&lt;br /&gt;
poised to have significant impact across teaching, learning and performance improvement.&lt;/p&gt;

&lt;p&gt;We’ll discuss the rationale for investing in them, and how to get the most out of that investment.&lt;/p&gt;

&lt;p&gt;Ideas under discussion are likely to include:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;H5P&lt;/li&gt;
  &lt;li&gt;Ubiquitous video&lt;/li&gt;
  &lt;li&gt;Enterprise search&lt;/li&gt;
  &lt;li&gt;Content management&lt;/li&gt;
  &lt;li&gt;xAPI and analytics&lt;/li&gt;
  &lt;li&gt;Digital badges&lt;/li&gt;
  &lt;li&gt;Augmented &amp;amp; virtual reality&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Over the next few weeks, we’ll be adding a few posts to those linked above which will provide an introduction to each of these topics.&lt;/p&gt;

&lt;p&gt;Use the contact form if you want to sign up to receive these posts by email, or add us to your personal learning network using feed readers like &lt;a href=&quot;https://feedly.com&quot; target=&quot;_blank&quot;&gt;Feedly&lt;/a&gt; or &lt;a href=&quot;https://flipboard.com/&quot; target=&quot;_blank&quot;&gt;Flipboard&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;

</div></description>

                <pubDate>Tue, 09 Jun 2015 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2015/06/09/butterfly-hunting-elnevent</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2015/06/09/butterfly-hunting-elnevent</guid>
            </item>
        
            <item>
                <title>Choosing your xAPI vocabulary</title>
                

                    <description><p><img src="/assets/xapi-logo.png" /></p><div>&lt;p&gt;At first glance, the &lt;a href=&quot;https://github.com/adlnet/xAPI-Spec/blob/master/xAPI.md&quot; target=&quot;_blank&quot;&gt;xAPI specification&lt;/a&gt; is deceptively simple. It allows your systems (the Activity Providers) to send data (the Statement) to a central repository (the Learning Record Store) as a simple sentence:&lt;/p&gt;

&lt;p class=&quot;panel&quot;&gt;
  Someone Did Something of a certain Type
&lt;/p&gt;

&lt;p&gt;Or, in xAPI terms:&lt;/p&gt;

&lt;p class=&quot;panel&quot;&gt;
  {&lt;a href=&quot;https://github.com/adlnet/xAPI-Spec/blob/master/xAPI.md#actor&quot; target=&quot;_blank&quot;&gt;Actor&lt;/a&gt;} {&lt;a href=&quot;https://github.com/adlnet/xAPI-Spec/blob/master/xAPI.md#verb&quot; target=&quot;_blank&quot;&gt;Verb&lt;/a&gt;} {&lt;a href=&quot;https://github.com/adlnet/xAPI-Spec/blob/master/xAPI.md#object&quot; target=&quot;_blank&quot;&gt;Object&lt;/a&gt;, Type}
&lt;/p&gt;

&lt;p&gt;Sounds easy?&lt;/p&gt;

&lt;p&gt;It is, until you start to think how and where this data is going to be used.&lt;/p&gt;

&lt;p&gt;The main reason for collecting data in this way is to be able to analyse it for trends, and to transfer learner records between systems.&lt;/p&gt;

&lt;p&gt;Both purposes require data that means the same all the time and often in a variety of contexts.&lt;/p&gt;

&lt;p&gt;Therein lies the problem.&lt;/p&gt;

&lt;p&gt;xAPI comes with no predefined data. It’s just a structure that you can put your own data into. It’s like having a new kitchen with cupboards, drawers and compartments. What you put in them is up to you. That’s fine as long as you’re only working in your own kitchen. Move to someone else’s kitchen and you’ll often struggle at first to find things, even if it’s the same layout. And woe betide anyone who tries to analyse kitchen usage based on multiple kitchens. It’ll be hard to get any meaningful information from the data.&lt;/p&gt;

&lt;p&gt;Even if you are not going to be sharing data, you’ll still need to retain some level of internal consistency, so that multiple activity providers use the same vocabulary to mean the same thing.&lt;/p&gt;

&lt;p&gt;As an example of where things might go wrong, let’s consider two content management systems (CMS) which send xAPI statements when someone accesses a content item.&lt;/p&gt;

&lt;p&gt;CMS 1 sends the statement:&lt;/p&gt;

&lt;p class=&quot;panel&quot;&gt;
  {Actor} {experienced} {content item, Type = article}
&lt;/p&gt;

&lt;p&gt;CMS 2 sends the statement:&lt;/p&gt;

&lt;p class=&quot;panel&quot;&gt;
  {Actor} {read} {content item, Type = webpage}
&lt;/p&gt;

&lt;p&gt;Any analysis of the data will need to remember that the verbs {experienced} and {read} from these two systems mean the same thing, as do the activity types {article} and {webpage}.&lt;/p&gt;

&lt;p&gt;Or another example:&lt;/p&gt;

&lt;p&gt;A CPD management system has a function where CPD awards are made following an audit process. So it might send the statement:&lt;/p&gt;

&lt;p class=&quot;panel&quot;&gt;
  {Actor} {audited} {CPD record}
&lt;/p&gt;

&lt;p&gt;But let’s put that system in an accountancy context, where they might well use the same process for collecting CPD awards. But, in accountancy, the verb {audited} means something subtly different. Again, any analysis of the data will need to take into account the context where the verb was used – possibly an unnecessary complication?&lt;/p&gt;

&lt;p&gt;It’s not unusual for specifications like xAPI to be designed so that they are totally independent of any context. In these cases, it is up to the user communities to create domain-specific ways of using the specification; keeping the domains (the areas of use) as broad as possible so to retain as much interoperability as possible.&lt;/p&gt;

&lt;p&gt;The xAPI community recognised these issues very early on and started to collect together sets of reusable vocabulary – particularly &lt;a href=&quot;https://registry.tincanapi.com/#home/verbs&quot; target=&quot;_blank&quot;&gt;verbs&lt;/a&gt;, &lt;a href=&quot;https://registry.tincanapi.com/#home/activityTypes&quot; target=&quot;_blank&quot;&gt;activity types&lt;/a&gt; and &lt;a href=&quot;https://registry.tincanapi.com/#home/extensions&quot; target=&quot;_blank&quot;&gt;extensions&lt;/a&gt; (data structures that don’t have any existing location in the xAPI spec)&lt;/p&gt;

&lt;p&gt;These live in a repository called the &lt;a href=&quot;https://registry.tincanapi.com&quot; target=&quot;_blank&quot;&gt;Registry&lt;/a&gt;, currently hosted and maintained by &lt;a href=&quot;http://rusticisoftware.com/&quot; target=&quot;_blank&quot;&gt;Rustici&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;However, you’ll still need to be careful. We’re in the early stages of xAPI, so the Registry is a little like an early edition of the Oxford English Dictionary. Many of the terms entered there in the early days need some refinement so we can be certain what they mean and how they are to be used. Some definitions even refer to data structures that don’t exist in xAPI because they’ve been ported over wholesale from other projects (particularly those from the &lt;a href=&quot;http://activitystrea.ms/&quot; target=&quot;_blank&quot;&gt;ActivityStream&lt;/a&gt; project).&lt;/p&gt;

&lt;p&gt;Even so, whenever you’re starting out on a new xAPI implementation, especially one where you control the vocabulary, I would advise that you use the Registry as your initial source for terms, subject to the warning above. This will help to ensure reusability of your data. Only start to define your own verbs, activity types and extensions when you really have to move beyond those already defined. As soon you define something new and different, then your data, by definition will not be reusable outside of your own systems.&lt;/p&gt;

&lt;p&gt;If you do define new vocabulary, and it may apply to others outside your organisation, then submit it to the Registry. To get maximum reuse you’ll need to be really clear and unambiguous on the definition, and ideally have a unique URL for each term that you can point people to for more information.&lt;/p&gt;

&lt;p&gt;One other consideration to make when deciding on your vocabulary is your required level of “granularity”. This is the amount by which your data can be split up into segments.&lt;/p&gt;

&lt;p&gt;For example, do your analytics focus on just the actors and the objects? If so, you might be happy to just use the verb {experienced} for the majority of your statements about what a person did. But you might want more detail about their activity, in which case perhaps you’d use the verbs {watched}, {read}, {listened}, {attended} etc.&lt;/p&gt;

&lt;p&gt;Or, perhaps you’re doing an analysis of activity on Twitter. In this case, you’d probably want more than just the standard verb {tweeted}. You might want to use {retweeted}, {replied}, {mentioned} etc. This would give you much more detailed information about the activities.&lt;/p&gt;

&lt;p&gt;As always, when designing your xAPI statements, we would advise to:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Understand what types of decisions you will want to make based on the data (eg. To further develop or promote particular types of activity, or to target particular geographical regions).&lt;/li&gt;
  &lt;li&gt;Understand what information you will need in order to make those decisions (eg. Which activities appear to result in increased performance, or which regions are performing less well).&lt;/li&gt;
  &lt;li&gt;Understand what data will be needed to generate that information. Note that you may require some knowledge of statistics to know whether the data is actually saying what you think it is!&lt;/li&gt;
  &lt;li&gt;Decide on the vocabulary you will use to generate that data from across your activity providers.&lt;/li&gt;
&lt;/ol&gt;
</div></description>

                <pubDate>Mon, 18 May 2015 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2015/05/18/choosing-your-xapi-vocabulary</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2015/05/18/choosing-your-xapi-vocabulary</guid>
            </item>
        
            <item>
                <title>Using H5P packages within your own website</title>
                

                    <description><p><img src="" /></p><div>&lt;p&gt;This short explainer video describes how H5P content packages can be used within your own website, either by embedding, or by importing into your own H5P-enabled content management system.&lt;/p&gt;

&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/AZiapXtsnX8&quot; frameborder=&quot;0&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt;&amp;nbsp;&lt;/iframe&gt;
</div></description>

                <pubDate>Mon, 27 Apr 2015 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2015/04/27/using-h5p-packages-within-your-own-website</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2015/04/27/using-h5p-packages-within-your-own-website</guid>
            </item>
        
            <item>
                <title>Creating rich, portable learning experiences without SCORM</title>
                

                    <description><p><img src="" /></p><div>&lt;p&gt;&lt;a href=&quot;http://www.adlnet.gov/capabilities/scorm.html&quot; target=&quot;_blank&quot;&gt;SCORM&lt;/a&gt; has, for a long time, been the de facto method of packaging online content for use within learning management systems (LMS). It allows content to be produced separately from the LMS and then used in multiple LMS’s. It also allows the content to send and receive data to and from the LMS, enabling tracking of learner progress and attainment.&lt;/p&gt;

&lt;p&gt;One of the problems with SCORM is its requirement for a learning management system, in particular the fact that these content packages are often very hard to find once they’re inside the LMS. Some people even consider the learning management system to be the greatest barrier to learning we have – especially given the generally accepted idea that informal, user-driven learning is where we should be focussing our energies.&lt;/p&gt;

&lt;p&gt;Our position has long been that content is best managed and delivered from within a &lt;a href=&quot;http://en.wikipedia.org/wiki/Content_management_system&quot; target=&quot;_blank&quot;&gt;Content Management System&lt;/a&gt; (CMS). Learning Management Systems should be the place where formal programmes and assessment are managed, using content from the CMS as required.&lt;/p&gt;

&lt;p&gt;To this mix, we also have the potential opened up by xAPI (Tin Can) which allows any application, to which a learner has logged in, to send and receive data in a standard way to a Learning Record Store.&lt;/p&gt;

&lt;p&gt;The problem has been creating, editing and displaying interactive learning materials within the CMS. But now, from Norway, we have the HTML5 Package (known as &lt;a href=&quot;http://h5p.org/&quot; target=&quot;_blank&quot;&gt;H5P&lt;/a&gt;). This provides a means of using any CMS, that understands H5P, to create, edit and display a whole range of interactive content types, including:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Drag &amp;amp; drop&lt;/li&gt;
  &lt;li&gt;Image hotspots&lt;/li&gt;
  &lt;li&gt;Interactive video (as the video plays, interactions can be overlaid on top of it)&lt;/li&gt;
  &lt;li&gt;Multiple choice questions&lt;/li&gt;
  &lt;li&gt;Presentations (which can also include many of the other interactive elements)&lt;/li&gt;
  &lt;li&gt;Interactive timelines&lt;/li&gt;
  &lt;li&gt;Social media feeds&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Responsiveness, the ability to resize based on the size of the screen, has been built in from the start.&lt;/p&gt;

&lt;p&gt;Once the content has been created it can be embedded in other websites (just like a Youtube video) or even downloaded and copied into another H5P-ready CMS, where it can be edited further.&lt;/p&gt;

&lt;div class=&quot;panel&quot;&gt;
To get really good rich content, the cost of producing such content must be reduced. And in order to do so, the content needs to become reusable. This is one of the main ideas behind H5P. H5P makes it easy for others to share their rich content with the rest of the world. It should be just as easy to translate and customize content that others have created.

&lt;p style=&quot;text-align: right;&quot;&gt;
   &lt;a href=&quot;http://h5p.org/getting-involved&quot; target=&quot;_blank&quot;&gt;H5P.org/getting-involved&lt;/a&gt;
 &lt;/p&gt;
 
&lt;/div&gt;

&lt;p&gt;H5P content is &lt;a href=&quot;http://h5p.org/documentation/x-api&quot; target=&quot;_blank&quot;&gt;xAPI-enabled&lt;/a&gt;, in that all the interactions that a learner might undertake transmit xAPI-statements. Given a suitably-equipped CMS these xAPI statements can be picked up and transmitted to a connected Learning Record Store along with details of the user who is logged in to the system.&lt;/p&gt;

&lt;p&gt;All of the H5P modules can be placed anywhere on a page within the CMS, so you could have a page containing a timeline and some text on the page, and then a multiple-choice quiz – all built separately. Or you could combine things into a single H5P presentation.&lt;/p&gt;

&lt;p&gt;Creating and editing H5P content is all done within the CMS, using simple forms.&lt;/p&gt;

&lt;p&gt;So, if you have a Wordpress, Drupal or Joomla site to play with, have a go at installing H5P and create some content.&lt;/p&gt;

</div></description>

                <pubDate>Fri, 24 Apr 2015 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2015/04/24/creating-rich-portable-learning-experiences-without-scorm</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2015/04/24/creating-rich-portable-learning-experiences-without-scorm</guid>
            </item>
        
            <item>
                <title>Realising commercial benefits from open content</title>
                

                    <description><p><img src="/assets/morguefile0001600559463-thumb.png" /></p><div>&lt;p&gt;Over the years, we have worked with a number of organisations who’s primary business model is focussed on creating and selling ideas. In the past they would have sold the ideas as content – usually books and videos. It was a highly scaleable model which has its roots in the invention of the printing press. The process of production was so complex and specialised that people were prepared to pay for the outputs, as they couldn’t get them any other way.&lt;/p&gt;

&lt;p&gt;Now, however, it is so easy for anyone to create, distribute and copy digital content that it brings into question a business model which is based on selling such content.&lt;/p&gt;

&lt;p&gt;In this post, we discuss an approach to business which is based on giving away your generic ideas and selling the specific and the hard to get. It’s designed to be a discussion starter, as we know that this approach will not work in every situation…&lt;/p&gt;

&lt;h4 id=&quot;the-benefits&quot;&gt;The benefits&lt;/h4&gt;

&lt;blockquote&gt;
  &lt;p&gt;“So the strategy comes down to this: Give away the content that benefits many; sell the stuff that appeals to the niche.”&lt;a href=&quot;#_edn5&quot; name=&quot;_ednref5&quot;&gt;[v]&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Making your generic, digital content freely available brings the following benefits:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;It builds your reputation and trust in your services&lt;a href=&quot;#_edn1&quot; name=&quot;_ednref1&quot;&gt;[i]&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;It enables you to reach a far wider potential market&lt;/li&gt;
  &lt;li&gt;It is the best way to increase your ranking in search engine results&lt;a href=&quot;#_edn2&quot; name=&quot;_ednref2&quot;&gt;[ii]&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;It enables you to charge higher prices for the paid-for services that you offer&lt;a href=&quot;#_edn3&quot; name=&quot;_ednref3&quot;&gt;[iii]&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;It reduces the effort of dealing with enquiries for information/resources&lt;/li&gt;
  &lt;li&gt;It reduces the amount of legal input required through adoption of existing licences (particularly if you use &lt;a href=&quot;http://creativecommons.org/licenses/&quot; target=&quot;_blank&quot;&gt;Creative Commons licensing&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;It reduces the cost and effort involved in Digital Rights Management – which, in most cases, doesn’t work anyway&lt;a href=&quot;#_edn4&quot; name=&quot;_ednref4&quot;&gt;[iv]&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;It reduces the barriers to entry for your potential clients&lt;/li&gt;
  &lt;li&gt;It reduces the number of people who are leaving your website and going to other places that provide the information they need&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;realising-the-benefits&quot;&gt;Realising the benefits&lt;/h4&gt;

&lt;p&gt;There are a number of things you can do that will help you to still receive an income from your ideas:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Provide specific, bespoke services, eg. Consultancy, workshops, training&lt;/li&gt;
  &lt;li&gt;Provide additional services as a wrapper to the generic, digital content, eg. Print versions, bespoke branding, bespoke content, aggregated content in mobile apps or ebooks&lt;/li&gt;
  &lt;li&gt;By commercially licensing your content when it is to be used by commercial organisations&lt;/li&gt;
  &lt;li&gt;By accrediting qualifications based around your particular area of knowledge&lt;/li&gt;
  &lt;li&gt;By providing high-quality events focussed on putting your content into practice&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;case-studies&quot;&gt;Case studies&lt;/h4&gt;

&lt;h5 id=&quot;case-study-ted-talks&quot;&gt;Case study: TED Talks&lt;/h5&gt;

&lt;p&gt;“Sharing online was a very controversial decision. People feared it would capsize our business, discourage people from paying for our conference, and be rejected by speakers.&lt;/p&gt;

&lt;p&gt;“The first year after releasing videos of talks for free, we raised the cost of the conference by 50 percent and sold out in one week with a 1,000 person waiting list,” Cohen says. “Not only do speakers lobby for the talks to be posted as soon as possible, but paying conference participants are anxious to share talks they just heard with family, friends and colleagues.” &lt;a href=&quot;#_edn6&quot; name=&quot;_ednref6&quot;&gt;[vi]&lt;/a&gt;&lt;/p&gt;

&lt;h5 id=&quot;case-study-manager-tools&quot;&gt;Case study: Manager Tools&lt;/h5&gt;

&lt;p&gt;Go to the Manager Tools website&lt;a href=&quot;#_edn7&quot; name=&quot;_ednref7&quot;&gt;[vii]&lt;/a&gt; and you will find a growing library of high-quality management development resources available in the English-speaking world. Most of that is given for free, without even requiring any sort of registration. With about 150,000 downloads per week, you get an indication of how useful their materials are.&lt;/p&gt;

&lt;p&gt;The content is generic, in that it can be applied to the widest audience possible.&lt;/p&gt;

&lt;p&gt;But people are prepared to pay for the stuff that is bespoke to them. And, if they know it’s going to be high-quality, they’ll pay a lot of money.&lt;/p&gt;

&lt;p&gt;By giving away their content, Manager Tools have demonstrated their capability. You know what you’re going to get from them.&lt;/p&gt;

&lt;p&gt;More than that, the team have built up a community of over 67,000 people who have &lt;strong&gt;chosen&lt;/strong&gt; to register and actively engage in their open forums.&lt;/p&gt;

&lt;p&gt;Having built up a reputation for good, useful advice, the Manager Tools team have been able to realise its value in three ways:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;By hosting expensive, high quality, medium-scale, conferences where participants are able to practice the guidance in the materials whilst being observed by experienced coaches.&lt;/li&gt;
  &lt;li&gt;By providing bespoke consultancy services for organisations wishing to improve their management practices.&lt;/li&gt;
  &lt;li&gt;By creating bundles of materials that can be purchased to support the free materials.&lt;/li&gt;
&lt;/ol&gt;

&lt;h4 id=&quot;endnotes&quot;&gt;Endnotes&lt;/h4&gt;

&lt;p&gt;&lt;a href=&quot;#_ednref1&quot; name=&quot;_edn1&quot;&gt;[i]&lt;/a&gt; Why reputation and trust are essential for marketing: &lt;a href=&quot;http://contentmasterclass.co.uk/_2014_05_30_reputation-trust-authority-history-future-marketing&quot;&gt;http://contentmasterclass.co.uk/_2014_05_30_reputation-trust-authority-history-future-marketing&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;#_ednref2&quot; name=&quot;_edn2&quot;&gt;[ii]&lt;/a&gt; How free content will improve your search engine ranking: &lt;a href=&quot;http://www.searchenginejournal.com/content-marketing-guide/content-strategies-to-improve-your-seo/&quot;&gt;http://www.searchenginejournal.com/content-marketing-guide/content-strategies-to-improve-your-seo/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;#_ednref3&quot; name=&quot;_edn3&quot;&gt;[iii]&lt;/a&gt; The impact of free content on the music industry: &lt;a href=&quot;http://en.wikipedia.org/wiki/New_Music_Economy&quot;&gt;http://en.wikipedia.org/wiki/New_Music_Economy&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;#_ednref4&quot; name=&quot;_edn4&quot;&gt;[iv]&lt;/a&gt; How DRM hasn’t worked for the games industry: &lt;a href=&quot;http://www.forbes.com/sites/danielnyegriffiths/2012/05/18/the-truth-is-it-doesnt-work-cd-projekt-on-drm/&quot;&gt;http://www.forbes.com/sites/danielnyegriffiths/2012/05/18/the-truth-is-it-doesnt-work-cd-projekt-on-drm/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;#_ednref5&quot; name=&quot;_edn5&quot;&gt;[v]&lt;/a&gt; A sales strategy based on free content: &lt;a href=&quot;http://associationsnow.com/2014/12/creative-commons-age-sell/&quot;&gt;http://associationsnow.com/2014/12/creative-commons-age-sell/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;#_ednref6&quot; name=&quot;_edn6&quot;&gt;[vi]&lt;/a&gt; Case study of TED talks: &lt;a href=&quot;https://wiki.creativecommons.org/The_Power_of_Open/Text#TED_Talks&quot;&gt;https://wiki.creativecommons.org/The_Power_of_Open/Text#TED_Talks&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;#_ednref7&quot; name=&quot;_edn7&quot;&gt;[vii]&lt;/a&gt; Manager Tools: &lt;a href=&quot;https://www.manager-tools.com/&quot;&gt;https://www.manager-tools.com/&lt;/a&gt;&lt;/p&gt;

</div></description>

                <pubDate>Wed, 01 Apr 2015 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2015/04/01/realising-commercial-benefits-from-open-content/</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2015/04/01/realising-commercial-benefits-from-open-content/</guid>
            </item>
        
            <item>
                <title>xAPI concept map</title>
                

                    <description><p><img src="/assets/cmaptools-icon.jpg" /></p><div>&lt;p&gt;We often use &lt;a href=&quot;http://learn.cmappers.net/&quot; target=&quot;_blank&quot;&gt;concept maps&lt;/a&gt; as part of our workshops. They’re a brilliant way to stimulate conversation at the same time as getting the big picture across.&lt;/p&gt;

&lt;p&gt;We’ve created the concept map below to support an introductory workshop on &lt;a href=&quot;http://www.adlnet.gov/tla/experience-api/&quot; target=&quot;_blank&quot;&gt;xAPI&lt;/a&gt; and &lt;a href=&quot;http://learninglocker.net/&quot; target=&quot;_blank&quot;&gt;Learning Locker&lt;/a&gt;. Use the links within the map to find out more – or &lt;a title=&quot;Contact us&quot; href=&quot;/contact.html&quot; target=&quot;_blank&quot;&gt;get in touch&lt;/a&gt; if you want us to run your own xAPI workshop.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://cmapscloud.ihmc.us/viewer/cmap/1NTW2YR3B-15Q68VN-H2?title=false&amp;amp;toolbar=false&amp;amp;footer=false&quot; target=&quot;_blank&quot;&gt;
&lt;img src=&quot;/assets/xapi-cmap.png&quot; width=&quot;100%&quot; alt=&quot;xAPI concept map&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://cmapscloud.ihmc.us/viewer/cmap/1NTW2YR3B-15Q68VN-H2?title=false&amp;amp;toolbar=false&amp;amp;footer=false&quot; target=&quot;_blank&quot;&gt;Open live map in a new window&lt;/a&gt;&lt;/p&gt;
</div></description>

                <pubDate>Wed, 11 Mar 2015 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2015/03/11/xapi-concept-map/</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2015/03/11/xapi-concept-map/</guid>
            </item>
        
            <item>
                <title>Review of CourseCRM : integrating Moodle and SugarCRM</title>
                

                    <description><p><img src="/post-images/2014/11/cm_logo-thumb.png" /></p><div>&lt;p&gt;Generally, I would advise not to use Moodle for either content management or student administration.&lt;/p&gt;

&lt;p&gt;Leaving the content management piece aside for now (as I’m sure that will produce some howls of protest…), let’s consider what a typical training or learning &amp;amp; development organisation needs to do.&lt;/p&gt;

&lt;p&gt;&lt;img class=&quot;aligncenter&quot; src=&quot;/post-images/2014/11/building-blocks.png&quot; alt=&quot;Building blocks of a typical L&amp;amp;D organisation&quot; /&gt;&lt;/p&gt;

&lt;h4 id=&quot;building-blocks&quot;&gt;Building blocks&lt;/h4&gt;

&lt;h5 id=&quot;customer-relationship-management&quot;&gt;Customer Relationship Management&lt;/h5&gt;

&lt;p&gt;Any organisation needs to know who their customers are and what they are buying or using. Clever analytics will help the organisation to match new &amp;amp;existing customers to new &amp;amp; existing products in order to grow further.&lt;/p&gt;

&lt;h5 id=&quot;student-administration&quot;&gt;Student Administration&lt;/h5&gt;

&lt;p&gt;Administration is the process of ensuring the right people get the right information at the right time, with the minimal amount of wasted activity for all involved.&lt;/p&gt;

&lt;h5 id=&quot;learning-delivery&quot;&gt;Learning Delivery&lt;/h5&gt;

&lt;p&gt;At the heart of any L&amp;amp;Dorganisation is the “delivery” of learning, whether that’s events, materials or activities.&lt;/p&gt;

&lt;h5 id=&quot;support-tickets&quot;&gt;Support Tickets&lt;/h5&gt;

&lt;p&gt;People will often need support, especially when there are complex administration processes, assessments or technology involved. It’s important to ensure that those support requests are met efficiently and effectively, and then to learn from them to improve communication and processes in the future.&lt;/p&gt;

&lt;h5 id=&quot;reports&quot;&gt;Reports&lt;/h5&gt;

&lt;p&gt;By pulling together data from across the different parts of the organisation it’s possible to provide up-to-date information to both the learner and the organisation’s teams – to help them make decisions and improvements.&lt;/p&gt;

&lt;h4 id=&quot;processes&quot;&gt;Processes&lt;/h4&gt;

&lt;p&gt;When you look in more detail at how these building blocks work together, it shows some fairly complex process flows:&lt;/p&gt;

&lt;p&gt;&lt;img class=&quot;aligncenter&quot; src=&quot;/post-images/2014/11/processes.png&quot; alt=&quot;Typical L&amp;amp;D processes&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Moodle is great at the Learning Delivery part of the puzzle. But ask anyone who’s tried to use Moodle on its own to run an L&amp;amp;Dorganisation and they’ll tell you horror stories of multiple spreadsheets, CSV files and complex mail merges.&lt;/p&gt;

&lt;p&gt;In schools and colleges there are a few, high-powered Student Information Systems, like &lt;a href=&quot;http://www.capita-fhe.co.uk/products/pages/unite_landing_page.aspx&quot; target=&quot;_blank&quot;&gt;Capita’s Unit-E&lt;/a&gt;, and &lt;a href=&quot;http://www.tribalgroup.com/technology/sitsvision/Pages/default.aspx&quot; target=&quot;_blank&quot;&gt;Tribal’s SITS&lt;/a&gt;, but these will be overkill for many of the adult learning contexts where Moodle is found.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.coursecrm.com/&quot; target=&quot;_blank&quot;&gt;CourseCRM&lt;/a&gt; connects Moodle with its equivalent in the Customer Relationship Management world: &lt;a href=&quot;http://www.sugarcrm.com/&quot; target=&quot;_blank&quot;&gt;SugarCRM&lt;/a&gt; (you might want to use &lt;a href=&quot;https://suitecrm.com/&quot; target=&quot;_blank&quot;&gt;SuiteCRM&lt;/a&gt; instead – which is SugarCRM with a lot of additional functionality, especially around reporting, in a neat, easily upgradeable package).&lt;/p&gt;

&lt;p&gt;&lt;img class=&quot;aligncenter&quot; src=&quot;/post-images/2014/11/moodleint.png&quot; alt=&quot;Data flows&quot; /&gt;&lt;/p&gt;

&lt;p&gt;It pulls as much data as it can out of Moodle (using a clever web-service, with a built in queuing system – which is important to ensure no data is missed) and aggregates it into SugarCRM.&lt;/p&gt;

&lt;p&gt;This allows the admin team to easily find out what is happening with their learners.&lt;/p&gt;

&lt;p&gt;This data can then be used alongside SugarCRM’s ticketing and sales process systems in order to provide an all-round picture of your communications with your students.&lt;/p&gt;

&lt;p&gt;&lt;img class=&quot;aligncenter&quot; width=&quot;100%&quot; src=&quot;/post-images/2014/11/course-attendance-query.png&quot; alt=&quot;Course attendance query&quot; /&gt;&lt;/p&gt;

&lt;p&gt;From within the CRM, an administrator could:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;query, search or browse for specific learners&lt;/li&gt;
  &lt;li&gt;query, search or browse for learners who meet specific criteria&lt;/li&gt;
  &lt;li&gt;drill down into a course and view attendance summary data&lt;/li&gt;
  &lt;li&gt;drill down into an assessment activity and view performance summary data&lt;/li&gt;
  &lt;li&gt;Send an email to all students who meet a particular set of criteria&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Using data available in the CRM, the administrator can now build reports, such as:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;all learners who have never accessed a course&lt;/li&gt;
  &lt;li&gt;all learners who have not accessed a course within the past month&lt;/li&gt;
  &lt;li&gt;all learners who have scored below a particular grade on a specific assessment activity&lt;/li&gt;
  &lt;li&gt;all learners who have passed a course and who you could be marketing the next course to&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The bit that’s missing, at the moment, is the administration piece, where you organise student into courses, manage joining instructions, sort out tutors etc, and then push all that data into Moodle. With small student numbers that’s not a problem. But once you start getting into complex scenarios or large student numbers, that can become quite a major headache.&lt;/p&gt;

&lt;p&gt;In a recent project, where we had to organise dozens of students into groups within multiple courses, we ended up writing a Python script to merge the list of students with the list of groups to create a massive CSV file for importing into Moodle. This wasn’t ideal, especially as it needed to be done for every intake. And just moving a student from one group to another involved many operations – in multiple courses.&lt;/p&gt;

&lt;p&gt;What CourseCRM does, it does extremely well. So, if you’re looking for a way to efficiently support and track students and their courses, then you should consider CourseCRM.&lt;/p&gt;

&lt;p&gt;My hope is that they’ll extend the functionality so that SugarCRM can also be the place where the administration can happen.&lt;/p&gt;
</div></description>

                <pubDate>Fri, 14 Nov 2014 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2014/11/14/review-of-coursecrm-integrating-moodle-and-sugarcrm/</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2014/11/14/review-of-coursecrm-integrating-moodle-and-sugarcrm/</guid>
            </item>
        
            <item>
                <title>Moodle and eFront side-by-side</title>
                

                    <description><p><img src="/post-images/2012/10/moodle_efront_logos-thumb.png" /></p><div>&lt;p&gt;With eFront’s recent &lt;a href=&quot;http://blog.efrontlearning.net/tag/best-of-elearning-awards&quot;&gt;string of awards&lt;/a&gt;, I thought it was about time I took a look at this relative newcomer to the open source Learning Management System market.&lt;/p&gt;

&lt;p&gt;For many years, &lt;a href=&quot;http://moodle.org/&quot;&gt;Moodle&lt;/a&gt; has been most people’s port of call when looking for an open source LMS (or Virtual Learning Environment in the education sector). Yes, there are many others, such as &lt;a href=&quot;http://atutor.ca/&quot;&gt;Atutor&lt;/a&gt;, &lt;a href=&quot;http://www.dokeos.com/&quot;&gt;Dokeos&lt;/a&gt; and &lt;a href=&quot;http://www.sakaiproject.org/&quot;&gt;Sakai&lt;/a&gt;, but they just haven’t had the same impact as Moodle.&lt;/p&gt;

&lt;p&gt;Personally, I’ve developed a love-hate relationship with Moodle. I’ve used it for many projects, from an elearning delivery platform for a local authority, through to a combined elearning and assessment platform used by nearly 45,000 people over the space of 6 months. It is tremendously capable, extremely robust (mostly!), and has been well tested by millions of users worldwide.&lt;/p&gt;

&lt;p&gt;On the downside, though, it has grown to become a little bit of a monster. Each iteration has added further complexity, to meet the needs of different groups, yet without the polish on the user interface that would help to hide that complexity from people that don’t need it.&lt;/p&gt;

&lt;p&gt;By comparison, eFront’s user interface is a delight. It uses a clear, icon driven design, which, somehow doesn’t fall into the trap of many such designs where the icons need interpretation. A lot of thought seems to have gone into keeping the interface consistent across the application.&lt;/p&gt;

&lt;h4 id=&quot;dont-make-me-think&quot;&gt;Don’t make me think&lt;/h4&gt;

&lt;p&gt;That doesn’t mean it’s all good. I like to see how far I can get with an application before having to resort to the manual – to see whether it follows the “&lt;a href=&quot;http://www.sensible.com/dmmt.html&quot;&gt;Don’t make me think&lt;/a&gt;” principle. This means that the application designers have to second guess what users are going to want to do next, and provide a route to that place. One of my first actions, after logging in as an administrator, was to try to build a lesson – which, eventually, I discovered, is only possible once you’ve switched roles to “professor”. But, once I got there, the process of designing a lesson was very straightforward, and the division began to make sense.&lt;/p&gt;

&lt;p&gt;Here, though, is one significant difference between Moodle and eFront.&lt;/p&gt;

&lt;p&gt;Moodle’s courses are built from a series of “activities” (ie. where the student leaves a record of doing something – usually through some sort of contribution) interspersed with “resources” (items that the student uses to complete the activities).&lt;/p&gt;

&lt;p&gt;eFront’s lessons, however, are built along more traditional lines (cf. Blackboard), whereby a the lesson is built from content-based units, perhaps interspersed with tests. Any other tools, like projects (cd. Moodle assignments) or forums sit outside of the lesson structure. I know this would work for many usage scenarios, but I do prefer Moodle’s flexibility in how to structure the learning experience.&lt;/p&gt;

&lt;h4 id=&quot;flexibility-vs-complexity&quot;&gt;Flexibility vs Complexity&lt;/h4&gt;

&lt;p&gt;In fact, that’s the key area where Moodle wins out – its flexibility. But this comes with maturity, and also with a price – complexity. For example, the roles and permissions structures within Moodle are perhaps the most complete of any application I know. With them you can allow a user to do something in one context, but not in another. But this richness also means that it can become a nightmare trying to work out what has caused a particular behaviour for a particular user. It’s a little like having an overcomplicated set of Cascading Style Sheets (CSS), when building a website.&lt;/p&gt;

&lt;p&gt;By comparison, eFront has a simple set of permissions, which are based on the three apparently unchangeable base user types of administrator, professor and student. I can see that working for most situations – but would get very limiting in others.&lt;/p&gt;

&lt;p&gt;It seems that the eFront designers have taken the &lt;a href=&quot;http://en.wikipedia.org/wiki/Pareto_principle&quot;&gt;80:20 rule&lt;/a&gt; to heart. By focussing on the small amount of functionality that the majority of people will use, they’ve built an application that is suitable for most situations, without the massive effort required to make it fit the other 20%. eFront’s focus is on formal, content-centric teacher-directed learning experiences – and it’s very good at it.&lt;/p&gt;

&lt;p&gt;The provided developer documentation shows that a lot of thought has gone into the architecture and security. (Although it’s always worth considering whether an independent security assessment should be performed if you’re going to be storing personal data on any system). The company behind eFront has a clear business model, which is always a plus as it helps to ensure sustainability of the product. And, alongside this, there also appears to be an active user and developer community – not as large as Moodle’s yet though!&lt;/p&gt;

&lt;p&gt;I’ve been looking at the open source edition of eFront only, which does not have all the functionality of the commercial editions, and I’ve also not used eFront yet in a real live situation – which is where you really start to notice any limitations. But what I’ve seen so far looks extremely impressive.&lt;/p&gt;

&lt;p&gt;There will still be situations where Moodle is the best tool for the job, but I do expect to be seeing a lot more eFront implementations in the near future.&lt;/p&gt;

</div></description>

                <pubDate>Tue, 02 Oct 2012 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2012/10/02/moodle-and-efront-side-by-side/</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2012/10/02/moodle-and-efront-side-by-side/</guid>
            </item>
        
            <item>
                <title>It&amp;rsquo;s OK to...</title>
                

                    <description><p><img src="" /></p><div>&lt;p&gt;The Government Digital Service is a mine of useful information and advice on how to get the best out of teams.&lt;/p&gt;

&lt;p&gt;One of my favourites is the poster they have displayed in their offices which describes really clearly their work culture.&lt;/p&gt;

&lt;p&gt;We’ve prettified the poster and made it available here for anyone to use.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/assets/its-ok-to-list.pdf&quot;&gt;Download the poster&lt;/a&gt;&lt;/p&gt;
</div></description>

                <pubDate>Sat, 25 Aug 2012 00:00:00 +0000</pubDate>
                <link>https://www.wyversolutions.co.uk/2016/06/25/its-ok-to/</link>
                <guid isPermaLink="true">https://www.wyversolutions.co.uk/2016/06/25/its-ok-to/</guid>
            </item>
        
    </channel>
</rss>
