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 5" 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 the file to add an additional graph exercise by copying and editing this format.
To see this level, you will have to add the name of your graph to the list of available exercises in ExerciseSide.tsx for example:
const exercises: availableExercises[] = [ 'unitcircle', 'axis', 'graph0', 'graph1'; 'congrats', 'yourgraphname'];
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 5" 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 the file to add an additional graph exercise by copying and editing this format.
To see this level, you will have to add the name of your graph to the list of available exercises in ExerciseSide.tsx for example:
const exercises: availableExercises[] = [ 'unitcircle', 'axis', 'graph0', 'graph1'; 'congrats', 'yourgraphname'];
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: