Hello,
I’m running into an issue with math response fields when students try to enter mismatched interval notation (like (-8, 2]).
It looks like an update over the summer changed how auto-complete behaves in the math input component. Now, when a student opens with a parenthesis ( or bracket [, the field automatically inserts the matching pair. When trying to type a mixed interval like (-8, 2], it forces matching enclosures, resulting in nested or garbled inputs like [(-8, 2)].
Please see the example activity I created here:
Because of this, students are unable to type mismatched intervals cleanly, which breaks standard LaTeX string checks in Computation Layer (CL).
A couple of questions for the community:
-
Is there any setting or toggle in CL / screen settings to disable automatic closing of parentheses and brackets in a math input?
-
If auto-complete can’t be toggled off, how are you currently handling answer checks or input for half-open intervals like
(-8, 2]?
Thanks in advance for any advice or workarounds!