Skip to content

Practice Robot Location Resetting Incorrectly #1307

@buddyog01

Description

@buddyog01

Describe the bug
Inside of Module 17 Introduction to For Loops, on the first practice, clicking reset moves the robot to the incorrect location. The robots initial location starts at 3,1 and once you type some code and press reset, it moves the initial
location to 1,2.

To Reproduce
Steps to reproduce the bug:

  1. Go to Module 17 Introduction to For Loops Practice 1
  2. Type anything then press the reset button
  3. See it moves the robots location to the incorrect starting position

Expected behavior
It should move the robots location to 3,1 instead it moves it to 1,2

Screenshots
Location before pressing the reset button
Image
Location after pressing the reset button
Image

Information about your device (please complete the following information):

  • Operating System: [Windows 11]
  • Browser: [Firefox]

Additional context
Just wanted to say that the For loop module is incredibly confusing for me. Since I am coming from Java and Python where everything starts at 0 instead of 1 like it is in the module. Specifically in that example, Once you're at Module 18 Creating Arrays then the top left of the grid is 0,0 like I'm used to. Which makes me question why it isn't consistent between all the modules to avoid confusion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working as intended

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions