How to get student input values in a table to generate a graph

How to get student input values in a table to generate a graph. Here is a link to my activity (Polygon Interior Anlges • Activity Builder by Desmos) I want slide three to create a graph on slide 4. Thanks!

1 Like

Do you just want points? If so, you can make a numberList in screen 4 and use columnNumericValues to populate the lists. Then just graph it as a coordinate point. Something like this: [Copy of] CL Scavenger Hunt Example 15 • Activity Builder by Desmos

I figured out how to get the points but can not get a line to graph.

Do you want to connect the points or make a best fit line?

A best fit line would be good.

you can draw a best fit line using ~ instead of = and your list names instead of x and y. For example, if i have lists X=[…] and Y=[…], my best fit line would be Y~mX+b. Just make sure the variables you use for slope and y-intercept are not already being used for something else in the graph.

1 Like