RunestoneInteractive / RunestoneServer

Interactive books for computer science and mathematics
http://runestoneinteractive.org
Other
576 stars 505 forks source link

Incorrectly Written Problem #2044

Closed crm3218 closed 1 year ago

crm3218 commented 1 year ago

Hello,

This isn't really a programming error but I don't see anywhere else to report this.

In Section 5.10 of CS Principles: Big Ideas in Programming, the 5th question states that the turtle "Ari" should create a line to the east and "Chris" to the west. However, the accepted correct answer blocks have Ari turn 180º and has Chris only move forward. Since turtles face east by default, shouldn't it be written the other way around? Thanks, Caitlin

github-actions[bot] commented 1 year ago

Stale issue message

barbarer commented 1 year ago

Yes, this was wrong. I have fixed it.