Categories
Microsoft365 Minecraft:EE

Reflections On Being A Life Long Learner & The Top THREE Lessons I Learnt

Recently, I have been reflecting on what it means to be a “Life Long Learner” in light of the ongoing research indicating that the K-12 students of today will likely have 5 or more distinct careers during their time in the workforce, meaning re-training is an inevitability.

Related to this topic, I am actually going to be speaking on May 7th 2019 as part of the Microsoft #FutureOfWork Event (registration here) on the topic of Game Based Learning principles, something that many organisations are starting to adopt for staff training.

Speaker Organic Post - Join me at the Microsoft FutureOfWork Summit.jpg
Register to attend for free here

As evidence of this, the following LinkedIn post from Chee Kiat OH shows staff learning about Robotic Process Automation via Minecraft:Education Edition:

LinkedIn.PNG

Alice Bonasio, writing for CIO.com earlier this week commented:

The concept that there are clear milestones and an eventual finishing line to learning was never ideal, but it is even more woefully inadequate in a technology-enabled world. To thrive in volatile environments, we must embrace life-long learning. (emphasis mine)

Cut To The Chase: What Are The Top Three?

I’m going to expand on these in more detail further down in the post, but for those impatient to know what my top three reflections were on being a Life Long Learner here they are:

  • It’s critical – all sectors are changing too fast for individuals to NOT be learning all the time.

As I quoted in this blog post on reflections of tomorrow’s teachers,

In this age of accelerations, such a slow process is no longer good enough and inevitably leads to a widening gap between what students need to learn and what teachers teach. When fast gets really fast, being slow to adapt makes us really slow.

Andreas Schleicher

  • It requires determination – individuals are always short of time, energy and motivation

I admire anyone that works full time in a demanding job and still finds time to complete formal study on top of that. The good news is that with MOOCs and other online training options like edX and LinkedIn Learning it’s becoming ever more flexible to wrap training around busy schedules.

  • It’s rewarding – learning new things has an inherent thrill to it, just ask any student that has grasped a new concept or skill for the first time.

My learning journey has included being a K-12 student, both undergraduate and post-graduate University student, re-training into a new career with a secondary teaching diploma and now finally continuous on-the-job learning. Through this journey, I’ve covered just about every type of learning there is. Nevertheless, it’s still exciting when I grasp new knowledge or skills and then proceed to apply it for the first time in my daily life or job.

So where and how have I been learning?

Minecraft:EE Build Challenge – Solar Model

I was in Singapore last week as part of the APAC Education Partner Summit 2019 and I was asked to present on the topic of “Making Education Transformation Real in K-12” and you can see my slides below (note: I was deliberately using Office365 PowerPoint with support for 3D models to animate my Minecraft:EE and Solar System Models – SlideShare does not support this animation):

After talking about Game Based Learning I ended up showing a Build Challenge inside of Minecraft:EE that I had worked on that morning (around 3am actually, since I work up very early with time zone differences!). Here’s the link to the build challenge that had a reasonably simple objective:

Objective

The Sun is 286 times the size of the smallest planet in our solar system, Mercury. If Mercury were the size of one Minecraft block, try to build a scale model of Mercury and the rest of the planets. You may have to round up or down to the correct number of blocks. To get you started, we’ve created a world with a Minecraft block scale sun!

To complete this, I ended up needing to do quite a bit of learning and also develop an iterative approach to knowledge building. I’m going to describe this for you but if you want to access my finished files you can download them from here (they include the Minecraft world, my Excel spreadsheet, and my MakeCode coding files).

The first challenge was finding out the basic facts around the Solar System – planet names, colours, sizes, relative distances from each other and the sun. I ended up compiling this into an Excel Spreadsheet and used a basic formula to convert 1km into 1 block inside Minecraft:EE

Excel

With this in mind, I was able to then create some sample code to build out each planet to scale:

Solar 3

This would be faster than building each planet by hand inside of Minecraft and the intial results were pleasing enough – here are spheres representing Earth (blue, small) and Mars (red and partially built):

Solar 4

So I now knew I could build each planet individually but the question was how to make this a scale model with the accurate distances between each planet? I decided to build each planet sequentially and place the starting position relative to my location – so you can see that Mercury would be built first, 58 blocks away from my starting position against the Sun, representing 58million kilometers away. This was followed by Venus (pale yellow) 108 blocks away, representing 108million km from the sun and so forth. Here’s two views of the same code, one in MakeCode.com blocks and the other in JavaScript:

When I ran my code this executed beautifully:

Solar 7

However, because of the huge scale of the universe, I quickly realised that to travel 5,946 blocks in Minecraft to get to Pluto (representing 5,945,900,000km from the sun) would take a LONG time.

KEY LEARNING: the scale of the universe is ginormous! This was reinforced to me through trying to create a scale model inside Minecraft! Whilst I built this using code, I never got to see those planets as it would take forever to run to them inside the game (unless I teleported).

The other learning was that to build a scale model of Jupiter inside of Minecraft:EE as a sphere with a diameter of 143 blocks also takes a LONG time.

Instead, I decided to iterate my code in two important ways:

  1. So that I could at least see each of my planets I set an arbitrary distance between each planet of 50 blocks inside Minecraft. I also set each planet to be 10 relative blocks above the previous one so it would go up in a nice consistent line.
  2. I replaced the “sphere” command in Minecraft with a “circle” command meaning it would be far faster to build, as it would only be a disk the appropriate size, and not a sphere.

Here was my new code alongside each other:

Solar 8

When I ran the “solarCircle” code it worked wonderfully,quickly building out scale circles of each planet but near enough so I could visualize them together:

In the first picture on the left you can see the planets scaling out nicely, before being hidden by the massive size of Jupiter. Navigating around that to the right, you can see in the second picture the remaining planets.

Through this exercise, done in my hotel room before I presented to group of ~70 partners, I learnt many things about the solar system! It also helped me understand different way that data can be represented and how by using computational thinking and coding I was able to break down a bigger problem of building a scale model into smaller steps that I could replicate and modify individually.

If I linked this back to my three key reflections on Life Long Learning:

  1. It’s critical
    1. For my presentation I really wanted to have an authentic example that the audience could relate to and show a real use of Game Based Learning.
  2. It requires determination
    1. I admit I got a bit annoyed during this and thought about quitting and using a different example where I didn’t have to prepare all the data, but I persevered and chose a Growth Mindset instead.
  3. It’s rewarding
    1. I got a genuine kick out of this when my final version of code worked flawlessly and gave me a great view of the scale of the planets relative to each other. It has also given me another working example I can use in different demonstrations with educators around the region.

LinkedIn Learning – Azure Technical Training

Badge LinkedIn LearningThe second example of life long learning has taken place over the course of this week as I completed some mandatory technical training around Azure services for my job with Microsoft. One of these modules was around Microsoft Azure Artificial Intelligence Strategy and Solutions (see the badge on the left that I got when completing this learning).

In many ways, the learning via LinkedIn includes elements of Game Based Learning Theory – there are points that can be gained for completing each section and badges that can be unlocked for finishing an entire module. These can then be shared and celebrated on various social media platforms (I published mine on my LinkedIn wall).

Through completing around five hours of training in this space I learnt a lot and also had much of my wider ideas clarified or affirmed. Again, if I link it back to my three reflections on Life Long Learning:

  1. It’s critical
    1. If I want to be able to have relevant conversations with customers in the Education Sector, I need to be across both the trends happening in the sector but also the technology offerings and solutions that Microsoft have. I literally could not keep my job if I was not continuing to learn as our technologies evolve.
  2. It requires determination
    1. With hundreds of emails a week coming and going, customer presentations, internal meetings there are always reasons to delay or ignore critical training. I needed to prioritize this and commit to being a Life Long Learner or else it simply would not have happened.
  3. It’s rewarding
    1. Just like in the Minecraft:EE example above, I got a genuine thrill when I passed the assessment related to each module and was pleasantly surprised when I realized I knew more than I thought I did in some areas. Additionally, it’s equipped me to have deeper conversations with my customers in a way that I would not have been able to before.

Final Thoughts:

It can sometimes be trite to talk about Life Long Learning, however I’m more convinced than ever that we all need to be adopting this, along with a Growth Mindset when it comes to our workplaces. As someone that has had three distinct phases in my professional working life already I am in many ways an accurate reflection of the trends the research is predicting. If you’re interested in more research, check out the Class of 2030 data published here.

Having worked in a range of different sectors, including as a secondary school teacher, I’ve been both inspired and dismayed by my colleagues approaches to life long learning. The best continually challenge themselves to both reinvent and reimagine how they complete their jobs and deliver amazing results. Others, sadly, “stick to what they know and what they’ve always done” and I believe that it will be increasingly difficult to be successful in the workplace both now and in the future when a Growth Mindset is not adopted to power life long learning. It seems appropriate to finish with the words of General Eric Shinseki from the US Armed Forces:

Eric Shinseki.jpg

Reflections On Teachers For Tomorrow

QudwaI started my working day reading about the research into the impact on literacy of Microsoft’s Learning Tools and I’m finishing it reading the reflections of Andreas Schleicher on the recent Qudwa Global Teachers’ Forum hosted in the UAE earlier this month.

It’s a terrific read – and I direct you to the original blog post in full here – if for no other reason than Andreas is a great writer who has managed to capture the sense of optimism and hope for the future of education. Naturally, however, it’s far more than just that and in my mind he has articulated the challenges facing the teaching profession between being progressive and future focused, whilst working within the paradigm of government enforced bureaucracy.

The hope, as he sees it at least, is contained in the most precious resource of all – the talents of individual teachers. He encapsulates this in the following quote, which is my personal favourite:

Knowledge and skills have become the global currency of 21st-century economies. But there is no central bank that prints this currency; we cannot inherit this currency, and we cannot produce it through speculation. We can only develop it through sustained effort and investment by people and for people. And no school system can achieve that without attracting, developing and sustaining great teaching talent. (emphasis my own)

Attracting and sustaining great teaching talent comes at a cost (the NZ Teacher Unions are saying when, not if, a strike is coming) however it would seem those teachers present at the forum didn’t even raise this well acknowledged issue. Instead, they focused on the challenges and offered possible solutions, many of which could be implemented immediately.

Some of the themes that emerged that stood out to me from the article include:

  • The deep commitment of teachers to the ongoing issue of equity and how they can personalize and differentiate learning so that all students can engage meaningfully in their own education not simply a “one size fits all” model. This is not new by any stretch, but it’s pleasing nonetheless to see it at the forefront of discussion.
  • Demonstrating a true “growth mindset” is a critical success factor for educators. This idea came through in a few places in the article, where it was suggested that a teacher training college should be seen as simply laying the foundation for a professional career, and something that should be actively built upon by the teacher who demonstrates to their students a commitment to being a “life long learner”

As Richard Spencer, from the United Kingdom, noted: “Great teachers are great learners and students need to see their teachers learning.”

  • Digital technology can leverage great teaching, but it can never replace poor teaching. This echoes a phrase that I’m sure I’ve plagiarized from an unknown source that “technology is a great servant of pedagogy” – in other words, get the priority order right! Schleicher goes on to suggest teachers could crowd source the best educational content and ideas to drive their own professional learning – a fine idea in theory, yet it remains challenging in practice. In New Zealand, we have the N4L Pond set up to deliver something precisely like this, declaring itself as “Future Ready, World Ready” however ongoing challenges around copyright and ownership of intellectual property created by teachers remains a blocker for sharing. This can, of course, be resolved through the implementation of Creative Commons licensing, yet only a fraction of schools have gone down this pathway.
  • The challenges of managing the pace of change in schools and the subsequent need for “ownership of the teaching profession” to lie with teachers rather than bureaucrats. To me, this was possibly the most fascinating point as I constantly hear from schools, and particularly the teachers responsible for professional development and change management, that teachers simply can not keep up with the pace and constant changes to curriculum, assessment practices, digital technologies and pedagogical theory. I’m going to quote at length on this section:

 Even the most effective attempts to push a government-established curriculum into classroom practice will drag out over a decade, because it just takes so much time to communicate the goals and methods through the different layers of the system and to build them into traditional methods of teacher education. In this age of accelerations, such a slow process is no longer good enough and inevitably leads to a widening gap between what students need to learn and what teachers teach. When fast gets really fast, being slow to adapt makes us really slow.

Having a plan, people sticking to the plan, working a plan, people not being destructive.

I know that when we hire people at Microsoft they’re some of the skills: do they have those critical thinking skills? Can you work in a team? Are they open to making mistakes and learning from those mistakes? They’re some of the valuable things that we’re looking for as an employer.

My Point Of View:

I am probably a curious blend of personalities when it comes to working in the EdTech sector – I’m naturally conservative by nature and yet possess at least some vision to see the impact that technology is having on the education sector. The superb whitepaper entitled Youth, Technology & Disruption highlights the disruptive effect of technology at an unprecedented scale on virtually every sector of society. As educators, we ignore this at our peril and are forced to grapple with what it means for our profession and how change will be managed.

Will this result in a “loosening of the grip” of educational policy? Almost invariably. Indeed, the research I mentioned at the outset of this blog post openly states it was produced in response to the demand from educators for faster research cycles because they could not wait for traditional longitudinal findings to be published.

Will this sit uncomfortably with the educational purists who have long determined what is “best practice” in schools? No doubt. It unsettles me, that’s for sure, but it is going to be our response to these challenges that will determine the level of success for future national curriculum.

It’s often been said that teaching is a vocation, not just a profession – here’s the two definitions to consider:

vocation
və(ʊ)ˈkeɪʃ(ə)n/
noun
  1. a strong feeling of suitability for a particular career or occupation.
    “not all of us have a vocation to be nurses or doctors”
    synonyms: calling, life’s work, missionpurposefunctionpositionnicheMore
profession
prəˈfɛʃ(ə)n/
noun
  1. 1.
    a paid occupation, especially one that involves prolonged training and a formal qualification.
    “his chosen profession of teaching”
    synonyms: careeroccupationcallingvocation, line of work, line of employment, linemétier;More

It’s interesting, if not slightly ironic, that the definition of profession references teaching – but perhaps that is the point? For education to flourish in this time of rapid change, perhaps we need a professional approach to this most noble of vocations.