Aggregate data from table

Hey everyone! I’m trying to aggregate data from a class in a table. Each student will have about 30 data points. Is there a way to aggregate everyone’s data to one dotplot? Here’s what I have so far: Data Collection • Activity Builder by Desmos
Thanks in advance for the help!

This would be incredibly difficult to do because aggregate only accepts a single number as an input.

You could create 30 separate lists pretty easily by setting up an aggregate for each cell in the table 1 to 30. However, appending one list to the next is difficult enough for two lists yet alone 30.

That’s the problem I thought I was running into. Nice to know I was on track with my thinking. It would seem tedious to give students 30 lists in an activity. Need to chew on this idea some more. Thanks for your help!