Build Your Kit page and full Micromelon website

Complete website build including:
- Build Your Kit store page with cart system, sectioned layout
  (Hardware, Software, Attachments, Spare Parts), inline quote
  request form, and sticky sidebar summary
- 16+ pages: Education, Platform, Resources, News, About Us,
  Download, Contact, Rover, Code Editor, Robot Simulator, etc.
- 89+ MDX resource articles and 18 news posts
- Store product images scraped from micromelon.com.au
- Quote request API route with Airtable integration
- Dynamic back links and cover photos on resource pages
- Redesigned downloads page
- Fixed corrupted MDX code blocks
This commit is contained in:
Tim Hadwen
2026-02-28 19:00:42 +10:00
parent 5233233662
commit 707c49dd3f
320 changed files with 22333 additions and 107 deletions

View File

@@ -0,0 +1,250 @@
---
title: "Using Classroom Management Features"
date: "2021-06-14"
categories: ["All", "Getting Started"]
tags: []
excerpt: "How to use the built-in classroom management features in the Micromelon Code Editor."
featuredImage: "/images/resources/using-class-controls.png"
---
The Micromelon Rover and Code Editor have built-in classroom management features that give teachers more flexibility to organise and run their lessons. This post will explore what these features are, and how to make the most of them.
### Opening Class Controls & Selecting Your Class
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/1623647826550-P3AD647DLSUA0EJ7VSP5/opening+class+controls.gif)
Opening class controls & selecting a class
Before you can use any class controls, you must select the class to which you want them to apply. When a class control is activated, only students inside the selected class will be affected.
**Who can control what? **
Standard teacher accounts can select and control all of the classes in the school that they are in. Casual instructor accounts can only control classes that they have been assigned to. Student accounts can never access class controls.
### What Class Controls Are Available?
**Disabling and Muting Student Rovers**
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/1623648699034-ENN7J13QW07M197WI5PI/muteanddisable.gif)
You can disable and/or mute all student Rovers. While the Rovers are disabled, students can still interact with the Code Editor, but they will not be able to run any code. While the Rovers are muted, the Rovers and Code Editor will function normally, however the Rovers will not produce any sounds requested from student code.
**Note: **Both these controls are toggled on for 5 minutes when first pressed. To extend the time press the **+5 mins** button.
**Hiding Student Screens**
If you need to grab the attention of the class, you can hide their screens! This will cover their Code Editor and stop their Rover if it is currently running. This will only hide the Code Editor, they will still be able to see other programs opened on their laptop.
**Note: **Hiding student screens will also last for 5 minutes when first pressed. To extend the time press the **+5 mins** button.
**Student View**
**Teacher View**
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/1623650267023-M6ZL2KKQ9T3E6YNMF8DB/control-disable+screen.gif)
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/1623650284050-RAOMCVAMRD377AVWFXT3/screen-being-disabled.gif)
**Sharing Your Screen With The Class**
If you want to show your students what is currently on your Code Editor, you can broadcast your current Code Editor workspace to your current class. Students will not be able to edit your code. If you would like to send them code that they can edit, we will cover that shortly.
**Note: **By default this screen share is unlocked. This means students can select other projects in the code editor. If you want students to only be able to look at your code, press the **Lock **button once the control is active.
**Student View**
**Teacher View**
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/1623651177619-UGWM07COCLGSBF4103DV/broadcast.gif)
**Restricting What Code Students Can See And Edit**
The Micromelon Code Editor has simultaneous block and text coding. Users can either choose between seeing just blocks, just text or both. If you want to restrict what your classroom can see and edit, you can lock your class to only be able to see a specific view or only allow them to edit in a specific way.
**Restrict What Students Can See**
You can choose if students can see only blocks, only code or both. They will still be able to edit both code types if they are locked to mixed view.
**Student View**
**Teacher View**
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/1623652748448-ANYDLWUII21OZZ6VK0IT/lock+view+control.gif)
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/1623652769502-1TS54JH79CMEOXZS42R3/student+view+lock+vew.gif)
**Restrict What Students Can Edit**
You can restrict what type of code students are able to edit. If you want to challenge students, you could restrict them to only be able to edit text code. Students will still see the block code (which is useful for debugging), but they wont be able to edit the blocks.
**Student View**
**Teacher View**
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/1623653379796-2S4TKGY5FA2O0QUYEO69/resticting+edit+controls.gif)
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/1623653398772-H8XS1PEIZO3JUEYBG1J9/student+view+restrict+editing.gif)
**Sending Code To Students**
You can send your projects and code to students. They will have a duplicate of this project added to their workspace and will have full control to edit it, rename it, or delete it. If you want to share your screen with your class without students being able to edit the project, see the previous section on sharing your screen.
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/1623654148828-D0KLKJHX7STFWM6Z3S5L/send+project.gif)
**How To Send A Project**
- Locate the project you want to send in your project tab bar.
- Click the three vertical dots or right click the tab to open the project menu.
- Select **Send To Class **or **Send To Student**.
Select **Send To Class **to send this project to an entire class.
Select **Send To Student **to send it to specific students. You can choose from all of the students in the school.
**Opening Student Work**
If you want to see what a student is working on, you can open a folder in your Code Editor that contains of all their projects. This folder will continuously update to the latest version of the students work.
**Note: **You cannot edit the code in the students projects or delete these projects from the students Code Editor remotely.
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/1623655490592-IHRYOH9FM1LGCF0HVOU2/good+open+student+work.gif)
**How To Open Students Work**
- From the teacher dashboard go to the Classes tab and select your class.
- Locate the target student/s in the class list on the right. Click the **+** button for all the students whose work you wish to view. This will open their folder in your Code Editor.
- Close the teacher dashboard and you will see the folder/s in your project tab bar. Move your mouse over the folder to see all projects inside. Click the project you wish to see.
To remove a folder, press the **-** button on the folder.
### Individual Student Controls
Most of the controls we have discussed so far will impact your entire class. If you prefer, you are able to set these controls to impact individual students rather than your whole class.
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/1623656389687-4C1PZGOVITMH6E7K9FRM/individual+controls.gif)
**How To Set Controls For Individual Students**
- From the teacher dashboard, navigate to the class tab and select your class.
- In the class list there will be all of the students in your class. Press the expand arrow at the far right of the student entry. This will expand and you will see all the same controls that are available for the class.
- Select the restrictions you want to apply to this student.
**Note: **You can use both class wide and individual controls at the same time. Your individual controls will always overwrite the class controls. If you want revert a student that is impacted by individual controls to the classs current status, click the revert button located next to the expand arrow on their entry.
### Related Posts
Resources
[
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/1639455538805-9NI7CPKR7IYG6D4RBKAN/high+quality+sumo.png)
](/resources/creating-a-sumo-unit)
[All](/resources?category=All)
[Creating A Sumo Unit For Your Digital Technologies Class](/resources/creating-a-sumo-unit)
[All](/resources?category=All)
How to run a sumo unit in your digital technologies classroom.
[Read More →](/resources/creating-a-sumo-unit)
[All](/resources?category=All)
[
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/1637464845856-BBPD7GTIIHHOSJCFORWF/the+ultrasonic+sensor.png)
](/resources/ultrasonic-sensor)
[All](/resources?category=All), [Guides](/resources?category=Guides)
[The Ultrasonic Sensor](/resources/ultrasonic-sensor)
[All](/resources?category=All), [Guides](/resources?category=Guides)
Learn all about the ultrasonic sensor!
[Read More →](/resources/ultrasonic-sensor)
[All](/resources?category=All), [Guides](/resources?category=Guides)
[
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/1625616494179-LZHZP5MUA0E0MQKEB7HC/cropped+image+4.png)
](/resources/year-7-digital-tech-at-st-peters)
[All](/resources?category=All), [Customer Stories](/resources?category=Customer+Stories)
[Case Study: Year 7 Digital Tech at St Peters Lutheran College](/resources/year-7-digital-tech-at-st-peters)
[All](/resources?category=All), [Customer Stories](/resources?category=Customer+Stories)
See how Meg Foley at St Peters conducted a challenge for their Year 7s using Micromelon.
[Read More →](/resources/year-7-digital-tech-at-st-peters)
[All](/resources?category=All), [Customer Stories](/resources?category=Customer+Stories)
[
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/1637464675848-K9YEOYK65IWRFRX4QJ1R/blog+header+image+.png)
](/resources/robot-simulator)
[All](/resources?category=All), [Getting Started](/resources?category=Getting+Started)
[Getting Started With The Robot Simulator](/resources/robot-simulator)
[All](/resources?category=All), [Getting Started](/resources?category=Getting+Started)
How to get started with the Micromelon Robot Simulator.
[Read More →](/resources/robot-simulator)
[All](/resources?category=All), [Getting Started](/resources?category=Getting+Started)
[
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/1626837419969-WBB4D85KQIXSOP750N5M/resized+banner+%281%29.png)
](/resources/getting-started-with-the-micromelon-rover)
[All](/resources?category=All), [Getting Started](/resources?category=Getting+Started)
[Getting Started With The Micromelon Rover](/resources/getting-started-with-the-micromelon-rover)
[All](/resources?category=All), [Getting Started](/resources?category=Getting+Started)
Crash course on basic rover function, how and what to program and starter activities to attempt.
[Read More →](/resources/getting-started-with-the-micromelon-rover)
[All](/resources?category=All), [Getting Started](/resources?category=Getting+Started)
[
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/1622691207784-0X6JV7RYRQXZAFRG712S/pisonescape.png)
](/resources/prison-escape)
[Activities](/resources?category=Activities), [All](/resources?category=All)
[Activity: Prison Escape](/resources/prison-escape)
[Activities](/resources?category=Activities), [All](/resources?category=All)
Learn branching and iteration using the colour sensors and motors.
[Read More →](/resources/prison-escape)
[Activities](/resources?category=Activities), [All](/resources?category=All)