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
There is only one graph exercise implemented so far. We need to implement the remaining graph features. In this issue, you can work on implementing what is labelled "Turtle LL Level 4" on the figma.
Proposed Solution
Follow the format used to make the existing graph exercise.
There is a graph1 in ExerciseSide.tsx that has the existing format needed, you can edit this file so it reflects "Turtle LL Level 4".
(There is a graph0 level, but ignore it for now. graph0 is level 3, and graph 1 will become level 4)
To see this level, you will have to add graph1 to the list of available exercises in ExerciseSide.tsx: const exercises: availableExercises[] = [ 'unitcircle', 'axis', 'graph0', 'graph1'; 'congrats', ];
If you don't want to go through all of the levels, you can move the one you are focusing on at the beginning of this list
👋 I may be able to implement this feature request
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered:
There is only one graph exercise implemented so far. We need to implement the remaining graph features. In this issue, you can work on implementing what is labelled "Turtle LL Level 4" on the figma.
Proposed Solution
Follow the format used to make the existing graph exercise.
There is a graph1 in ExerciseSide.tsx that has the existing format needed, you can edit this file so it reflects "Turtle LL Level 4".
(There is a graph0 level, but ignore it for now. graph0 is level 3, and graph 1 will become level 4)
To see this level, you will have to add graph1 to the list of available exercises in ExerciseSide.tsx:
const exercises: availableExercises[] = [ 'unitcircle', 'axis', 'graph0', 'graph1'; 'congrats', ];
If you don't want to go through all of the levels, you can move the one you are focusing on at the beginning of this list
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: