FITB cleanup related to Schema - #3047
Conversation
|
Reviewed at Three changes here. Two are complete; one is half-done.
|
|
I've been thinking this needs a little bit more work? Third item above? |
|
Reviewed at Three changes here. Two are complete; one is half-done.
|
|
I've been thinking this needs a little bit more work? Third item above? |
This should resolve some of the noted discrepancies in the FITB schema.
variableis allowed in the schema and is treated internally by automatically wrapping insidede-number. This should preserve the old treatment while ensuring that the text content is escaped inside a string as needed and parsed in javascript.de-evaluateis now also allowed inside thevariable(would have always worked but was never parsed) to allow for nested evaluation, such as would be used for evaluation of a substitution followed by composition.I attempted (with Claude assistance help) to update the schema files to match this work. (separate commit)