You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some shapes are simpler to learn that other: for example triangle seems to be simpler shapes than diamonds.
@jogrimst is suggesting to "list the different types of shapes by frequency of occurrence in daily life, and systematically teach the most common ones first".
That would be a good start to implement a smarter ShapeGenerator than the simple RandomShapeGenerator.
Bonus: the generator could take the mistakes of the current user to modify at runtime the shapes generated.
The text was updated successfully, but these errors were encountered:
Some shapes are simpler to learn that other: for example triangle seems to be simpler shapes than diamonds.
@jogrimst is suggesting to "list the different types of shapes by frequency of occurrence in daily life, and systematically teach the most common ones first".
That would be a good start to implement a smarter
ShapeGenerator
than the simpleRandomShapeGenerator
.Bonus: the generator could take the mistakes of the current user to modify at runtime the shapes generated.
The text was updated successfully, but these errors were encountered: