I am trying to create an activity where students would enter the coordinates and a label on one slide, then on the next slide have a graph with all the students’ points plotted, along with their labels.
If anyone could point me in the direction of an example of this, I could try to figure it out from the computation layer code. Or if anyone has any suggestions, I would greatly appreciate it! Thank you!
You’ll need to have two numberLists aggregate, one for each coordinate, maybe X and Y, using the graph CL. You can aggregate them in the second slide. Then, just plot those in the graph. Basically, (X,Y) in the graph.
If you’re trying to collect labels that students create, you can only aggregate numeric values, no text, lists, or points (thus needing to aggregate each coordinate separately). But if you just want to have the coordinates show, have X and Y equal a short dummy list, so you can turn on the labels and set the color (you’ll only have one for the whole list).