Aggregate student's names

I want to have students drag a point and have the point labeled with their name. Then have that aggregate to another page. Is this possible?

You can’t “aggregate” text, but with your idea (if locations were prelabelled with student names). You could determine which index in the aggregate coordinate lists corresponds to each student. (Don’t have time at the moment, but I’ll check back later.)

Here’s what I came up with. I haven’t tested it, but pretty sure it should work fine.

Any editing should happen in the CL (i.e. number of students, class roster). There’s a variable for the student’s name and the index of the student’s aggregated list elements.

1 Like

This is amazing! Thank you so much!!