Managing Minecraft In A School

minecraft-bannerNote: this is quite a lengthy and, at times, technical post about configuring and deploying Minecraft in a school when choosing not to use the new Microsoft Education Edition. The following is the structure of the blog if you want to jump to a particular point of interest:

  1. The Background Situation: existing Minecraft usage and identified problems.
  2. The Opportunity: what we felt we needed to deliver to run our own Minecraft server securely and easily.
  3. The Technical Setup:
    1. Server
    2. Mods
    3. Client Installation & Deployment
  4. Where To From Here:

Minecraft, the hugely popular game with students of all ages, is described as:

A game about placing blocks and going on adventures. Explore randomly generated worlds and build amazing things from the simplest of homes to the grandest of castles.

The Background Situation:

houseA number of our teachers have already integrated Minecraft into teaching units in the past, most notably Mr Wilj Dekkers with his creative writing units and Kiwiana-themed parks and Ms Donna Jones exploring a Centenary related project.

Despite this initial success there has always been some problems with administering Minecraft, particularly around easily and securely allowing student interaction and collaboration in these virtual worlds. To date, teachers have had to rely on students using the Minecraft Personal Edition meaning it was essentially single player mode only, removing the ability to collectively work on a project together. To promote greater student engagement and allow the key competencies to be fully utilized in learning through Minecraft, alternatives needed to be identified.

In late September 2014, Microsoft purchased Minecraft for $2.5billion which held out the possibility of a deeper integration into Office365 and Microsoft’s wider Education strategies. It took just under two years before Minecraft Education version was released, during which time an alternative Minecraft Edu was essentially shut down and absorbed into Microsoft’s new Education version. This was a shame as the Edu version was very good, allowing the use of numerous custom mods (modifications to improve/customise the game play) and it could be run on a hosted server, not just on the student’s personal device.

Surprisingly, the announced version of Minecraft Education in January 2016 ended up having some key functionality removed, arguably for the sake of simplicity:

  • There was no ability to host the game on a stand alone server – now it would be installed and hosted via the teacher’s laptop computer (this raised significant security concerns for us and ultimately was a show stopper).
  • There was no custom mod support whatsoever. Over time, it was the ability to modify and customise the game play that had contributed to the enduring appeal of Minecraft and without this, the default game play was less appealing.

The upside, however, was that licensing was incredibly easy to manage and, if you were prepared to overlook security concerns, deployment for a teacher in a basic network would also be simplified.

An example of students using Minecraft Pocket Edition in previous years

The Opportunity:

After the initial disappointment of realising we would not deploy Minecraft Education as soon it was released, Mr Wilj Dekkers engaged in a number of discussions with myself and Mr Joshua Harrison from the St Andrew’s College ICT Services Team to explore how we might progress forward with Minecraft. Very quickly, some key features were identified:

  • Teacher Control: teachers would need the ability to easily manage students within the game. Without this, the chances of students running amok and getting into mischief was very real. This would require third party mods to achieve and a strategic plan around how Digital Citizenship teaching could be included into the Minecraft worlds.
  • The Minecraft server needed to be hosted centrally so that it could be controlled by the ICT services team, whilst still allowing the delegation of in-game management to teachers and to those students identified as leaders who could be student administrators.
  • Teacher/Student administrators needed the ability to maintain / deploy approved mods and perform low level administration work e.g. restarting worlds, creating/deploying new worlds.
  • Finally, the issue of how to deploy a pre-configured client onto student BYOD devices in a quick and simple manner, without disrupting any existing installations of Minecraft they may have already installed.

The above list of requirements needed addressing if we were going to be able to  build a sustainable environment for integrating Minecraft into the eLearning strategies at the College. Joshua decided he would explore various options based on his prior knowledge administering various Minecraft servers in his own time and see if there could be some suitable solutions to use at St Andrew’s.

Technical Setup:

Server:

For the proof of concept, we decided to use an existing HP Compaq 6000 that was spare. The specifications of this machine were pretty light weight, having only a Core2 Duo CPU and 4GB of RAM. It remains to be seen if this will be sufficient and we anticipate needing to increase the resources of this machine as more users and worlds join.

After exploring various different versions of Minecraft, Joshua settled on 1.7.10 1.10.2 (this version is required to be compatible with Sponge. The earlier version was needed for supporting Bukkit which we are no longer using – see below). To support the deployment of these mods, two frameworks were necessary:

  1. Forge 
  2. Bukkit This has been replaced with Sponge due to a potential copyright issue; this has resulted in dropping KCauldron as well.

These are essentially APIs that allow other mods to run on the Minecraft server and normally a Minecraft administrator would use only one or the other of Forge or Bukkit. However, as will be seen, it was necessary to use both and to achieve this an additional third party tool called KCauldron was necessary to enable the use of different mods on the same platform to work nicely together. With the use of Sponge, there is no need for third party tools like KCauldron, as Sponge integrates directly into Forge.

Minecraft Server Dashboard

Minecraft Server Dashboard

Another important tool was MC Dashboard which allowed Joshua to use a graphical user interface (GUI) rather than a traditional command line interface (CLI) to administer the Minecraft server. This tool provides easy oversight into server resource usage, connected users and other important information.

Mods:

As mentioned earlier, it is really the mods that create the key appeal of Minecraft in schools, as it allows for customisation of the worlds and gameplay and, sadly, was something that Microsoft chose to remove from their Education edition. It’s easy to see why, however, because mods are also one of the trickier components and can easily lead to problems of version compatibility and contribute to a poor user experience. There are three key mods that Joshua has deployed for the StAC Minecraft server:

  1. Multiverse: Project Worlds: (Project Worlds replaces Multiverse due to the changes above relating to Bukkit – everything following remains the same) This is a key one as it allows us to run parallel worlds on the same server, whilst enabling teachers and/or students to jump between worlds at will. Put practically, a teacher could create a world for a collaborative social studies project where students need to work towards an assessment or project, whilst having a separate world for “free play” and experimentation. Without Multiverse, projects would need to be separated spatially within the same world which would inevitably lead to problems, such as having to walk a long way to go from one project to another – it all takes time!
  2. PermissionsEX: PermissionManager: (PermissionManager replaces PermissionsEX due to the changes above relating to Bukkit – everything following remains the same) This mod allows for differing levels of user permissions groups, and the following four were setup for school usage:
    1. Student – a basic user who can only do the default game play such as build/place etc
    2. Student Administrator – have slightly elevated controls such as the ability to move other student users around, freeze them and do other temporary modifications. These permissions are designed to support a Digital Citizenship component where students can be educated and entrusted to self-manage as much as possible within the game. The assigned permissions here were carefully selected by Joshua to prevent a student who had prior knowledge of how Minecraft administration works from being able to execute any command.
    3. Teacher – has access to most of the Minecraft server administration, can create new worlds, can kill off users, teleport users between worlds and other main administration functions.
    4. Administrator – aimed at superusers and, at this stage, reserved for ICT staff to support the server installation as necessary.
  3. ICY Admin: The Minecraft Macro/Keybind Mod (This was used to replace ICY Admin due to the version change of Minecraft) This is the key mod to bring the above together into a user-friendly GUI allowing for in-game administration from a graphical menu for the above user groups. The available menu options in ICY Admin The Minecraft Macro/Keybind Mod have been built from scratch by Joshua and are controlled by a config file on the Minecraft server itself. Users access the menu system during game play by hitting the tilde key (~) and this replaces the need to execute console / CLI commands within the game. This makes it significantly easier for new users to engage with the game and reduces the barrier-to-entry for teachers who may wish to administrate but know none of the commands.
    1. Some of the controls available via ICY Admin The Minecraft Macro/Keybind Mod include things such as “freeze” a user/all users in place (useful if you effectively want to pause the game for a break), teleportation of a single user / all users to a shared starting point or, for example, if you wanted them all to be in the same place to work on the same project. Additionally, environmental settings can be controlled in this way e.g. make it rain or snow, or set it to always be night time.
sponge-gui

The control interface for teachers and student-admins when using The Minecraft Macro/Keybind Mod (which replaced ICY Admin)

These three core mods are what allows the overall setup and administration and, through conversations with Mr Dekkers, are probably sufficient to enable most scenarios of how Minecraft might be used at this stage. Two in-game mods specifically requested by Mr Dekkers were IndustrialCraft and ComputerCraft both of which allow for significant learning opportunities. IndustrialCraft supports things like electricity generation and storage through batteries and transferring into different parts of the game, whilst ComputerCraft is essentially a full programming language accessible by computers in the game.

 

Client Installation & Deployment:

Windows installation batch script

Windows installation batch script

With the setup of the Minecraft server achieved, the final part of the solution was how to easily deploy this to the individual student BYOD laptops. St Andrew’s College has a choice within parameters for BYOD, meaning students can bring either a Windows 10 laptop or an Apple MacBook running OS X.

It was important that there was an easy, stress-free way for teachers and students to install this version of Minecraft onto laptops that did not necessarily need to involve the ICT Services helpdesk team at the College. Joshua was pretty confident he would be able to write some batch scripts for Windows and I suggested he check out OS X’s Automator  as a way of scripting installation for the MacBooks. Interestingly, he found that he was able to script the installation on MacBooks with Automator in about half the time it took to write a batch file for Windows.

The tasks in the Automator script to install onto a MacBook running OS X

The tasks in the Automator script to install onto a MacBook running OS X

The key to making this happen was Minecraft MultiMC, an open source launcher for Minecraft that allows users to run completely separate installations of Minecraft with ease, meaning that we could confidently encourage students to install this version without affecting any other installation of Minecraft they may already have on their laptop.

MultiMC Interface

MultiMC Interface

Essentially, a student is provided with a USB key that has an installer launcher that copies MultiMC and a Java installation into a new folder, whilst setting up short cuts in their Applications folder so they can run the game.

Interestingly, Joshua opted to not include a copy of the Minecraft client application itself within this installer file, instead relying on students having to enter their own Minecraft credentials (linked with their personal paid licensed copy) which would then trigger the download of the client application of Minecraft. This way, we are not distributing any commercial software illegally and the download only adds 1-2minutes to the overall installation process. The key benefit, however, was that MultiMC is already configured to point the installation to the College’s on-premise Minecraft server meaning there was no additional configuration required for students. Additionally, Joshua set this up to run on a non-standard port so that if other students were using Minecraft at school they could not accidentally connect to the school’s Minecraft server and become a nuisance.

All up, it takes less than 5 minutes for a student to install this version of Minecraft from a USB key provided by the teacher.

Where To From Here?

industrialcraft-windmill-and-furnaceI am always really happy when members of the ICT Services Team have an opportunity to use their prior experience or personal interests to contribute to the teaching and learning at the College in ways like this. It is one of the unique things about delivering ICT in schools compared to other environments and the ability to be involved in this way is enjoyed by the staff. Talking with Joshua he admitted to being a bit worried about how to deliver what needed to be a very simple solution that could be managed by students and teachers whilst still being secure and stable:

I had a huge sense of personal satisfaction with the finished solution because I was a bit worried about how I would be able to deliver all of this at the start, or even if it was possible. Ultimately, it was ICY Admin that made it all possible and this was something I found only through researching for this project. It’s nice to know that the hundreds of hours I’ve spent administering Minecraft servers in my own time have paid off and could be used in an educational context.

Mr Joshua Harrison

For me, it is pleasing to know that we have a secure, robust and extensible platform which teachers will be able to use relatively painlessly thanks to the efforts of Joshua in this area. It remains to be seen what interesting curriculum uses arise from this and I’ll certainly be posting a followup blog highlighting this.

Of course, as Microsoft continue to develop their Augmented Reality HoloLens solutions, then perhaps the future of Minecraft will be 3D as this video shows:

Networked Projectors Offer Easy Access

This post was originally published on the Interface Magazine Online website – you can read the original post here.

How often do you want to access the internet but can’t because your device is connected via Wi-Fi to the classroom projector? It’s one or the other … but not both. St Andrew’s College has worked with Epson to find a way to do things differently.

stAndrews_epson“Epson gave us some sample units, and we trialled some existing units in our preparatory school before we did a major upgrade,” said the College’s Director of ICT Sam McNeill, noting the units were in place for six months. “We wanted proof of the concept.”

By Term 4 last year, the College had rolled out 35-40 Epson EB-535W short-throw projectors.

“One of the key drivers for upgrading to networked projectors was our use of OneNote,” explained McNeill. “We’re gradually becoming a compulsory BYOD school and the majority of teachers now choose a Microsoft Surface Pro 3 or 4. Because we use OneNote, everything that goes up onto a projector screen also gets automatically saved for later in the students’ notebooks.”

Two underlying needs for a projector upgrade were also present, the first being teachers wanting not to be tethered to a projector by a VGA or HDMI cable. The second, more importantly, was St Andrew’s experiences with other technologies.

“We’ve played around with WiDi and Miracast devices, and had varied results.

“The Netgear Push2TV worked okay but still had interference issues because we had 30-40 devices in a classroom,” recalled McNeill. “The ScreenBeam dropped out from time to time, and had some security issues. Also, the pairing process between Miracast and a Windows 8.1 or 10 device was challenging for some teachers.”

This slideshow requires JavaScript.

Epson’s EB-535W projectors are networked and have their own IP address which is displayed on the projector’s screen, and a signal is received from a teacher’s Surface Pro via the school’s wireless network. Rather than going from one device to another (point-to-point), this allows for a highly stable connection, not unlike live internet streaming.

St Andrew’s separates all projector traffic on to a separate VLAN (with a dedicated switch), meaning it was isolated and would never affect general school-wide Wi-Fi speeds. All installation of the projectors was done by the in-house ICT team.

Enticingly, Epson’s projectors did not require a network upgrade, they could be used on the existing wireless infrastructure.

“We wanted to be able to use them for the internet and project the teacher’s screens at the same time. What we like about the Epson is, you don’t have to fiddle around with the Windows configuration. It has its own standalone software (EasyMP), and it just works.

epson_EB-485Wi

Just one downside has come with the roll-out of Epson’s projectors.

“The trade-off in all of this is that video frame rate is reduced,” added McNeill. “If a teacher wants to play a movie, they’ll need to connect through HDMI for an optimal experience.”

St Andrew’s is using Epson’s advanced networking solutions with its projectors in various ways.

“We have the central management software, which allows us to see how the projectors are running, when bulbs blow, and see how teachers are connecting, all from our ICT office. We even have a scheduled off function, in case teachers forget to turn theirs off.”

Currently, the projector network is only accessible by teachers, not by students.

“It is possible, under moderator control from the teacher, but we haven’t had the teacher demand for it at this stage. Perhaps when they become more fluent and familiar with using wireless projectors, they’ll see the value in students’ BYOD devices projecting to it.”


St Andrew’s College is in Merivale, Christchurch. With a roll of 1,350, it’s a fully-independent, co-educational school for pre-school to Year 13 day and boarding students.

Staff Profile – John Quealy

John Quealy

Mr John Quealy

Throughout 2016, I am going to be profiling a number of different St Andrew’s College staff. The first of these was a post that I wrote a few weeks ago about Ms Donna Jones, in the English department. The subject of this post, is Mr John Quealy, a teacher in our Mathematics department.

We have previously blogged about some of the great Teaching and Learning that occurs in this department. This week I had the pleasure of chatting to Mr Quealy, and the Head of Department, Mr Mitch Howard, about the work they are doing to redesign the content and delivery of the Year 11 General Mathematics Course. This course focuses on the practical application of mathematics in everyday life and achieving Numeracy. For students working towards level 5 of the New Zealand curriculum with the opportunity to progress to NCEA Level One Achievement Standards.

Mitch Howard

Mr Mitch Howard HOD Mathematics

Due to the nature of this particular Year 11 course, and the specific learning needs of the group of students enrolled in the course, a few deliberate changes have been made in 2016. As this group of students are in a 1:1 computing environment, the decision was made to increase the role of the device in the course. The pleasing aspect of this course development was that this increased use of technology was not simply as a direct substitute from the original textbook and exercise book model used in the past, but included the deliberate integration of technology into specific, and most importantly authentic, learning tasks.

Working collaboratively, Mr Quealy and Mr Howard identified that these particular students would benefit from more practical and hands-on learning. An example was the Number topic that they are currently working on.

Practical applications of Number in Mathematics

OneNote clip Maths

Example of a student’s food diary, ready for analysis

To give this topic a more practical application the decision was made to embed this important learning into a wider topic around food, and food labeling. Students have been using Microsoft Excel to keep a food diary, which they have embedded into their OneNote class notebook. The benefit of this was that it allows Mr Quealy to access the students’ work and provide the extra feedback, and assistance that certain students require.

The second benefit from using Excel in this situation was that the students were able to develop the basic skills required to complete basic formula, such as percentages and decimals, and data display within Excel through tables and graphs.

“It is great to be able to engage students with real life activities that they can hook onto and see the relevance of life long skills” – Mr John Quealy

Y11 Maths Screenshot

The content library in the class OneNote being used to model what is expected.

 

Mr Howard shares the same sentiments, particularly about the benefits of these students engaging with their devices.

“Numeracy is about being able to use numbers in an everyday setting. If this is the last Mathematics course that these students do, we want it to be useful and practical. We want to be able to teach these students how to use spreadsheets for calculations and organising their thinking. Also if a person is comfortable using a spreadsheet, they will be comfortable using most software that they might be asked to use in a workplace.” – Mr Mitch Howard

 

The benefits of Collaboration between classes

Another clear benefit of this new, computer based course, is that it allows the teachers of both Y11 General Mathematics courses, Mr Howard and Mr Quealy, to collaborate in the planning, delivery and reflection stages of the topic. By having access to each other’s class notebooks, they can keep in close contact, and share ideas, all while obviously maintaining the differences that their individual teaching styles, and student’s needs require.

“It’s also great to be able to collaborate with John, bouncing ideas off each other and seeing which ideas have worked or not. John’s architectural knowledge will be great for when we do our measurement unit on autocad.” – Mr Mitch Howard

A department constantly developing their practice

Within the Mathematics department there are an increasing range of eLearning tools being utilised. There are a small number of staff who run flipped classroom, while others are experimenting with Microsoft Surface tablets. What I particularly liked in this example was the fact that the technology is being used to allow teachers to work more closely together, and use their shared expertise and experience to improve the learning, and engagement, of their students.

It is great to see the increasing engagement with Technology within the department, and I look forward to documenting their innovations in later Blogs.

Inducting Students into a 1:1 Laptop Programme

As the new school year begins, the 1:1 laptop programme at St Andrew’s College continues to grow. As the year begins, all Year 8-11 students are required to bring a laptop to school each day. With the number of Senior College students voluntarily bringing laptops to school growing each year, we are ever closer to all students in the Secondary School having a laptop with them each lesson.

Staff feedback from the first two years of the 1:1 program raised some concerns around two main themes:

  • The first was about the amount of class time that some teachers felt could be wasted at the start of the year, getting all student’s computers successfully connected to school systems, and the class OneNote Notebook.
  • The second concern raised was around the the lack of familiarity of some students with their particular device.
Students working hard on the task

Students working hard on the induction task

In response to these concerns the decision was made to invest some time in the first few days of the 2016 school year to actively try and get Year 9 students more familiar with their own computers, and the systems that we use here at St Andrews College. In consultation with Middle School leadership, it was decided that students would have four periods to complete such a task – with the time being split over the first two days of the school year.

Creating the task

With over 200 Year 9 students the range of ability and engagement with computers was always going to be extremely varied. For this reason I decided to create an induction task that used a single platform, OneNote, as the base, with a range of other resources linked into it, such as instructional videos and surveys.

In an attempt to gain some preliminary information all students were asked to complete a short online survey. Of most interest to me was their responses to the following two questions.

Initial Survey

The results from these two questions particularly gave me the confidence that such a programme was incredibly important for our incoming Year 9 students. While approximately half of our Year 9 intake are from the Preparatory School, where we know they receive a thorough grounding in all things IT; the remainder of our intake arrive from a wider range of feeder schools; from across the city and beyond. A major aim, when writing this task was to ensure that all students gained a basic understanding of both their computers (keyboard shortcuts, power saving settings, and our systems such as printing, emailing and online storage.

This slideshow requires JavaScript.

The basic premise was to write a task that was based in OneNote. To make the task more contextual, the ‘how to use your computer’ material was woven into a basic inquiry-based task that required each student to design their ultimate teenage space in the Christchurch city rebuild. Within the induction task each student was required to complete a wide range of tasks including:

  • Accessing their College email to gain access to the Onenote Notebook
  • Access a variety of video resources around computer care, computer use, and IT systems used at StAC, and complete tasks to reinforce this learning
  • Add preliminary ideas to the Collaboration Space in OneNote about a potential Youth Facility in Central Christchurch
  • Collate and analyse the best ideas from the Collaboration Space, in their own area of the Class Notebook
  • Add audio to their own area of the OneNote, critically analysing their best ideas
  • Learn how to print their work
  • Hand their work in using the Assignment activity on their classes Moodle Page

Upon completion of the task the feedback from the students was extremely positive. A number of individual students commented on the benefits they saw from completing the task:

This task was good because it helped me learn how to use my computer.

I liked how we could try some of the things by ourselves and the demonstrations from the videos.

 

student feedback two

Similarly,Year 9 Tutor staff, who were involved in supporting the students during their induction sessions, were also asked to provide feedback. It was particularly pleasing to see the high regard with which they held the assistance that they received from IT staff during the Staff feedback.

Moving forward

On reflection I am very happy with how this task went. As with doing anything for the first time, I will continue to reflect carefully on all aspects of the task and try and identify the improvements that can be made. Obviously providing adequate IT support over 13 classrooms and over 200 devices is an acknowledged difficulty, but I really hope that the teachers of Year 9 will notice an improvement in the confidence, and capabilities of their classes as the school year gets underway.

Microsoft Video Showcases Innovative Educators

On the 23rd November 2015 Microsoft NZ arranged for a TV crew to film and interview a number of staff and students at St Andrew’s College. The focus of the day was showcasing how the Surface Pro 3 and OneNote were being used creatively within the College. The three teaching staff interviewed were Mr Wilj Dekkers (Year 6 class teacher in the Preparatory School), Ms Tam Yuill Proctor (Assistant Head of English) and Mr Ben Hilliam (Assistant Head of Maths).

These three were chosen as they have been using the Surface Pro 3 since our initial trial group was formed in late 2014 and also because they have recently been named as Microsoft Innovative Educators for 2016:

St Andrew’s College’s three Microsoft Innovative Educators for 2016 from left to right: Mr Ben Hillian, Ms Tam Yuill Proctor and Mr Wilj Dekkers

All three have featured on this blog before, with some of my favourite posts about their teaching being:

What impresses me about these teachers is how natural the integration of technology and eLearning strategies are. As I noted on the post about Mr Hilliam above:

Whilst the phrase “ubiquitousness of technology” is over used, this lesson did demonstrate that when used effectively, the technology is not at the forefront of the lesson. It was not gimmicky or flashy, instead it provided functional improvement to what was already a great lesson.

Certainly, the technology available to achieve this integration is available and well supported at St Andrew’s, something that Ms Yuill Proctor noted in a blog post published today:

At StAC I count myself very lucky to have the technology, infrastructure and guidance available to try new tools to enhance the learning programs and assist with day to day teaching.

Having access to the tools and support increases the confidence of teachers to try new things – sometimes this is simply at a “Substitution” level on the SAMR scale of technology integration – but often it goes deeper into Modification and Redefinition:

SAMR Diving

These three teachers, recognised externally by Microsoft for the innovative work they’re doing in their classrooms, along with our eLearning Integrator Mr Tom Adams, need to function as change agents and ambassadors within the College in 2016, sharing their pedagogy and encouraging colleagues to follow their lead.

In 2014 St Andrew’s introduced the 1:1 Computing Programme to Year 9 students, making it compulsory for all students in that year group to bring a laptop. We have now successfully concluded the second year of this and, in 2016, are rolling back this requirement to Year 8 students in our Preparatory School as well.

Both Mr Dekkers and Mr Adams have been heavily involved in planning the rationale and support for the Year 8 programme. The result of this is that close to 700 students in Years 8-11 will be required to bring a laptop to school each day: clearly the need for eLearning leaders such as those recognised above is critical to ensure staff and students can maximise the value of this technology.

I am really pleased that this video, and the recognition from Microsoft of these three teachers, reflects the huge amount of effort and planning that goes into teaching with technology at St Andrew’s College.

Footnote: One of the happy outcomes from the day Microsoft spent filming was the chance to interview Toby, a budding game developer in Mr Dekkers’ class. This led to a followup Skype interview that I blogged about here

Toby 3

Office 2016 Arrives for Mac Users

maxresdefaultSt Andrew’s College is an Office365 school, making extensive use of the Microsoft OneNote application in particular and we are also compulsory BYOD from Year 9 (we still allow choice of Windows / Apple). Over the last two years we have seen increasing amounts of Apple laptops coming to school with the students and one of the frustrations has been the old Office 2011 available for Macs.

This has changed with Microsoft’s release of Office 2016 for Mac last week, announced on their blog here (see below for the release video) and for the first time it also includes OneNote (for a long time unavailable and then only released via the Mac App Store).

It is strongly encouraged that students remove Office 2011 before attempting the install of the new version – detailed instructions are available here to do this. A video showing the complete installation process of Office 2016 for Mac can be seen here:

The new Office 2016 is distinctively “Mac” in design and brings the feature set much closer to the Windows 2013 version (although, frustratingly, some of the best features of OneNote are not there still). Here’s hoping that updates will improve this so that both Windows and Apple users have comparable functionality.

Another feature that appears to be missing from the new Office 2016 Powerpoint is Office Mix – a fantastic plugin that allows teachers and students to easily record narrated screencasts.

Overall, it’s a big step forward for Mac users and one that I am confident many of our students will download to their BYOD devices since it remains free for our students at St Andrew’s College

Promotional Video for Office 2016 for Mac:

Getting Creative with Writing

This post is based around work done by Ms Tam Yuill Proctor. She has already blogged about this unit here. She has also created a Sway about it, which you can view here.

One of our aims, as an eLearning team, is to foster and supplement the intrinsic enthusiasm of many of our staff. We find this blog is a great way to publicise and celebrate the success that we see every day in our school.

studnetsOne such staff member is Ms Tam Yuill Proctor. A previous post on this blog described her success with using Google Earth to explore film setting with her Year 10 English class. This activity was part of a wider unit exploring the importance of setting within English. In response to the great work her class produced in this activity, Ms Proctor approached me to talk through some ideas to continue this innovation-based learning with this class.

Example video showing a world created by a student to inspire their creative writing 

With a continued focus on setting, the class was given a fairly stereotypical short story brief. Write a short story of approximately 600 words with the theme of Conflict. Each student must produce at least four drafts, make those drafts available to their peers for feedback and feedforward, and act on appropriate advice given. Nothing particularly groundbreaking here!

RCstill

A scene created using the source engine of the game Counter-Strike

However, acting on inspiration gained from a keynote address given by Australian author Michael Pryor at the NZATE English Conference, Ms Yuill Proctor had students design the setting for their story before they wrote it. The period before the recent school holidays, the students were set the task of creating a virtually designed setting for their story. They were able to use any digital platform they wanted, and could spend as much time as they wanted, over the holidays, on the setting. The results were remarkable.

While a smaller number of students contacted Ms Proctor asking if they could work in ‘the real world instead’ the vast majority of the students stuck to the original brief. There was a wide variety of work produced, with settings constructed in Sketchup, Paint, Minecraft and the source engine of the game Counter-Strike.

Sketchup

Student’s setting made using Sketchup

Bringing the learning together

The final aspect of this task involved students recording a short video, or audio recording that would allow them to clearly the author’s purpose, specifically regarding the setting they had designed. The challenge we now faced was what is the best way to tie all this great work together in a way that was accessible for a larger audience. Our original idea was to use the augmented reality App Aurasma, which has been used with some success in the Preparatory School. Unfortunately it quickly became obvious that the use of this App, with this particular group, was going to be problematic as although the class all had their own laptops, not all had a compatible smartphone.

The obvious solution was to host students’ videos on You Tube and create the links with QR codes instead. This proved to be a great decision as all students were able to create and link their codes effectively and quickly. The other pleasing aspect of this success was that it further consolidated my belief that, in a classroom setting, it is usually much more effective to use an easy to use tool, that a more complicated substitute that may, in fact, have any tangible value added.

The 3D printer creating the Minecraft setting created by a student

The 3D printer creating the Minecraft setting created by a student

With many students choosing to create their setting in Minecraft, Ms Yuill Proctor and I were really conscious that it might be difficult for the audience of the story to get a full appreciation of the complexity of a Minecraft setting design from a 1D picture. Resultantly we decided to print these designs on the school’s 3D printer. The knowledge of Joshua Harrison, a member of the IT team, was instrumental at this stage, and I acknowledge his important contribution.

Printed Example of a 3D setting

Printed Example of a 3D setting

Reflections on a job well done

I was particularly pleased with the fact that this, very successful, unit is a great example of a teacher challenging herself, and her students, with an activity that is clearly modification on the SAMR scale.

Ms Yuill Proctor was also very pleased with the results of the unit; especially the fact that it “fully integrated all aspects of the English Curriculum.” The creating meaning and the making meaning Curriculum Strands were both clearly addressed and the structured nature of the unit allowed student agency to come to the fore.

Example of Student Work

The following story is based around a setting created in the source engine of the game Counter-Strike. Use the QR code to see a video of the setting, or click here!

Continue reading

Reflections on a Term of Integration

As the first term of the school year draws to a close, I find myself increasingly reflecting on the first ten weeks as the eLearning Integrator here at St Andrew’s College. Due to the fact that this position was newly established at the College, there was always a bit of a sense of the unknown.

Hitting the Ground Running

Almost immediately, I was struck by the willingness of the College’s staff to embrace change in their pedagogy, and the overwhelming acceptance that eLearning has an important part to play in this development. While, obviously, staff are at differing stages of their experimentation all have been extremely welcoming and responsive to whatever assistance they have received.

OneNote in the Classroom

By far the major focus for staff has been the continued use of OneNote in their classrooms. With a compulsory 1:1 laptop programme now covering all Year 9 and 10 students the majority of secondary staff have been extremely keen to use OneNote in their classrooms. Feedback from staff has been overwhelmingly positive and success with its use to manage and improve student feedback in English and the potential of student collaboration have already been blogged about this year.

By far the most significant development for staff, has been the launch of the OneNote Classroom creator tool. Numerous staff have mentioned to me how they have appreciated the streamlined organisation that this tool facilitates.

The other major developments that has impacted on our student population are the improvements to the complexity of the OneNote app for Mac. Approximately 65% of our students are using Apple laptops and, although the functionality of the app is still not equivalent to that of the Windows Client version, the improvements have helped to raise the engagement levels of students with the software.

Skype developing

A second area of growth within the school has been the use of Skype. Within the senior syndicate of our Preparatory School especially, Mystery Skypes have been popular. Teachers have found them a great way to make initial conact with students in other areas of the world and also as a valuable way to investigate questioning strategies – not to mention they are great fun!

This term has also seen us experiement with other ways to utilise Skype in the classroom. On World Read Aloud Day 8C jumped at the opportunity to connect with a children’s author, Jennifer Swanson via Skype. SwansonThis session was really motivating for the students and it was great to see them having the opportunity to ask their own questions to an experienced author.

“I think that it’s pretty cool that although Jennifer Swanson is so far away we felt like she was right there in the room thanks to Skype. I think that the whole class enjoyed this experience and we all want to do it again!” Elena, 8C

A final development has been the number of staff in the Senior College beginning to experiement with the potential with Skype to supplement the learning occuring in their classroom. A Year 13 English Teacher, Tam Yuill Proctor, is teaching a course based around James Bond. As part of this I am endeavouring to confirm an academic from the Film and Media School at Aberysthwyth University to join the class in an expert capacity. A second example is from our Commerce department who are beginning to develop relationships with business mentors through Skype. Stay tuned for a future blog post highlighting this!

Staff redefining their own boundaries

Elsewhere in the school, it has also been pleasing to see a number of staff experimenting with other aspects of eLearning. Examples of this has seen Google Earth being used to effectively study setting in English, and Excel being used in conjunction with OneNote in the Preparatory School. It has been really rewarding for me to see increasing examples of staff developing the confidence to conceptualise, develop and implement such tasks in an increasingly independent manner!

Staying Connected With Ultra Fast BroadBand

In my first post of 2015 I mentioned that St Andrew’s College had recently invested in a second fibre optic internet connection. A number of people have asked me what that actually means and so I thought I would write a brief blog post to cover this.

In the world of IT, huge effort is often expended trying to remove “single points of failure” within a network. This can be defined as:

A part of a system that, if it fails, will stop the entire system from working. SPOFs are undesirable in any system with a goal of high availability or reliability.

An example of a Single Point Of Failure (SPOF)

An example of a Single Point Of Failure (SPOF)

Many businesses and schools invest significant resources and efforts to build “redundancy” into their networks to reduce the risk of a SPOF and this can take many forms, for example:

  • Having spare hardware such as network switches / servers to replace a faulty unit (this is known as hot/cold because one unit is running, whilst the other is off and waiting to be used if required).
  • Having multiple units running together at the same time in what is known as a High Availability pair (HA). Whilst these can be configured in different ways, it typically means limited manual intervention is required (if any), to switch over to the backup hardware in the event of a systems failure.
  • Having alternative power supplies, such as generators, to keep critical network systems running in the event of a wider power outage.
  • Replicating critical systems to off site locations (for example, our Student Management System (SMS) database replicates changes every 15 minutes to a server in a data centre in Auckland)

The one area where schools and businesses have typically had difficulty eliminating dependency on a single system is around internet connections. Historically, there has usually been only one available internet feed accessible, or the cost of additional connections was prohibitive. As eLearning has increased at St Andrew’s, and with the introduction of the 1:1 Computer Programme in 2014 for all Year 9 students, the need for a dependable, reliable and fast internet connection has become paramount.

StACNot only is it our teachers and students that rely on this, but also our support and administrative staff with more and more communications, financial transactions and payroll taking place via the internet. St Andrew’s College is geographically located on a corner of the busy Papanui Road and Normans Road, resulting in the option to have diverse fibre feeds becoming available in late 2014. Previously, no fibre existed in Normans Road, but as part of Enable Networks fibre roll out, we were able to explore removing our internet connection as a Single Point of Failure.

I looked at  various options with different Internet Service Providers (ISP) and in the end remained with Snap Internet who have provided good service over a number of years to the College.

A typical morning of bandwidth usage at StAC

A typical morning of bandwidth usage at StAC

Whilst our existing fibre connection remained largely unchanged, coming off Papanui Road and terminating in a building on the eastern side of our campus, a new, second fibre from Normans Road was connected into our Preparatory School on the western side of the campus. Both of these follow a diverse pathway to different termination points within the Enable / Snap networks:

Red is the existing fibre on Papanui Road. Blue is the pathway of the new fibre down Normans Road

Red is the existing fibre on Papanui Road. Blue is the pathway of the new fibre down Normans Road

The IT team at St Andrew’s have carried out testing in conjunction with Snap network engineers and the “fail over” time from one fibre connection to the other is less than 5 seconds.

So what does this mean in reality? In the event of something like a contractor’s digger cutting through the fibre on Papanui Road, our internet connection will automatically fail over to route down Normans Road. Conversely, when that connection is repaired and back online, our network will automatically “fail back” to the primary connection (this is managed by BGP routing). The speed of this failover should in all likelihood be transparent to our students and staff – they won’t even know it has happened.

By having the fibre termination points at different locations on our campus we have further tried to reduce the points of failure e.g. if a building was closed / rendered unsafe for any reason. This has allowed us to have multiple fibre pathways around our campus, connecting most buildings in at least two points:

Black lines represent the various ducts that fibre exists in, connecting our buildings  around the campus

Black lines represent the various ducts that fibre exists in, connecting our buildings around the campus

More work is to be done to continue to remove all Single Points Of Failure, however this step towards ensuring high availability Ultra Fast Broadband is a significant step forward for the College.

Microsoft Brings Handwriting to OneNote For iPad

OneNote NoteBook on a student's iPad

OneNote NoteBook on a student’s iPad

Along with all the great eLearning stories that happen within the classrooms at St Andrew’s College, this blog does also try to cover the occasional product release or update that is pertinent to our students and parents.

This week saw a significant update to the free OneNote iPad app from Microsoft, with two new features introduced:

  1. Handwriting directly into a NoteBook with either a finger or preferably, a stylus.
  2. OCR functionality – allowing for searching within images that have been added to a OneNote NoteBook.
    1. UPDATE: Microsoft OneNote Developers have confirmed to me that OCR functionality is only available in OneDrive (Consumer) and not in OneDrive For Business that schools / workplaces use and rely on.

Regular readers of this blog will know that the College has invested significantly into teachers using the Surface Pro 3 tablets (around 25 teachers now have one as their primary device), and 2015 has seen quite a few students bringing a Pro3 to class each day too. Whilst we do run a fleet of iPads in the Junior Department managed by JAMF’s Casper Suite, the lack of handwriting or drawing within the free OneNote app on an iPad has always been a significant drawback.

Until now.

I decided to create a quick video highlighting the handwriting feature of OneNote for iPads, and included the necessary steps to connect with the College’s Office365 account (all OneNote NoteBooks on an iPad must be stored in OneDrive or Sharepoint Online – they can not be stored locally on the iPad only).

The other new feature that is bound to be prove helpful to students is the OCR functionality – in Microsoft’s release notes they say:

With today’s update, text within any image inserted into a notebook saved on OneDrive will be searchable in OneNote on all PCs, phones and tablets, as well as OneNote Online. Once added, the OneNote service will process it and it will start showing up in search results typically within a few minutes.

Searching text within an image inserted into OneNote on an iPad

Searching text within an image inserted into OneNote on an iPad

It is primarily in our Preparatory School that we have seen lots of iPads being used by students and with this update I am sure there will be a re-examination of their usefulness in the classroom, given the tight integration into Office365.