On 7/15/26 16:17, 'Rob Beezer' via PreTeXt development wrote:
> 1. Use the repair phase to convert them to modern "dynamic exercises". Not
> sure if this is even possible, given their reliance on regular expressions?
Well, I am kinda new to all this. I thought a few minutes later I should just
put the question to my assistant while idle and on the clock. Response is
favorable. Only one gotcha it seems:
If an old style FITB has a correct answer that is a literal, say "42", then
everything is good. If the correct answer is a regular expression, then "static
back-of-book auto-solution loses its fill-in value". Not sure how weare
handling that right now anyway?
So we could
1. Repair old-style problems to new-style ones
2. Remove legacy code
3. Live with schema errors for a while, but eventually remove examples
4. Identify literal correct answers, and otherwise just put a placeholder in
the automatic solution for static forms. Maybe just reproduce the regex?
Or something like that.
Rob