Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rock Paper Scissors: ambiguous instruction on step 5 #27988

Closed
3 tasks done
sukairaida opened this issue May 16, 2024 · 1 comment · Fixed by #27989
Closed
3 tasks done

Rock Paper Scissors: ambiguous instruction on step 5 #27988

sukairaida opened this issue May 16, 2024 · 1 comment · Fixed by #27989
Assignees

Comments

@sukairaida
Copy link
Contributor

Checks

Describe your suggestion

On the step 5 of the project assignment the third instruction says "Make your function’s humanSelection parameter case-insensitive so that players can input “rock”, “ROCK”, “RocK”, or other variations." but in the previous (second) instruction that parameter was defined as humanChoice.

image

Shouldn't the third instruction refer to "humanChoice" since that is the parameter that we defined in the playRound function?

Path

Foundations

Lesson Url

https://www.theodinproject.com/lessons/foundations-rock-paper-scissors

(Optional) Discord Name

No response

(Optional) Additional Comments

No response

@MaoShizhong
Copy link
Contributor

Good catch, you're right - that step should refer to humanChoice, as that's the name of the defined parameter.
I'll assign you to this 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants