Forum Replies Created
-
AuthorPosts
-
It is great to hear from someone else who is new to Minecraft but can already see its massive potential for classroom engagement.
One feature of your lesson idea that I really liked was how naturally you integrated Mathematics through measuring, budgeting, and planning, alongside Visual Arts for designing the attractions. This beautifully supports your learning objective of collaborative problem-solving. For 3rd class pupils, having a practical limit like a “budget” or spatial measurements means they cannot just build randomly. It forces them to negotiate, make creative compromises, and use logical thinking to get the most out of their fairground design.
As a practical suggestion for the budgeting aspect, you could give each group a set number of “tokens” or block limits for different materials (such as wood, redstone, or wool) so they have to physically calculate their costs before they start building in the world. How do you think you will structure the group roles within Minecraft to make sure every pupil gets a fair turn at building versus planning? Thanks for sharing such an inspiring and well-rounded lesson plan!
- Name of the Demo World Chosen
Hour of Code: Inclusion (A Tale of Two Villages)
- Short Overview of What the Lesson/World is About
This immersive demo world is set in a divided land where two communities, the Villagers and the Illagers, have lived next to each other for centuries but have never interacted due to bias and misunderstanding. Players use block-based coding to program an in-game “Agent” (a small robot helper) to complete collaborative tasks. By building structures, solving puzzles, and clearing physical obstacles, the player helps the two communities share resources, build empathy, and ultimately unite.
- Lesson Plan, Learning Objectives, and Associated Resources
Summary of the Lesson Plan:
Students are introduced to the world’s conflict and complete two quick onboarding coding tasks (moving the Agent and planting a sapling). They then choose from six distinct coding challenges divided between the two villages, such as building a fishing dock, creating a protective garden fence, or constructing a railway to help the communities trade.
Learning Objectives:
To understand and define the concepts of diversity, inclusion, and community cooperation.
To design, sequence, and debug block-based coding algorithms using commands like loops and conditionals to solve specific in-game challenges.
To practice problem-solving by breaking down (decomposing) large problems into manageable steps.
Associated Resources:
Minecraft Education App (running the built-in free demo world).
The official educator guide, lesson plan, and printable “Coding Solution Answer Key”.
Student reflection journals for mapping out algorithmic steps before coding.
- Irish Curriculum Link & Focus of Learning
This world aligns perfectly with the Irish Primary School Curriculum under SPHE (Social, Personal and Health Education) and the Primary Maths Curriculum (PMC):
Primary SPHE (Myself and the Wider World): Specifically linking to the strand units Developing Citizenship and Media Education. The focus of learning is on recognizing bias, exploring how stereotype-driven decisions cause harm, and identifying the positive impact of cooperation and diversity in a community.
Primary Maths Curriculum (Computational Thinking & Spatial Awareness): It provides a concrete platform for pupils to engage in spatial reasoning and algorithm design, matching instructions directly with physical output in a virtual 3D space.
- Adaptation and Pacing for Irish Pupils (Infants to 2nd Class)
Because actual micro:bits and high-spec hardware may not be fully available or suitable for younger classes, I would modify the pacing and support rather than using the world exactly as it is:
Pacing (Highly Guided): Since children in lower primary classes (Infants to 2nd Class) are still developing literacy and fine motor control, the self-led aspect of the demo would be too challenging. I would run this as a whole-class interactive lesson on an interactive whiteboard.
Modified Support: I would control the keyboard and mouse movements of the player on the big screen, while the pupils work collaboratively in groups to design the step-by-step algorithms. For example, to build the fishing dock, I would ask the pupils: “How many blocks forward does our Agent need to move? Let’s count them together!” This keeps the focus on logical thinking and spatial counting without the frustration of navigate-by-keyboard controls.
Follow-Up Discussion: I would transition the digital lesson directly into a circle-time discussion (SPHE) about our own classroom community: How do we make sure everyone is included at playtime? How is our classroom stronger because we are all different..
July 13, 2026 at 9:07 pm in reply to: Module 3 – Game Design with MakeCode Arcade and Curriculum Integration #260056I love the sound of Burstin’ Balloons – Two Player Party!
One feature of your game idea that I really liked is the carnival booth setting with the mouse pressing a lever to inflate the balloon. This theme is incredibly visual and exciting, especially for primary school pupils. It perfectly supports your game objective and player experience because it turns the physical action of tapping a button on the keyboard into a fun, real-world visual representation (pumping the balloon) on the screen. It makes the counting and hand-eye coordination practice feel like a real arcade game!
Since you used decomposition to figure out the coding for the second mouse, I was wondering: did you decide to make it a competitive race between the two players, or a co-operative challenge where they work together to get the balloon to the top before the 20 seconds run out?
July 13, 2026 at 8:59 pm in reply to: Module 3 – Game Design with MakeCode Arcade and Curriculum Integration #260046https://makecode.com/_gEY7m1Rds0ju
- Game Title
Pac Pizza
- Curriculum Area and Learning Objective
- Curriculum Area: STEM Education (Mathematics)
- Learning Objective:
Children will be enabled to count, compare, and record values up to 10 and beyond by tracking their live score on the game screen.
- Simple Storyboard
- Location (Setting): A bright, colourful screen background.
- Player (Sprite): A custom happy face sprite controlled by the user using the arrow keys.
- Relevant Game Elements: A delicious pizza sprite that pops up randomly on the screen.
- How to Play, Score, and Win:
The player must use the controller to guide the happy face toward the pizza. Every time the happy face touches the pizza, the player scores a point, a 10-second countdown timer resets, and the pizza instantly jumps to a new random spot on the screen. The goal is to chase the pizza down as many times as possible to get the highest score before the timer runs out.
- Computational Thinking
- Computational Thinking Process Used: Algorithm Design
- How I used it:
I used algorithm design to write a clear, step-by-step instruction set for the computer to handle the interactions. Specifically, I created an overlap algorithm (conditional logic): IF the happy face sprite overlaps with the pizza sprite, THEN change the score by +1, restart the countdown timer, and place the pizza sprite at a random and screen coordinate. Designing this sequence of instructions allows the game to react instantly every single time the happy face catches the pizza.
-
This reply was modified 6 hours, 55 minutes ago by
Ciara Culloty.
July 13, 2026 at 8:38 pm in reply to: Module 2 – Introduction to Coding with MakeCode Micro:bit #260038I actually initially tried to complete this exact “Rock Paper Scissors” tutorial on my phone, but I just couldn’t figure it out because the screen felt a bit too fiddly for navigating the blocks. I ended up switching to a laptop and doing the “Flashing Heart” tutorial instead to build my confidence, but reading your post makes me want to give this one another go on the bigger screen. It sounds like a really brilliant, hands-on lesson idea. I love how naturally it connects coding to mathematics through tally charts and probability, and the idea of working in pairs to test and debug the game is a fantastic way to build teamwork and problem-solving skills in the classroom.
-
This reply was modified 7 hours, 16 minutes ago by
Ciara Culloty.
July 13, 2026 at 8:34 pm in reply to: Module 2 – Introduction to Coding with MakeCode Micro:bit #260034I chose the “Flashing Heart” tutorial as a gentle introduction to computing because, as someone who initially felt a bit apprehensive about coding, switching from a fiddly phone screen to a laptop made this visual project highly accessible and built my confidence. The program itself uses a continuous <code data-path-to-node=”0″ data-index-in-node=”302″>forever loop to alternate between showing a heart icon and clearing the screen every 500 milliseconds, creating a steady beating animation on the MakeCode on-screen simulator’s 5×5 LED grid. This project https://makecode.microbit.org/S69478-85816-79142-90258 can easily be transformed into a fully simulator-based, integrated STEM lesson on Our Bodies for lower primary school pupils in Ireland (Infants to 2nd Class), with no physical hardware required. In this lesson, children explore how their hearts pump and how to feel their own pulse (Science), use the interactive laptop simulator to see how computer instructions control virtual lights (Technology) and practice counting the simulated flashes up to 10 or clapping in time with the screen’s steady beat (Maths).
-
This reply was modified 7 hours, 20 minutes ago by
Ciara Culloty.
July 10, 2026 at 12:02 pm in reply to: Module 1 – Foundations, Computational Thinking, Policy Context and SSE #258108As an HSCL coordinator and ICT Lead in an urban DEIS Band 1 school, my reflection is guided by the Looking at Our School 2022 (LAOS) framework, focusing on how we “promote a culture of collaborative learning.”
Strength: We successfully use digital tools to bridge the gap between school and home, tailoring communication to support our community.
Area for Development: As an AP1 post holder, I want to embed tech into our School Self-Evaluation (SSE) process to address digital exclusion. I have noticed several parents struggling with the Aladdin app due to unmet literacy needs, so we must evaluate how our digital systems inadvertently create barriers.
Actions:
1. Design a highly visual, audio-supported consultation survey to capture baseline data on parents’ genuine barriers to using school apps.
2. Run targeted, small-group Aladdin workshops for parents, focusing on navigating the interface without relying heavily on text.
That’s a fantastic and well-structured lesson plan for exploring adjectives! It’s clear you’ve thoughtfully integrated AI tools to enhance both the creative and assessment aspects of the lesson.
The idea of using students’ descriptive passages to generate AI images is particularly engaging and a brilliant way to bring their writing to life. Incorporating Speaker Coach for presentation feedback and Magic School for quiz generation also shows a comprehensive understanding of how AI can support various stages of the learning process. Your reflection on the opportunities AI presents for both teacher planning and student engagement truly highlights the potential of these tools in the classroom
Exploring Light and Sound: How We See and Hear for 3rd and 4th Class.
By the end of this lesson, students will be able to identify light and sound sources, explain how light enables sight and creates shadows, describe sound production via vibrations and its travel, and understand eye and ear protection.
The Explore phase (20-25 minutes), featuring Hands-on Stations/Demonstrations. At Light Station 1 (Sources & Shadows), students identify natural/artificial light and use a torch and opaque objects to create and manipulate shadows. Light Station 2 (Reflection) uses a mirror and torch to show light bouncing. Sound Station 1 (Vibration) involves plucking a rubber band, touching a tuning fork, or tapping a drum to feel vibrations and discuss sound creation. Sound Station 2 (Sound Travel) involves whispering into a tube/string telephone to discuss sound travel through materials. Following this, in AI-Assisted Fact Finding (Small Groups), groups (Light/Sound) use computers/tablets with child-friendly search (e.g., Kiddle, Google SafeSearch, or Microsoft Search Coach) to find one interesting fact or technology example, focusing on simple, reliable information.
The Explain phase (15-20 minutes) starts with a Class Discussion & Defining Concepts. Groups share their facts, and the teacher guides them to clear definitions: Light is energy allowing sight, from sources, travels straight, and can reflect/be blocked (shadows). Sound is energy from vibrations, travels through materials to ears. This is followed by a discussion on Protecting Our Senses, covering eye safety (no direct sun, sunglasses) and ear safety (avoid loud noises, low headphone volume).
The Elaborate phase (5-10 minutes) includes the “My Light/Sound Invention” Challenge. Pairs sketch a new device using light or sound to solve a problem. For AI-Supported Design, they can use online drawing, Canva for Education, or Book Creator to illustrate and describe their invention.
Finally, the Evaluate phase (5 minutes) involves an Interactive Quiz. The teacher uses Twinkl’s AI Quiz Generator (or similar) to create 5-7 simple questions on light/sound, which are then transformed into a fun Kahoot! quiz for class review and assessment.
I think using generative AI to explore biases around a figure like Michael Collins is a fantastic way to bring history alive and teach critical thinking.
To introduce this to my pupils, I’d start by giving them a solid grounding on who Michael Collins was, making sure they understand why people might have different views on him – the idea of different perspectives. Then, I’d introduce the AI tool (like a text generator) as a “clever helper” that learns from all sorts of information on the internet.
We’d then collaboratively prompt the AI to write about Collins. The key learning comes next: we’d critically look at the AI’s output. Does it focus more on his military side, or his political role? Does it use particular words? We’d compare the AI’s version to what we already know, discussing why the AI might have produced that specific narrative. This directly teaches them about bias – how information can be skewed depending on its source or the data it was trained on.
The benefits are huge: it’s a super engaging way to tackle complex historical nuance, directly boosts media literacy, and helps them understand that AI isn’t always neutral. The challenge will be managing potentially unexpected AI responses and carefully navigating the historical sensitivities, but the learning potential is immense.
You’re absolutely right Orla. It’s crucial to start with our school’s AUP and AI policies.
It’s fantastic that you’ve been researching Teachable Machine and are keen to explore its possibilities! Your breakdown of its benefits is spot on. Introducing young pupils to AI concepts through such an intuitive, hands on tool will indeed be brilliant for enhancing their digital literacy and giving them early exposure to how machine learning works. The way it promotes active learning, boosts creativity through problem solving, and supports cross curricular links sounds incredibly engaging. I can see exactly why you’re looking forward to trying it in September; it certainly seems like a perfect fit for a dynamic primary classroom
That’s a brilliant summary of Module 3’s gems! I completely agree about the excitement for these new tools and resources.
Your points on Diffit really hit home. It’s truly a game changer for differentiation; quickly generating tailored questions, both higher and lower cognitive, will be fantastic for genuinely extending all our pupils. And using it as a direct assessment tool for tailored reading material is super clever such an efficient way to check understanding.
And Speaker Coach sounds incredibly powerful, especially for those project based assignments. Giving pupils a safe space to practise public speaking and get instant feedback will be invaluable for building confidence. I’m just as intrigued as you are to see if it boosts presentation quality!
Finally, the Copilot Image Creator is a stroke of genius for descriptive writing. It’s such a fun, visual way to get reluctant writers invested in using detailed adjectives. Turning it into a ‘game’ to accurately portray an image is brilliant for keeping kids engaged and improving their literacy. I’m eager to try these out next year!
Thinking about tools like Diffit and Reading Coach, and all the other AI stuff we’ve touched on in this module, AI really could change how we teach, learn, and even check progress in a big way.
Using Diffit myself means I can genuinely make sure every child gets content that suits them, which just makes learning better. I also think Reading Coach would be an excellent tool. It would give me loads of detail and instant feedback that really helps tailor each child’s reading journey.
For the kids, these tools mean lessons that are more fun and made just for them, plus instant feedback, helping them learn more deeply and on their own. For us teachers, AI looks set to free up loads of time from boring tasks, so we can focus on building relationships and generally teaching better stuff.
Of course, there are tricky bits. Making sure every child has fair access, and giving us teachers enough good training so we don’t get swamped, is key. Then there’s the whole ethical side looking after pupil data and keeping that human touch in the classroom, which is important. But honestly, the good bits make AI a really exciting and necessary part of our future.
July 18, 2025 at 10:17 am in reply to: Module 2: Applications of Artificial Intelligence in Education #233205Based on this module, AI promises to significantly transform my classroom’s teaching and learning. Foremost, personalisation and differentiation will be revolutionised. Adaptive platforms, like Khan Academy, could offer each pupil tailored learning paths and real-time feedback on numeracy or literacy, allowing them to progress at their own pace. Tools such as Immersive Reader will boost accessibility, supporting diverse learning needs directly.
For me, AI offers huge efficiency gains. Generating differentiated materials, crafting quick quizzes, or drafting lesson plans can be streamlined, freeing time for higher-order teaching and direct pupil interaction.
Challenges remain, however. Ensuring equitable access for all pupils, along with providing comprehensive teacher CPD to prevent overwhelm, are critical. Navigating ethical considerations like data privacy and maintaining the essential human element in education also demands careful planning. Despite these hurdles, AI’s potential for a more personalised, efficient, and inclusive learning environment is genuinely exciting.
July 18, 2025 at 10:13 am in reply to: Module 2: Applications of Artificial Intelligence in Education #233199That’s an excellent reflection on Module 2 and your school’s AI experiences. I completely agree that efficiency and productivity are massive benefits; your Khan Academy pilot perfectly illustrates how onerous tasks become swift, enabling truly differentiated content and real-time feedback for teachers. That immediate insight into pupil difficulties is invaluable for tailoring instruction.
Your discovery of Immersive Reader is fantastic – it truly is an excellent tool, especially for struggling readers and our SEN teams. It’s a prime example of accessible AI that can genuinely make a difference.
The concerns raised by the video on AI use in China are indeed significant and highlight the ethical tightrope we walk. This underscores your crucial point about the necessity of continuous professional development (CPD) for all staff. Without it, the sheer volume of available AI tools could easily overwhelm educators, hindering effective and responsible integration. Your post clearly demonstrates the tangible benefits when AI is thoughtfully adopted. -
AuthorPosts