Site audit: fix broken images, add activity metadata, clean up content

- Remove broken image references from 25 MDX files (deleted spacer/content images)
- Add codingSkills and roverConcepts frontmatter to 24 activity pages
- Fix "Activity Demonstration" headings in 15 activity files (plain text -> h3)
- Remove unused "All" category from 89 MDX files
- Decode HTML entities (> <  ) in 9 content files
- Escape bare < > characters in MDX to fix build errors
- Standardize contact email to contact@micromelon.com.au
- Add missing description to rover-repair-request metadata
- Include previous session work: about-us updates, difficulty filtering,
  LearningPathway component, expanded schools list, new product/resource images

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Tim Hadwen
2026-03-02 21:49:15 +10:00
parent 99534e779a
commit 1f8c46597b
238 changed files with 486 additions and 338 deletions

View File

@@ -1,8 +1,10 @@
---
title: "Activity: Making Music II"
date: "2024-12-30"
categories: ["Activities", "All", "Simulator Activities"]
categories: ["Activities", "Simulator Activities"]
tags: ["Intermediate", "Variables", "Buzzer", "Iteration"]
codingSkills: ["Variables", "Iteration"]
roverConcepts: ["Buzzer"]
excerpt: "Use the Rovers speaker to make it play songs. Learn to combine the world of music and robotics by going through sheet music and coding the Rover to play each note.In the intermediate course, we will focus on making the code from the beg"
featuredImage: "/images/resources/activity-making-music-intermediate.jpg"
---
@@ -13,7 +15,7 @@ In the intermediate course, we will focus on making the code from the beginner g
![](/images/content/40dff0-img_1856.jpg)
Activity Demonstration
### Activity Demonstration
### Basics of Music:
@@ -21,10 +23,6 @@ When it comes to reading sheet music for this task, we will be using two pieces
![](/images/content/6babfe-notes.png)
![](/images/content/384e17-rhythm.jpg)
![](/images/content/996ff5-mary-had-a-little-lamb.png)
## Code:
We will switch to the text code editor for the intermediate and advanced music activities as some of the following functions are easier to build in that editor. If you wish to see the block version of the code, paste the complete code at the bottom of this activity into the text editor and then switch to block view in the IDE.