MathQuill replaces AnSwEr input fields#917
Closed
drdrew42 wants to merge 12 commits into
Closed
Conversation
Member
Member
Author
|
I don't know if you want to have this one closed - but I rebased this over to develop, along with the other leaderboards feature. Figured I'd just go ahead and do them both. New pull request #920 should replace this one. |
Member
|
This PR is replaced by #920 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is only a rudimentary implementation of the MathQuill live-renderer.
The immediate rendering of expressions is quite impressive, and I think I've managed to ensure that prior answers are rendered accurately (albeit with some additional parenthesis) when the page is reloaded. Additionally, MathQuill automatically resizes as the contents grow...
caveat: Answers that expect string responses (single-letter MC responses are fine) will not work with this feature. For example, "hello" is interpreted as h * e * l * l * o.