I’m creating a project for my 6th graders where they plot points to create a simple picture. The point of emphasis is practicing plotting points, so I would like to disable the point drag option so they have to input the coordinates of the point, rather than just drag it to where they want it to be. Anyway to do this? I’m a novice when it comes to manipulating the code within an activity
Here’s the activity you are looking for …
Wow! Thanks! This is great, however I wanted the graph to show all four quadrants. The viewport should extend from -20 to 20 on the x-axis and -20 to 20 on the y-axis. I tried duplicated the activity and making the changes myself, but I couldn’t quite figure out your code…
I modified it …