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

🚀 Feature: Add additional Graph Exercise #98

Closed
1 task done
SanjnaT41756 opened this issue Apr 21, 2024 · 0 comments · Fixed by #131
Closed
1 task done

🚀 Feature: Add additional Graph Exercise #98

SanjnaT41756 opened this issue Apr 21, 2024 · 0 comments · Fixed by #131
Assignees
Labels

Comments

@SanjnaT41756
Copy link
Contributor

SanjnaT41756 commented Apr 21, 2024

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

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

Successfully merging a pull request may close this issue.

2 participants