Skip to main content
Teacher Portal

Answer the following questions in your engineering notebook as you design your project: 

  1. What do you want to program the robot to do? Explain with details.
  2. What steps will you follow to test the project? Explain with details.
  3. How can your robot be programmed to complete the task more efficiently? Explain how.

Teacher Toolbox icon Teacher Toolbox - Answers

  1. Generally, the plan should be to have the robot drive from room to room and drop off medicine using simple programming behaviors like driving forward, turning, and waiting.

  2. The plan for testing will likely involve using the field to run trials and debug the project.

  3. Possible answers could include: using the shortest route, or utilizing more sophisticated programming like loops or variables.

Follow the steps below as you create your project:

  1. Using a ruler, plan out the path you want to program your robot to take using drawings and pseudocode (Google / .docx / .pdf ). Evaluate your pseudocode before moving on to the second step.

  2. Use the pseudocode you created to develop your project.

  3. Test your project often and iterate on it using what you learned from your testing.

Teacher Tips icon Teacher Tips

  • Ask students to use a ruler to measure their proposed path. Then, have students evaluate their pseudocode before moving on to the second step.

  • Instruct students to use pseudocode as comments in their project to help with organization, flow, and troubleshooting. Remind students to evaluate their pseudocode before beginning their projects. You can download a pseudocode rubric here (Google / .docx / .pdf ).

  • VEXcode V5 Python example code.

    Image of an example solution in VEXcode V5 Python

Teacher Tips icon Teacher Tips

Before the students open a new project, they have to select a template. The template project contains the selected robot's motor configuration. If the template is not used, the robot will not run the project correctly.

If you're having trouble getting started, review the example projects.

Viewing example projects can help generate ideas.

Image of the file menu open in VEXcode V5 with Open Examples highlighted

Complete the following steps:

  • Open the File menu.
  • Select Open Examples.

Image showing the example projects in VEXcode V5 with the Drivetrain filter highlighted