I have most of my activities set up so students can check their answers by clicking a button. I have the button disabled until they have shown some work on the sketch layer.
disabled: sketch1.sketch.strokeCount<5
Now that typing is allowed in this component, the CL only recognizes a pencil or line mark. I’m wondering if any CL exists for the mathtype or textbox that students can add to the sketch yet so I can add that to enable a submission? My current workaround is a “student moves” that says “If you choose to type your math, be sure to add some pencil marks until the button unlocks so you can check your answer.”
Additionally, it doesn’t recognize the mathtype/textbox when I try to pull from the previous sketch. When I have the following in sketch2:
background: sketchLayer(sketch1.sketch)
the sketch is blank if the student typed their response instead of using the pencil.