Learnlets

Secondary

Clark Quinn’s Learnings about Learning

Agile?

17 September 2015 by Clark 6 Comments

Last Friday’s #GuildChat was on Agile Development.  The topic is interesting to me, because like with Design Thinking, it seems like well-known practices with a new branding. So as I did then, I’ll lay out what I see and hope others will enlighten me.

As context, during grad school I was in a research group focused on user-centered system design, which included design, processes, and more. I subsequently taught interface design (aka Human Computer Interaction or HCI) for a number of years (while continuing to research learning technology), and made a practice of advocating the best practices from HCI to the ed tech community.  What was current at the time were iterative, situated, collaborative, and participatory design processes, so I was pretty  familiar with the principles and a fan. That is, really understand the context, design and test frequently, working in teams with your customers.

Fast forward a couple of decades, and the Agile Manifesto puts a stake in the ground for software engineering. And we see a focus on releasable code, but again with principles of iteration and testing, team work, and tight customer involvement.  Michael Allen was enthused enough to use it as a spark that led to the Serious eLearning Manifesto.

That inspiration has clearly (and finally) now moved to learning design. Whether it’s Allen’s  SAM  or Ger Driesen’s  Agile Learning Manifesto, we’re seeing a call for rethinking the old waterfall model of design.  And this is a good thing (only decades late ;).  Certainly we know that working together is better than working alone (if you manage the process right ;), so the collaboration part is a win.

And we certainly need change.  The existing approaches we too often see involve a designer being given some documents, access to a SME (if lucky), and told to create a course on X.  Sure, there’re tools and templates, but they are focused on making particular interactions easier, not on ensuring better learning design. And the person works alone and does the design and development in one pass. There are likely to be review checkpoints, but there’s little testing.  There are variations on this, including perhaps an initial collaboration meeting, some SME review, or a storyboard before development commences, but too often it’s largely an independent one way flow, and  this isn’t good.

The underlying issue  is that waterfall models, where you specify the requirements in advance and then design, develop, and implement just don’t work. The problem is that the human brain is pretty much the most complex thing in existence, and when we determine a priori what will work, we don’t take into account the fact that like Heisenberg what we implement will change the system. Iterative development and testing allows the specs to change after initial experience.  Several issues arise with this, however.

For one, there’s a question about what is the right size and scope of a deliverable.  Learning experiences, while typically overwritten, do have some stricture that keeps them from having intermediately useful results. I was curious about what made sense, though to me it seemed that you could develop your final practice first as a deliverable, and then fill in with the required earlier practice, and content resources, and this seemed similar to what was offered up during the chat to my question.

The other one is scoping and budgeting the process. I often ask, when talking about game design, how to know when to stop iterating. The usual (and wrong answer) is when you run out of time or money. The  right answer would be when you’ve hit your metrics, the ones you should set before you begin that determine the parameters of a solution (and they can be consciously reconsidered as part of the process).  The typical answer, particularly for those concerned with controlling costs, is something like a heuristic choice of 3 iterations.  Drawing on some other work in software process, I’d recommend creating estimates, but then reviewing them after. In the software case, people got much better at estimates, and that could be a valuable extension.  But it shouldn’t be any more difficult to estimate, certainly with some experience, than existing methods.

Ok, so I may be a bit jaded about new brandings on what should already be good practice, but I think anything that helps us focus on developing in ways that lead to quality outcomes is a good thing.  I encourage you to work more collaboratively, develop and test more iteratively, and work on discrete chunks. Your stakeholders should  be glad you did.

 

Comments

  1. Rob Moser says

    17 September 2015 at 9:22 AM

    The problem with “Agile” isn’t the underlying concepts, it’s how they’re generally implemented in the workplace. Programming in hour-long sprints which are effectively judged by the amount of code you produce, all done with someone looking over your shoulder the entire time. It’s like sending your enitre programming staff to typing lessons; if they can type 20% faster, clearly they can produce 20% more useful code, right?

  2. Chris Riesbeck says

    17 September 2015 at 3:39 PM

    When Kent Beck first wrote about extreme programming (XP), he was quite clear that none of the ideas were new. Certainly the goals weren’t new. Everyone knew developers should write lots of code to validate their programs — but they never had to time. Everyone knew code should be seen by multiple pairs of eyes — but only a few companies invested in time consuming code reviews. And so on. Academics in software engineering wrote long papers with theories of what develoers should do, but… well, you know.

    Where agile was different was that it came from developers, who asked “OK, we know we should, but we don’t. Let’s debug. Why don’t we do what we should? What sustainable simple changes could we make in how we work that might fix those bugs?” Why don’t we write test code? We run out of time at the end of projects. OK, let’s try writing the test code first. Why don’t we meet for code reviews? We’re busy and meetings are hard to schedule. OK, let’s try programning in pairs. And so on.

    Could you expand on “Learning experiences … have some stricture that keeps them from having intermediately useful results.” What stricture?

    As for when to stop iterating, in agile the answer is whenever you say we need to stop. Fix the deadline and then adjust scope as you discover how things are going. I think that’s what you’re saying with picking something like 3 iterations, but the critical thing is for clients to understand that you can’t fix both time and scope, i.e., metrics to be met. One or the other. That’s the simple consequence or working on wicked problems like learning.

  3. Clark says

    18 September 2015 at 8:08 AM

    Thanks for the feedback. Rob, your practical insight reminds me of this: http://thenewid.com/2015/09/01/we-need-agile.html ;)

    Chris, thanks for the historical context. What I meant by strictures is that the ‘minimum viable product’ for a learning experience is, typically, of more complexity than a particular code function. It’s likely at least a practice and some resources. Though we could of course develop components independently (e.g. the practice, then elaborate). Certainly welcome counter examples (he says, pondering an open ended question that subs for an entire simulation). My open question here is given the typical nature of code sprints, and factoring down to functions, what’s the learning experience equivalent?

    Appreciate the interactions (Chris, given your comments, I hope we get to cross paths some time!)

  4. Chris Riesbeck says

    18 September 2015 at 10:20 AM

    Re the New ID cartoon: let’s give credit to the original version: http://dilbert.com/strip/2005-11-16

    Re MVPs for learning experiences: I think relevant agile concept is not a piece of code, but a user story (https://www.mountaingoatsoftware.com/agile/user-stories). User stories define bits of end user value.

    The standard user story form “as a I can in order to ” adapts very nicely to learning: “As a I can in order to .”

    There are criteria for what makes good user stories (http://guide.agilealliance.org/guide/invest.html) that probably map over to learning stories as well.

    Note: user stories are not requirements, just tokens for conversation, and they’re too small for planning (I prefer scenarios for that: http://www.slideshare.net/KimGoodwin/storytelling-by-design-scenarios-talk-at-confab-2011). But they are good brick-level units on which to build, IMO.

    Re paths crossing: would love to meet some day.

  5. Clark says

    18 September 2015 at 12:40 PM

    Chris, ok, fair enough on the original version (yikes, but hope that was likely an emergent meme wherever). Like the user story & scenario, don’t quite get the original form so also don’t get the learning variant. Just think that learning something (and yes, it’s a continuum) might be a bigger scope than meeting an in-the-moment need, and perhaps harder to create small deliverables against (though discrete learning components, e.g. example vs practice, would make sense). Again, happy to be wrong.

  6. Chris Riesbeck says

    18 September 2015 at 1:35 PM

    Ah, the user story templates are incoherent because I used angle braces around the variable parts. What I originally typed was

    Agile user story: As [a type of user] I can [do action with a program ] in order to [achieve a goal of mine].

    Learning story: As [a category of learner] I can [do action] in order to [achieve a goal of mine].

    The main difference is that agile is about adding capabilities to software while education is about adding capabilities to people. If only we could do the latter with simple coding — or perhaps not, given how that would be misused.

    I didn’t see this as meeting in-the-moment needs. It’s more about thinking about skills at a smaller level, prioritized by learner-centered value.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Clark Quinn

The Company

Search

Feedblitz (email) signup

Never miss a post
Your email address:*
Please wait...
Please enter all required fields Click to hide
Correct invalid entries Click to hide

Pages

  • About Learnlets and Quinnovation

The Serious eLearning Manifesto

Manifesto badge

Categories

  • design
  • games
  • meta-learning
  • mindmap
  • mobile
  • social
  • strategy
  • technology
  • Uncategorized
  • virtual worlds

License

Previous Posts

  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012
  • November 2012
  • October 2012
  • September 2012
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
  • February 2012
  • January 2012
  • December 2011
  • November 2011
  • October 2011
  • September 2011
  • August 2011
  • July 2011
  • June 2011
  • May 2011
  • April 2011
  • March 2011
  • February 2011
  • January 2011
  • December 2010
  • November 2010
  • October 2010
  • September 2010
  • August 2010
  • July 2010
  • June 2010
  • May 2010
  • April 2010
  • March 2010
  • February 2010
  • January 2010
  • December 2009
  • November 2009
  • October 2009
  • September 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008
  • September 2008
  • August 2008
  • July 2008
  • June 2008
  • May 2008
  • April 2008
  • March 2008
  • February 2008
  • January 2008
  • December 2007
  • November 2007
  • October 2007
  • September 2007
  • August 2007
  • July 2007
  • June 2007
  • May 2007
  • April 2007
  • March 2007
  • February 2007
  • January 2007
  • December 2006
  • November 2006
  • October 2006
  • September 2006
  • August 2006
  • July 2006
  • June 2006
  • May 2006
  • April 2006
  • March 2006
  • February 2006
  • January 2006

Amazon Affiliate

Required to announce that, as an Amazon Associate, I earn from qualifying purchases. Mostly book links. Full disclosure.

We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok