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

Latex is not evaluated if it is used in correct answer #538

Open
payenda opened this issue Mar 30, 2017 · 2 comments
Open

Latex is not evaluated if it is used in correct answer #538

payenda opened this issue Mar 30, 2017 · 2 comments
Labels

Comments

@payenda
Copy link

payenda commented Mar 30, 2017

@fpcorso
When I want to include Latex in correct answer, the plugin does not score that question. If Latex is used in question itself and in wrong answers but not in correct answer, the plugin evaluates and gives correct score but when I must use Latex for correct answer, the plugin does not evaluate that question.

The Plugin does not render Latex in result pages and I think it can not detect Latex to evaluate it. If rendering Latex is enabled for result pages maybe this problem will be solved.

@fpcorso fpcorso added the Bug label May 6, 2017
@cedrick-f
Copy link

I found a workaround replacing \ by \
BUT : when reediting the question, \ somtimes become \, and amp; have to be removed !

@cedrick-f
Copy link

Since the last update (7.1.6) all \ characters are removed from the user's answers (but the latex formulas appear correctly in the choices) and correct users's choices are considered falses.
Using \ no longer solves the problem.

For example, in 'vertical multiple choice', the choice $$r=\frac{v}{\omega}$$ is correctly shown in the question :
image
But in the user's answer, it becomes : r=fracvomega

Thank you in advance for your help

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

No branches or pull requests

3 participants