On one slide, they had to drag some points onto two number lines to create a double number line. In the accompanying table, they had to put in values that showed up as labels on the points. When I move to the next slide, the points are there on the number line, but the labels to the points don’t come with them.
If you’re using calculatorState, labels don’t get carried over. If you want to keep labels, you’ll have to use the CL to carryover point coordinates, either as a numberList() or individual number()s. Within the graph, you can create points and set the labels there, or using pointLabel() in the CL.
Sharing your activity will help give more specific help.
This is a copy of the activity… it’s the move from slides 5 to 6, and then slides 8, 9, and 10. I tried to look up some solutions, but I don’t understand the full syntax yet as I’ve never coded the CL stuff before.
I have this file and I am attempting to do the same thing.
On slide 1 I have 4 points that are draggable. Students drag on slide 1
On slide 2 The graph displays but not with the labels. I want the new graph with labels but the labels do not transfer over. I have CL commands but they are not copying the labels.
Any suggestions would be much appreciated. Thank you.