Friday Gem #5 – Hexagon Links Revision

Book

John Parsons saw Nicola use this revision activity in a Year 11 Geography lesson last term. She borrowed the idea from Hannah. John said it was an “absolutely brilliant activity to help girls explore and remember links between concepts as they returned to a topic studied a year ago.” I love this activity – it feels like a more purposeful version of the quiz show game ‘Only Connect’ and it can be used across many subjects.

What is it?

  • There are key terms in each hexagon which are joined using a letter from the alphabet.
  • Students work by themselves or in pairs to suggest a link between the two key terms based on knowledge acquired previously in the course.
  • The key differentiator is to push students to really justify the link, perhaps using named examples etc.
  • The teacher then uses Q&A to further extend their ideas when sharing as a class at the end.

This is effective because…

  • By connecting ideas, students are building schema in their long term memory. Schema are like networks which organise interrelated concepts in an efficient and powerful way. When we need to use ideas from our long term memory, recalling schema allows us to be more flexible with the limited space in our working memory.
  • This task encourages pupils to understand a concept in multiple ways. Mentally tying together information/ideas is called ‘elaboration’. This is proven to enhance transfer into long term memory.
  • It requires pupils to pithily articulate their thoughts and to justify themselves, building confidence in their knowledge and understanding.
  • It’s fun and game-like!
  • For more information on building long term memory, click here: http://theelearningcoach.com/learning/long-term-memory-and-learning/

How does Computer Science equip us for life?

Mr Ian Richardson, Head of Computer Science at WHS, examines the broader transferrable skills that pupils can develop in the subject, and how these can help pupils to prosper in life away from the screen.

Computer Science is a unique subject which is developing at an incredibly rapid pace. In many conversations with parents, it seems that everyone grasps the importance of understanding how computers work and of being able to bend them to our will. However, since the change from the Information and Communication Technology syllabi, a number of parents and colleagues are still unsure as to what it is we, as Computer Scientists, do in our classrooms.

The simple principle is that our pupils should be able to sit down at a computer and be presented with a problem. They should be able to start from nothing but a blank page and then design, implement, test and evaluate a program which solves that problem. The scale of the challenge is significant, whether at A Level or Year 7. The little victories and celebrations along the way are what get students into coding and make teaching the subject so enjoyable. In this article, I am going to look at what I think are the key transferrable skills for the subject.

Coding
Above: From Gov.uk

The Essential “Tools” for Computing

The curriculum for the subject is designed to promote thinking skills and metacognition. The first key skill with which pupils become acquainted is abstraction. A simple everyday example of abstraction at work is the map of the London Underground; the map does not depict the geographical placement of stations, but simply the connections between them. Abstraction is the skill of seeing the woods, despite the many trees that could obscure the view. By teaching our pupils the skill of abstraction, we can teach them to think beyond the details of a problem and to think about the patterns and the connections which in turn teaches them to make generalisations to help solve a problem.

Next comes decomposition; breaking a large problem down into increasingly smaller sub-problems until they can be solved easily. It is instinctive for most pupils, when presented with a problem, to worry about the entirety of it. It takes practice to learn to develop a structure, to work out the key parts of a solution and to build from there. Students learn to “Divide and Conquer” for success and this approach can help students to solve problems in any future learning tasks which require design skills.

Finally comes the programming itself. It can seem that there are simply huge numbers of confusing commands to learn within programming. However, it is the structure of the program which is of the greatest importance and in this respect there are relatively few things to learn. As a student continues, they may become familiar with subroutines, classes and modules but on the whole, it boils down to sequence, selection, iteration. Individual commands and keywords can be looked up in reference books, but the skill of structuring program takes time and practice to develop. It takes time to master (think Anders Ericsson and 10,000 hours) but encourages pupils to approach problems methodically.

As well as those all-important subject skills, Computer Science has the capacity to help us grow and develop as individuals.

Failure as a Stepping Stone to Success

Coding is a discipline which gives us unparalleled opportunities to conquer our fear of failure. It is often estimated that the industry average for errors is “about 15 – 50 errors per 1000 lines of delivered code.”[1]. It can be daunting to receive error messages when you first start to learn to program and it seems like you struggle to type a single line without making a mistake. Over time, pupils can learn to:

1 – Accept that they have made a mistake

2 – Accept that they have the capacity to put it right

3 – Analyse their own work to find the error (often as simple as a missing parenthesis or extra space)

Exposure to lots of low-stakes risk-bearing situations through programming and debugging can teach resilience, independence and curiosity. It also helps to develop patience and a sense of humour can go a long way too.

Creativity and Curiosity

Computing can be easily overlooked when thinking about creative subjects. Computer programmers use the tools at their disposal to solve challenges every day. Successful computing students learn to master the simple techniques at their disposal and begin to apply them in new scenarios. Over time, they start to think up their own projects and to investigate their own ideas. Perhaps they start to see ways in which a project in another subject might be enhanced with some automation.

Flow

Programming can become an all-encompassing activity. There is always one more bug to fix, or one further improvement to make. Along the way, there are also small moments of joy and times when a pupil can make a computer do something fun or exciting. Between the two extremes of frustration and celebration, it is easy to lose track of time. The ability to focus on details and to deliver with precision are yet more useful skills that pupils can develop through the subject.

Independence

Whilst the theory aspects of the subject can be taught in a more traditional manner, the practical elements of Computer Science have to be learned rather than taught. Whilst individual students require more or less scaffolding to come to an answer, the PRIMM model for teaching (Predict, Run, Investigate, Modify, Make)[2] encourages independence of thought and a structured approach to tasks and trains the student to analyse and learn from what is presented to them, rather than expecting a teacher to impart knowledge.

Evaluative Thinking

One of the key skills that pupils are taught in computing is to evaluate. It is one thing to know how to understand or to build a program, but quite another to be able to compare two different algorithms for completing the same task.

Pupils are taught to look at algorithms such as “Bubble Sort” and “Quicksort”, to understand the differences between them and to make judgements as to which is best in a given situation. As they continue to study, they learn formal language for explaining the comparisons, as well as how to spot patterns in code that may lead to inefficiency.

In addition, given the impact of algorithms on everything from advertising to politics via driverless cars, it is also crucial for students to be able to articulate the ethical arguments for and against the use of technology. Students of the subject learn to understand the potential and the limitations of computers and have the potential to lead the debate in the future.

Conclusion

There is more to studying Computer Science than people first think. Students can equip themselves with a whole host of transferrable skills ranging from abstraction to patience, all of which will positively impact their school studies, their further education and beyond. To assume that Computer Science is simply about computers would be wrong.


REFERENCES

[1] S. McConnell, Code Complete: A Practical Handbook of Software Construction, Microsoft Press, 2nd Edition June 2004, p521

[2] S. Sentence, J.Waite and M.Kallia, Teachers’ Experiences of using PRIMM to Teach Programming in School (Author Pre-Print),[website], January 2019, https://primming.files.wordpress.com/2019/01/pre_print_teachers__experiences_of_using_primm_to_teach_programming_in_school.pdf,  (accessed 31 January 2020)

Friday Gem #4 – ‘Do Now’ Starter

This idea comes from Nazlee, who shared it with the assessment and work scrutiny working party this week. It’s a quick but powerful way to start a double lesson with some low stakes retrieval of prior learning in order to strengthen long term memory.

 

What is it?

  • At the start of a double, put on the board three to four short questions/activities.
  • They should require pupils to recall prior learning from last lesson, last week, last term and last year.
  • They questions should be quick to complete and quick for the teacher to check in class.
  • This should take no more than 10mins in total.

 

This is effective because…

  • Interleaving and spaced retrieval practice are both proven to strengthen long term memory. Increasing storage strength is really important for our bigger, linear GCSEs and A Levels. Here are two great articles from the ‘Learning Scientists’:
  • Studies show that low stakes testing deepens learning: assessment as learning.
  • Routine knowledge recall produces better organisation of knowledge/concepts for pupils. Powerful schema are built in the pupil’s memory.
  • Immediate feedback allows teacher to quickly put right any misunderstandings (shown to be important in consolidating learning) and it identifies gaps in understanding to be addressed.

Examples from Nazlee (Maths) and Mary (Chemistry):

Maths Year 7:

 

 

 

 

 

Maths A Level:

 

 

 

 

 

Year 11 Chemistry:

Do table top role playing games have a place in the classroom?

Mr Rob Dunn, Head of Physics at Wimbledon High School, known to some as Fyro, the half-Orc Bard, discusses the place that table-top RPGs (role-playing games) might have in schools generally and in supporting learning in the classroom.

I am proud to say, I’m a nerd. In the past, that term was defined as someone who loves ‘uncool’ things such as Physics, Maths, Computers, and of course Dungeons and Dragons. But now, thanks in part to the popularity of The Big Bang Theory, The Witcher, and Stranger Things, the nerd has become cool, and along with them, everything that they were associated with.

As educators, it can often seem that we are competing for the attention of our students with the influences of pop-culture, so when pop-culture directs their attention to us it would be missed opportunity not to capitalise on it.

Dice
Above: A d20, the most commonly used die in table-top role-playing via Wikimedia. 

For those readers who are unfamiliar with how table-top role-playing games (RPGs) work, they are simply a structure and set of rules that allow players a space to live in a shared imagination. This shared imaginary world is curated by one player known as the ‘Game Master’ or GM. For beginners, this world usually based on published source material, such as the ever-popular Forgotten Realms of Wizard of the Coast’s Dungeons and Dragons. However, once the basics of gameplay have been grasped the only limit is your imagination, or perhaps a handful of dice that seem determined to kill you!

You play all sat around a table together with the GM at the head. You’ll debate with your fellow adventurers over who needs to do what next to solve the seemingly endless torrent of problems that are being thrown at you, you’ll be running a constant string of probabilities through your head as you try to decide if the chance is glory is worth the risk of another throw of the dice, you’ll socialise with your friends, and above all, you’ll share in the telling of a story that is unique to you and your group.

Playing RPGs develops a player’s imagination, creativity, storytelling, confidence, and the depth of social interactions. These are all skills that as a teacher I long for my students to show in the classroom, regardless of the curriculum I am trying to teach. In Physics particularly being able to think outside the box to solve a tricky exam question is often the difference between an A and A*, so if we can teach just a little of that in an activity that the students voluntarily commit to, then to me that is a ‘critical hit!’

Above: Nikolai Telsa in his laboratory in 1899

Other topics we teach in Physics can be very abstract and difficult for some students to engage with. Perhaps if we could immerse the students 1880s New York and the electrifying battle between Nikola Tesla and Thomas Edison, we might make the often opaque world of transformers a little less mystifying.

I wonder if this might work in other subjects as well. An English department might base a game in the world of the text they are studying, or a history lesson might take the students through the dizzying streets of medieval London. In Politics, students might develop their own systems of government for the world in which they’re playing, while the geographers draw topologically accurate maps that they can use in games that display the different land and rock formations they have studied. In Music, the composer Nobuo Uematsu, who wrote the music for the Final Fantasy game series, is a set composer at A Level, enabling pupils to study the link between music and gaming.

At Wimbledon High School we have a growing extracurricular Dungeon’s and Dragons club with 3 different campaigns in play, some written and run by the students themselves, and one even counting teachers among the party of adventures. We have a great time playing each Friday lunchtime, and as I head to afternoon lessons I can’t help but wonder if a little bit of that style of fun and social learning can find a place in my next lesson.

So I’m calling on teachers everywhere, join me at the table and let’s ‘roll initiative’.

Friday Gem #3 – The power of Océane

This idea comes from Richard Bristow, who turned to Océane for support in navigating the depth and breadth of academic literature about ‘why arts should feature in STEAM’. She is a powerful researcher and was ready to use her expertise to help.

How did Océane help?

Richard said “Océane was brilliant in helping me to navigate this area, giving titles from our own library as well as sorting through online resources. She directed me to really interesting research from Universities concerned with this question, meaning I could focus my initial thinking before going off on separate tangents. The big problem I have when using an online resource like JStor is that I get easily distracted – there’s always another really interesting article to read – and before I know it a double free has gone and I’m no closer to answering my original question! By giving me targeted resources I’ve been able to format an answer to my initial problem and then go on to look at secondary materials.

I’ve since asked her to do the same for my Year 10 and 12 pupils on targeted research for the Baroque Period and French Art Music by Messiaen; she has produced beautiful and informative worksheets for me to use with my pupils helping us to have focused research. Thank you Océane!”

Think about how the brilliant Océane could help you. Once you’ve tapped into her expertise for the first time, she will no doubt become indispensable to you.

“Vaulting the mere blue air that separates us”: History and connection

Ms Holly Beckwith, acting Head of History at WHS, looks at how history can connect past, present and future.

A true heroine left the world when Toni Morrison died last August. At university, I devoured her novels and vividly remember reading The Bluest Eye, Jazz and Beloved. They connected me to another experience and a different way of viewing the world. They enabled me to see the pain and disruptive effect of trauma on consciousness and identity and feel a deep sense of empathy for fictional characters and an understanding of their experiences that I had not and could never have. In her novels, we vault “the mere blue air that separates us” effortlessly.

History is all about vaulting the mere blue air. Through studying the stories of the past, we vault the mere blue air of time and circumstance to access another, often unfamiliar and distant, experience. We connect to the human stories of the places we live and the places we travel. One of the reasons for studying the past is to render the unfamiliar, familiar, whilst simultaneously understanding the distinct otherness of the past.

What I loved about reading Toni Morrison’s novels is the powerful way she set about disrupting what we think of as familiar. In Beloved, she confronts ‘national amnesia’ on the subject of slavery in America, invoking the genre of the slave narrative and disrupting it by bearing witness to the interior lives if the slave narrator, whose story was hitherto constrained and shaped by the Abolitionist cause. She disrupts the single hegemonic narrative, using the novel as a vessel through which to tell multiple stories. She urges us to seek new connections to the past but she also views the past as something that cannot be easily contained, its remnants multiply in memory and ‘rememory’ and ghosts.

As History teachers, one of our purposes should be to disrupt the familiar and received stories of the past that are propagated in the media and public discourse. One of my lesson mantras is that asking questions about the past is just as important as constructing answers to them. While the National Curriculum in England for History aims for pupils to “know and understand the history of these islands as a coherent, chronological narrative, from the earliest times to the present day” and a secure chronological grounding is important, it is fundamental that we don’t see the past as something that can be retold as a single story.

Such epistemological concerns have been part of the debate among History teachers for years, but there has been a drive more recently to render our curricula more diverse. While our current History curriculum provision at Wimbledon High engages with multiple and varied narratives of the past (by, for example, exploring connections along the Silk Road in Year 7 or using Said’s Orientalism to question our way in which Year 13 perceive colonial encounters) there is always room for us to rethink how we can do this in new and interesting ways. This will be particular for us over the next few terms and why we are aiming to build up a wider conversation surrounding diversity and curriculum planning when we host a conference at Wimbledon this summer for History teachers within the GDST and at our partnerships schools.

Our study of the past should vault the mere blue air and seek new connections.


References

Tracy K. Smith https://www.nytimes.com/2019/08/06/opinion/tracy-smith-toni-morrison.html

Toni Morrison The Origin of Others

 

Friday Gem #2 – “Categorise in any way you find interesting”

This idea comes from Claire Baty, who I saw use it in her Year 10 French lesson. However, I think it can be easily adapted to suit lots of different subjects.

 

What did she do?

  • For each pair of pupils, she set up a collaboration page on OneNote full of adjectives. Some adjectives were familiar, and some were new.
  • The instruction was for pupils to drag the words around the collaboration space and to group them “in any way they find interesting’.
  • She didn’t define what she meant by ‘interesting’, giving pairs the freedom to think independently, creatively and logically.
  • Pairs were immediately deep in debate as to first, what categories to use, and then how to categorise the individual words…some were not easily categorised!
  • There were lots of different interpretations of ‘interesting’: some pupils took a grammatical approach (grouping words by how they are used in a sentence); some a semantic approach (grouping words by their meaning); some a metacognitive approach (grouping words with whether they were new or difficult)…and some did something more personal and quirky! (see a couple of screenshots of this below)
  • She then showed the collaboration spaces to the class, with pairs explaining their approach.

 

Of course, you don’t have to be grouping adjectives. You could ask pupils to group anything, BUT it works best where there can be debate and flexibility about how and what to group.

 

This is effective because…

  • The task allowed for natural differentiation, with pairs choosing to group words in more complex or simpler ways (for a great article about differentiation by task rather than activity, read this https://learningspy.co.uk/english-gcse/building-challenge-differentiation-thats-quick-and-works/ )
  • It opened up rigorous, independent debate between pupils as they weighed up why words should be grouped in a certain way.
  • It recapped prior learning and allowed for independent exploration of new words (and the way they work within sentences).
  • It modelled a way to revise vocabulary – by grouping vocab in different ways to make networks/schemas of words and ideas. This is great for memory recall.

Connecting the Arts in the Primary Classroom through Ekphrastic poetry

Ms Beth Ashton looks at ways we can connect the Arts in Primary Education, arguing that the discipline of ekphrasis (connecting visual arts with poetic form) helps learners to develop creative expression.

The power of the visual image in relation to development has been extensively studied. Many of the skills of analysis used in decoding an image are also present in the analysis of text. Images are the way we first experience the world, and inspire immediate and emotive responses from students. I chose to explore the use of paintings as a stimulus for poetry writing with Year 6 students. This discipline of using visual arts in dialogue with poetic form is a discipline known as ekphrasis, and has been used by celebrated writers throughout literary history.

It is significant to note that simply using an image as a stimulus for poetry would not meet the criteria necessary to achieve true ekphrastic work – the intentionality of the artist is essential in order to create a dialogue between poet (in this case Year 6 girls), painting, and artist.

Research shows that when using a painting as the stimulus for poetry writing, children invent a context, story and message around the image. They are thus inventing their own story and interpretation of the artwork, and communicating truths about themselves in the process, through the meanings they project onto the painting. The poet is not simply writing a descriptive piece about the subject (i.e. the painting), they are using the subject as a way to communicate truths about themselves.

This process of exploring context and creating a message through creative expression is one which can, if we are not vigilant, fall by the wayside in the classroom. The National Curriculum focuses on the structural elements of writing, such as grammar and syntax. Whilst these are of course essential, they are not, and should never be, the driving reason behind the study of English Literature. Reading objectives and national assessments currently require students to interpret a text in order to locate an absolute, definitive meaning, which is not open to subjective interpretation. Anyone who has any experience of literature, from Shakespeare to Horrid Henry, knows that meaning is fluid and highly dependent on the context of the reader; this is what makes reading one of life’s great pleasures.

By engaging children in writing based on visual images and artwork, we are encouraging them to embrace the idea of ambiguity, and the possibility that there are many different ways to interpret artwork, whatever the medium. We are also teaching our students that the meanings we make are dependent on our context, and may change over time. These skills are essential, as pupils learn to grapple with difference and tolerate alternative perspectives to their own world view.

In order to explore Ekphrastic poetry, pupils studied Waterhouse’s The Lady of Shalott, analysing the image as a whole class and trying to predict what could be happening within the image. They then read Tennyson’s poem of the same name. The second intervention followed the same structure, with a different painting. This time, the pupils analysed George and the Dragon painted by Paolo Uccello in the 14th Century. Pupils then read an abridged version of the poem Not My Best Side, by U.A. Fanthorpe[1], written in the 1970s. Through writing in role as the characters in the painting, Fanthorpe produced a commentary on established gender roles. The inner personalities of the characters are revealed in first person, showing a subversion of the roles played in the painting.

Following analysis of the second painting and poem pair, the pupils were invited to choose a piece of artwork to bring to class, from which they would produce their own poem. Poems ranged from first-person diary entries, written in role as Ophelia, to reflections on Monet’s Waterlilies, writing in role as a lonely bridge, stretching over a pond.

George and the Dragon painted by Paolo Uccello

Ekphrastic poetry is a useful and engaging way in which to encourage children to take ownership over different art forms and begin to see the links across the curriculum. It is also an impactful and insightful way to create a classroom which values ambiguity and open-ended meaning making.


[1]
See http://english.emory.edu/classes/paintings&poems/uccello.html for the full poem

Friday Gem #1 – Silent Teacher

This idea comes from Helena, who observed Roz using this technique really successfully last term with a Yr11 class doing simultaneous quadratic equations. However, the technique can be used in lots of different subjects and contexts.

 Roz started by showing the steps to an algebraic solution without explaining what she was doing. Pupils had to watch intensely, work out for themselves the logic of the steps, and then give it a go or join in when they caught on. She said that by using this method, the class understood more quickly than if she had explained it.

Rather than overload pupils with visual worked examples AND teacher explanations, this is an opportunity for pupils to intensely focus on one thing…what you are showing them on the board. This reduces cognitive load, demands an intense focus and relies on independence as pupils have to work things out for themselves. It’s riveting and game-like!

This will work in subjects where there is logic, problem-solving, patterns and steps. I can also imagine it working in arts subjects – there are patterns and linked ideas within and across literary texts, for example. You could start by putting a text on the board highlighting particular words. Pupils have to work out the link and pattern and continue independently in their own texts, annotating their own ideas as they go.

So, in summary:

Learned helplessness: is the modern approach to pastoral care really helping our students?

This Winter Term the Schools Practice at Odgers Berndtson launches the first series of articles for its new Voices in Education series. These articles are written by a number of leading voices across the schools sector. They have been written to start conversations about important challenges, opportunities and ideas within the schools sector today. In this original article, Ms. Fionnuala Kennedy, Senior Deputy Head at Wimbledon High School GDST, writes about the need to ensure that pastoral care in schools is enabling resilience and not teaching helplessness.

I am realising as I get (inexorably) older that there are certain things at which I have learnt to be entirely helpless. These include but are in no way limited to: replacing the spotlights in my kitchen ceiling; knowing how the staffroom photocopier works; memorising people’s phone numbers; and running 10km. It horrifies me to have had this realisation. I consider myself to be an independent person, capable and well-educated, and yet these are all basic things I can no longer do. They’re not things I could never do, such as dancing en pointe, or flying a plane, but things I have slowly erased from my skillset, either because I no longer require the ability to do them as I have someone else to do them for me (ceiling lights, photocopying), or technology means I no longer have to use my brain to complete these tasks (phone numbers), or I haven’t practised them enough and so have lost the ability to do them (running).

We’ll all have these elements of our lives that we can no longer access, and perhaps it doesn’t matter. Perhaps it’s simply inevitable that in the wiki/google/Alexa age, we no longer need to memorise phone numbers or indeed anything; that knowledge is no longer necessary or even relevant (nonsense, of course); that a key aspect of becoming more senior in your career means you’ll forget how to do some of the more administrative tasks; and that as we get older we have less time to spend on leisure activities such as running.

But, it got me thinking, this erosion of ability, this learned helplessness I have slowly developed as a result of others doing things for me, or because I haven’t exercised the right muscles to maintain the skill: to me, this loss of ability perfectly represents a key and indeed increasingly crucial element of pastoral care in schools which is threatening the ability of our pupils to develop skills for themselves. This is no way to minimise the importance of supporting young people experiencing poor mental health, and Wimbledon High is a pioneer in ensuring we are open in our thinking and discussions around those serious issues. But it is my increasing concern that the ever-earlier interventions of pastoral leaders and carers, as well as the anxiety surrounding the modern approach to parenting, means that teenagers are losing the ability to help themselves in testing situations. And we know it’s an ability they are losing, rather than one they never had – just like my running. When you see a toddler learning to walk, they will naturally pick themselves up after a tumble, using the nearest item of furniture to carefully but determinedly find their feet again. They learn for themselves that they are not helpless, that it is within their ability literally to keep on going. So we know children instinctively understand what it is to work something out, to struggle until a goal is met and to rely on their own strength to do so.

It stands to reason, then, that when we remove obstacles from children’s paths at the first sign of struggle or distress, when we over-medicalise or put into a therapeutic context what could well be simply an expression of sadness or anger, and when we move in to solve problems for young people rather than asking them how they wish to approach an issue for themselves, we are encouraging learned helplessness, removing from them slowly but surely the ability to cope and navigate as they head off into the world, without us acting as stabilisers. Our intentions are wholly good, and the outcome a potential disaster. Resilience must be developed by the individual themselves, not handed out as a gift.

So, what’s the answer? Well: we must be robust with parents, laying out the approach of the school and sticking to it, not giving in to parental pressure to intervene in an area of a pupil’s life when you know it’s not the right call. We quote to our parents Beckett’s phrase: ‘Ever tried? Ever failed? No matter. Try again, fail again, fail better’, adding that what he did not write was ‘Ever tried? Ever failed? No matter. Text your mum, she’ll ring the school to complain and you’ll be put into the netball team after all’. A true, trusting partnership with parents is absolutely crucial.

Quote
Photo above (Pinterest)

And what about the pupils? I really like asking them to adopt the ‘Three Before Me’ mantra: which three things have they tried before coming to me for help, and why do they think those things didn’t’ work? I’ll guarantee that you’ll find that 9 times out of 10 they are yet to try anything for themselves…

And finally, what about us as educators? Well, it’s difficult, but I try always to ask myself: am I unconsciously removing obstacles here without needing to do so? If so, is it because it’s quicker to arrive at a solution which will suit the child and parents, and I am very busy? Is it because I genuinely care and really want to help alleviate the suffering of the pupil short term? The answer is almost always yes to at least one if not both of those questions. We all came into this career because we are the solvers of problems, the finders of solutions, and because we want young people to be happy and to thrive. But we run the risk of raising a generation of young people who have learned from us not only Shakespeare, and differentiation, and chess, but also how not to manage themselves in times of difficulty or complexity.

It is not the role of schools to keep a child’s life storm-free. Rather, it should be the aim that every child leaves school able to say, along with Louisa May Alcott, ‘I am not afraid of storms, for I am learning how to sail my ship’.

Quote
Photo above (QuoteFancy)