Exporting student entered data to create a class scatterpot

Looking for some help here.

I’m trying to build an activity where students enter one point of data into a table on slide 1 (height, armspan). I want slide 2 to display a graph with all student values plotted in a scatterplot. I’m struggling with the CL language on this.

Any suggestions?

Here are a couple of posts that may be helpful as either examples or templates:

and

Thanks, I’ll check those out!

I believe you use aggregate then use a Graph Component and make a distribution (Scatter Plot, in this case). Then you can use .script to retrieve the aggregate values from slide one. This is just the idea… the links Daniel posted are probably much more informative.