I’ll be introducing sign diagrams after the holiday, and am experimenting with an activity wherein the students would move + or - (as moveable points) into a box. I would like for the point labels to change to “+:white_check_mark:” or “-” when they have been moved into the correct box.
I don’t know of a way to size a point label in CL. To have two correct positions for one point you can expand your piecewise correctness check so that it assigns 1 in either correct scenario. For example, on screen 2, you could have
I played around with this and made a screen that you may find useful. I added 3 plus signs and 3 minus signs that are moveable, and logic to see if a sign is moved into any box. This way, you can change problems without having to hardcode error checking each time - you could just change whether each box is looking for plus or minus in the correctness check folder. You can also easily add or remove the number of moveable signs without having to change much of the code. I don’t know if that makes senses, but take a look and see what you think. [Copy of] Moveable Object • Activity Builder by Desmos