MINDSTORMS EV3 Core Set

Assemble Your Crew

Design, build and program a robot that can navigate to the lunar base, pick up the flight commander and set her down at the base area.

90-120 min.
Intermed.
Years 7-9 OR Key Stage 3
lesson-header-3-3

Lesson plan

1. Prepare

  • Read through the pupil material in the EV3 Classroom App.
  • Collect information about how astronauts prepare for space missions.
  • If you feel that it’s necessary, plan a few lessons to go through the Robot Trainer unit in the app. This will help to familiarise your pupils with LEGO® MINDSTORMS® Education EV3.
  • To complete this lesson, your pupils will have to have built the eight Space Challenge models, and set up the Challenge Mat.
  • If you don’t have double-block class time, plan to run this lesson over multiple class sessions.

Part A

2. Engage (10 Min.)

  • Use the ideas in the Ignite a Discussion section below to engage your pupils in a discussion related to this mission.
  • Explain the objective, rules and achievement badges for this mission.
  • Divide your class into teams.

3. Explore (25 Min.)

  • Have your pupils brainstorm ideas for solving this mission.
  • Encourage them to create multiple prototypes, exploring both building and programming.
  • Allow the teams time to work independently on building and testing their solutions.

4. Explain (10 Min.)

  • Facilitate a discussion about the key functionalities that the robot must have in order to navigate to the lunar base and pick up the flight commander.

Part B

5. Elaborate (45 Min.)

  • Have each team practise lining up their robot and sending it on the mission to pick up the flight commander.
  • Allow them to continue working on their robots until they’re ready for a judged attempt.
  • Don’t forget to leave some time for tidying up.

6. Evaluate

  • Award achievement badges based on how well each team solved the mission.
  • Evaluate the creativity of each team’s solution and how well their team worked together.
  • To simplify the process, you can use the assessment rubrics that have been provided.

Ignite a Discussion

On a human mission to Mars, the crew must endure darkness, low gravity and isolation. A lunar base could be used to prepare the crew for this, both physically and mentally. On Earth, a research station in Antarctica is used to simulate the conditions of Mars missions.

engage-3-3

Use these questions to engage your pupils in a discussion about how astronauts train and prepare for space missions:

  • What’s an astronaut?
  • How can astronauts prepare for space missions?

Mission Goal
The robot navigates to the lunar base, picks up the flight commander and sets her down at the base area.

Here’s an example mission solution that completes this mission:

MCR-SV-3-2-Assemble-Your-Crew-Cover

Mission Rules
There are five rules that apply to all of the Space Challenge missions. Make sure that your pupils know all of them before they start:

  • Your robot must always start the mission from the base area.
  • Your robot must leave the base area before carrying out the mission.
  • A ‘successful robot return’ occurs when any part of the robot crosses over any part of the base area line.
  • You’re not allowed to touch your robot while it’s outside of the base area.
  • If you touch your robot while it’s entirely outside of the base area and it’s holding an object, the object must be returned to its original position, and you must begin the mission again.

Mission Achievement Badges
There are four levels of achievement badges. Explain that each team will be awarded an achievement badge based on how well they accomplish the mission. Refer to the Assessment Opportunities section below for a description of the achievement badges for this mission.

Building Tips

Open-Ended Solutions
This project is designed so that every team can have a unique solution. Use these questions to help the teams brainstorm ideas for solving this mission:

  • Can you think of some ways the robot could navigate to the lunar base?
  • Which type of motorised mechanism could be used to pick up the flight commander?
solution-3-3

Example Mission Solution
The example mission solution is comprised of the following solution extensions:

PDF-3-3-Solution-Cover

Execute the Mission
Place the example solution model in starting position ‘2’ on the Challenge Mat and execute the mission. Make sure that the Crew Module is positioned as is shown in the video.

MCR-SV-3-2-Assemble-Your-Crew-Cover

Mission Troubleshooting
Use the Colour Sensor in Colour Mode to detect when the robot reaches the lunar base on the Challenge Mat. Use the Colour Sensor in Reflected Light Intensity Mode to identify the flight commander. If the Colour Sensor doesn’t detect colour changes on the Challenge Mat, try calibrating the sensor.

Coding Tips

Solution Program

EV3 Classroom-Programs 3-3-solution en-gb

Differentiation

Simplify this lesson by:

  • Helping your pupils to figure out how to detect when the robot has reached the lunar base
  • Having your pupils complete the Colours and Lines lesson in the Robot Trainer unit before attempting this mission
  • Encouraging peer-to-peer learning and coaching

Take this lesson to the next level by:

  • Randomly switching the position of the two astronauts and having the pupils create a program that responds to this variable
  • Limiting the time that the pupils have for solving the mission
  • Challenging the pupils to use the Colour Sensor to solve this mission
  • Adding design constraints by limiting the number of LEGO® elements that are available or assigning a ‘price’ to each type of LEGO element and a maximum ‘cost’ per robot

Assessment Opportunities

Teacher Observation Checklist
Establish a scale that suits your needs, for example:

  1. Partially accomplished
  2. Fully accomplished
  3. Overachieved

Use the following success criteria to evaluate your pupils’ progress:

  • The pupils have designed a robot that meets the requirements of the mission.
  • The pupils came up with creative solutions and considered multiple solutions.
  • The pupils worked together to complete the mission as a team.

Achievement Badges
Award an achievement badge based on how well the team solved the challenge mission.

  • Bronze: The team picked up another mission specialist instead of the flight commander.
  • Silver: The team picked up the flight commander but didn’t return to the base area.
  • Gold: The team picked up the flight commander and returned to the base area.
  • Platinum: The team picked up the flight commander and returned to the base area. The team also went beyond the mission requirements by adding features to their design.
assessment-row-space

Self-Assessment
Have each pupil choose the achievement badge that they feel best represents their performance.

  • Bronze: We did our best under difficult circumstances.
  • Silver: We had a few accidents along the way, but we still battled on to the end of the mission.
  • Gold: We’ve accomplished the mission with excellent results.
  • Platinum: We’ve not only completed the mission but also added original and effective features to our design.

Language Arts Extension

To incorporate the development of language arts skills, have your pupils:

  • Create a presentation or a video that highlights their robot’s features and performance
  • Create a presentation explaining the most important features of their program

Note: This will require additional time.

The pupils who enjoyed this lesson might be interested in exploring these career pathways:

  • Information Technology (Computer Programming)
  • Manufacturing and Engineering (Pre-Engineering)
  • Science, Technology, Engineering & Mathematics (Science and Maths)

Teacher Support

The pupils will:

  • Demonstrate their skills in solving a mission

Computing at School Progression Pathways

Algorithms:

  • Uses diagrams to express solutions.
  • Designs solutions by decomposing a problem and creates a sub-solution for each of these parts.
  • Recognises that different solutions exist for the same problem.
  • Understands that iteration is the repetition of a process such as a loop.
  • Represents solutions using a structured notation.
  • Can identify similarities and differences in situations and can use these to solve problems (pattern recognition).

Programming & Development:

  • Creates programs that implement algorithms to achieve given goals.
  • Uses post-tested loop e.g. ‘until’, and a sequence of selection statements in programs, including an if, then and else statement.
  • Understands the difference between, and appropriately uses if and if, then and else statements.
  • Uses a variable and relational operators within a loop to govern termination.
  • Designs, writes and debugs modular programs using procedures.
  • Knows that a procedure can be used to hide the detail with sub-solution.
  • Understands that programming bridges the gap between algorithmic solutions and computers.

Information Technology:

  • Makes appropriate improvements to solutions based on feedback received, and can comment on the success of the solution.
  • Uses criteria to evaluate the quality of solutions, can identify improvements making some refinements to the solution, and future solutions.
  • Designs criteria to critically evaluate the quality of solutions, uses the criteria to identify improvements and can make appropriate refinements to the solution.

Pupil Material

Student Worksheet

Download, view or share as an online HTML page or a printable PDF.