You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
""" \fillinsol now takes as optional argument a list of key-value-pairs with keys exact, numrange, regex and values being triples {<string>}{T|F}{<feedback>} (the answer case "description", whether that case is correct/wrong, and feedback). The mandatory argument in \fillinsol is now only used to a) determine the size of the fillinbox, and b) to fill the box with if \ifsolutions is true.
"""
This information is not yet available in the RusTeX/MMT generated HTML.
Things to note:
The new schema should be backward compatible, i.e., if a solution is provided without any other information, exact will be assumed.
Needs for the regex matching is most urgent. This may be specified by just adding HTML attribute that has the value exact, regex, or numrange. When the provided value is regex, the frontend will treat the provided data as a regular expression.
The text was updated successfully, but these errors were encountered:
From #391 (comment)
"""
\fillinsol
now takes as optional argument a list of key-value-pairs with keysexact
,numrange
,regex
and values being triples{<string>}{T|F}{<feedback>}
(the answer case "description", whether that case is correct/wrong, and feedback). The mandatory argument in\fillinsol
is now only used to a) determine the size of the fillinbox, and b) to fill the box with if\ifsolutions
is true."""
This information is not yet available in the RusTeX/MMT generated HTML.
Things to note:
exact
will be assumed.regex
matching is most urgent. This may be specified by just adding HTML attribute that has the valueexact
,regex
, ornumrange
. When the provided value isregex
, the frontend will treat the provided data as a regular expression.The text was updated successfully, but these errors were encountered: