Hi,
I’m trying to create an activity where students sign up for a talk, choosing when and how long they want to talk to me. I’m using aggregate so they can see when other students already signed up for a talk, and avoid double-booking.
I have two problems:
-
I am able to aggregate points but when I’m trying to create a polygon from those points it doesn’t show up on the graph (the points are showing up).
-
I tried conditional aggregating, so the computer won’t block 3 timeslots for each student, but it stil does. For example: A student blocked 8:50-8:55, which is in the morning graph, but the next student will also see 10:00-10:05 (late moning graph) and 11:30-11:35 (around noon graph) as blocked. I was trying to condition using something I found here, otherwise aggregating 1000 and making the list defined only for values under 1000, but I must have done something wrong.
Here is the activity, if you need to see the code I was using: polygon help • Activity Builder by Desmos
*The polygon I’m trying to create in in the “other students’ timeslots” file on the graphs of the 3rd screen.
Could anyone help me figure it out?
Thank you in advance,
Maor