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.
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.