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 Final Graph Exercise #126

Open
1 task
SanjnaT41756 opened this issue Nov 5, 2024 · 0 comments
Open
1 task

🚀 Feature: Add Final Graph Exercise #126

SanjnaT41756 opened this issue Nov 5, 2024 · 0 comments
Assignees
Labels

Comments

@SanjnaT41756
Copy link
Contributor

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

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

When branches are created from issues, their pull requests are automatically linked.

2 participants