Hello everyone,
What I am trying to make is a visualization of decimal that my students get from the previous slide. So, I want it so that if they answer 0.23 the next slide it shows 23 boxes covered from a 100 boxes. I was trying to do it with polypad but I am stuck right now and would appreciate any kind or help or lead here.
Thank you, in advance.
Currently there’s no way to control the content of a polypad using CL (aside from setting the initialState with the content of another polypad). You can only export data from polypads.
Here’s how I would do it with a graph instead. I threw in some error messaging if input doesn’t meet certain criteria, but you can certainly remove those. Also it’s on a single screen, but the functionality is the same if you move the graph to another screen. You’ll just need to make sure your input name is unique.
Unfortunately, this is not something that can currently be done in Polypad. You can pull information from a Polypad into the Desmos activity through CL, but you can’t go the other way. Here is a way you can do something similar with a graph in Desmos: decimal representation • Activity Builder by Desmos Classroom
Oops - Daniel just beat me