Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how should matchBlanks function? #187

Open
dqnykamp opened this issue Jun 10, 2024 · 0 comments
Open

how should matchBlanks function? #187

dqnykamp opened this issue Jun 10, 2024 · 0 comments
Labels
question Further information is requested

Comments

@dqnykamp
Copy link
Member

Now that blanks have evolved and we parse expressions including blanks, such as "/2", it's not clear that the current default and functionality of the matchBlanks attribute is the best. It currently defaults to false so that <answer>/2</answer> does not have any correct answers given that the target answer includes a blank. To allow "/2" be be correct, one must use <answer matchBlanks>/2</answer>.

Should the default of matchBlanks be changed to true? If so, should be change its behavior so that a single blank is not matched and every invalid math be validated equal to any other invalid math? Or, do we change how blanks work to distinguish them from invalid math? (That would presumably be ideal, but is it worth the time investment?)

@dqnykamp dqnykamp added the question Further information is requested label Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant