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

MathJax formulas don't display correctly #18

Open
t-schroeder opened this issue Nov 25, 2021 · 0 comments
Open

MathJax formulas don't display correctly #18

t-schroeder opened this issue Nov 25, 2021 · 0 comments

Comments

@t-schroeder
Copy link

t-schroeder commented Nov 25, 2021

You can specify MathJax formulas as answer choices. But in the select they are not rendered correctly. Example:
image
That happens because the <option> element only supports text But MathJax formulas consist of a lot of HTML elements. To make them work here the plugin would need to use something other than <select> and <option>. I've read that Select2 or Chosen do work with HTML content.

Here's a sample question (unzip, then import as Moodle XML): questions-Testkurs-Lückentest-20211125-1736.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant