Skip to main content
Teacher Portal

Rethink Questions

Answer the following questions in your engineering notebook after completing the activities.

  • What are three things you can check to troubleshoot your project, before asking your teacher for help?
  • Read the following stack of code blocks, and draw and write the path the robot will take when the project is run.

    Sample VEXcode project with 7 Drive for and Turn for blocks connected to the When started block. In order, the blocks will make the robot Drive forward 4 inches, turn right 90 degrees, Drive forward 4 inches, turn left 90 degrees, drive forward 4 inches, turn left 90 degrees, and drive forward 4 inches. The last block is a stop driving block.

    A sketched path starting at the bottom left corner with an arrow pointing up, then one turning right, the one pointing to the right, then turning left then pointing up, then turning left, then pointing to the left towards a Stop marker.

Teacher Toolbox icon Teacher Toolbox - Answers

  1. Answers can vary but may include the following:

    1. Robot is in working order, connections are solid, and it is turned on

    2. Comment strand of steps is accurate

    3. Parameters are correct

    4. Blocks are in the right order

    5. Blocks are missing/repeated

    6. Correct block for the task

  2. The robot will drive forward, turn right, drive forward, turn left, drive forward, and then stop.