L17.P1: rework and clarify practice
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 75/100
- Issue type
- Documentation
- Clarity
- Clearly specified
- Activity status
- Active
- Tech stack
- godot
- Domain
- documentation
Research direction
Look at the practice lesson L17.P1 in the learn-gdscript course content. Identify where the cell variable is introduced and used. Review the hints and instructions to ensure they clearly explain the iteration over board cells and avoid the integer member access error. Test the lesson in the browser to see the learner's view and error messages.
Written by the indexing model from the issue text.
Description
The practice lacks documentation and mention of the cell variable outside of hints.
Example of code that learners might try to write:
func move_to_bottom():
for cell in range(board_size.y - 1):
position = Vector2(0,cell.y)
func move_to_bottom():
for cell in range(board_size.y - 1):
position = Vector2(0,cell.y)
This also leads them to an error message that's not covered:
cannot find member y in base int.
- Dominant language
- GDScript
- Stars
- 2.8k
- Forks
- 235
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from GDQuest/learn-gdscript
-
content
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
GDQuest/learn-gdscript#1393 ·
-
content
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
GDQuest/learn-gdscript#1392 ·
-
content
Difficulty 1/5 Under an hour Newbie friendliness 70/100
GDQuest/learn-gdscript#791 ·
-
content user experience
Difficulty 3/5 1-2 days Newbie friendliness 65/100
GDQuest/learn-gdscript#1394 ·
-
L14.P2 Reducing damage at higher levels: check rejects correct solutions that don't reassign amount Openbug
Difficulty 3/5 1-2 days Newbie friendliness 65/100
GDQuest/learn-gdscript#1388 · 1 comment · 1 reaction ·
All issues in GDQuest/learn-gdscript
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 95/100
Git-it-App/git-it-electron#1047 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
neondatabase/website#5944 ·
-
📕documentation
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
db-ux-design-system/core-web#8239 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
libsdl-org/sdlwiki#1008 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100