Hi,
I am trying to teach velocity vectors and acceleration vectors in calculus.
I want to have a sketch with a path curve on the background. Students should draw the velocity vector on slide 1, then on slide 2 I want them to draw the acceleration vector on the same path at the same point. How can I get desmos to carry over the slide 1 drawing to slide 2?
(I want them to see if the acceleration vector makes an obtuse or acute angle with the velocity vector)
I understand that Copy Previous is gone, btw.
This should copy the previous sketch to the next one.
background:sketchLayer(sketch1.sketch)
You can also layer it over multiple screens by merging sketches from previous screens.
background: sketchLayer(mergeSketches(sketch1.sketch,sketch2.sketch))
It’s now 2024 and I’ve tried the CL provided in this thread, but it’s not working. Has something changed? When I go to CL Documentation, both sketches are on the same slide. I want students to make a sketch on a provided background, then see their sketch on the next slide. Thanks for any help.
It’s helpful if you’d share an activity, so folks can better assist you. I don’t think there have been changes that should break this. Without seeing your actual activity, I’d guess your component name is either missing, duplicated or mismatched. All should show errors though. Or your bounds don’t match. A simple solution for that is the following.
bounds: sketch1.bounds