Newbie question

I copied the activity “Statistics: Box Plots” because I want to make one where the students can add new points and see how the box plot changes.

So I duplicated one of the exploration slides at the end and put in an input box. My goal was to capture the value that the student inputs and have it added to the graph that’s part of the screen already.

But I just can’t figure out how to do it. Please help!

You would want to create a numberlist in the graph component that refers to the students’ inputs. I would look into using the aggregate function.

If you make a copy of this activity:

On slide 10, I use the aggregate function based on students inputs in a table. Maybe reverse engineering that will help you.