Hi, I was wondering if it is possible to copy a polypad component from one screen to the next after students complete it much like we can with a sketch or a graph.
I was hoping to have students use the polypad to add to the sequence and then have it carry over to screen 2.
You can carry a polypad state forward to another polypad, but not into a sketch or graph.
initialState: polypadName.polypadState
This is an initial state though, so it works similar to initialContent or initialLatex. It will show the state of the other component up until it is edited. So if a student creates a pattern, then moves forward to edit that, but decide they want to go back and edit their pattern, the new edits won’t pull forward.
You’ll also definitely want components of the same size. Copying from a full screen polypad to a single column one will probably not play nicely.