XimeraProject / ximeraLatex

Author tools for creating Ximera activities
LaTeX Project Public License v1.3c
40 stars 35 forks source link

Answer bugs #52

Closed oguzkurt closed 7 years ago

oguzkurt commented 7 years ago

This is a specific instance of $\answer{..}$ environment.

I am using it outside any specific ximera environment to teach syntax so that they will not try to calculate things like \binom{100}{20} on a calculator. I needed to use multiple answer boxes. When I published it, the first answer box worked wonderful and the other boxes would turn green as soon as I clicked within the box without me even writing anything or pushing ENTER or entering the right answer.

Any idea as to how to fix this bug?

On the same page, I have another one within example environment and it works fine!

bartsnapp commented 7 years ago

Hi,

All answers need to be within a "thm" like environment.

Put it within "exercise" and it should work

On Feb 14, 2017 11:57 AM, "oguzkurt" notifications@github.com wrote:

This is a specific instance of <$\answer{..}$> environment.

I am using it outside any specific ximera environment to teach syntax so that they will not try to calculate things like <\binom{100}{20}> on a calculator. I needed to use multiple answer boxes. When I published it, the first answer box worked wonderful and the other boxes would turn green as soon as I clicked within the box without me even writing anything or pushing "" or entering the right answer.

Any idea as to how to fix this bug?

On the same page, I have another one within example environment and it works fine!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/XimeraProject/ximeraLatex/issues/52, or mute the thread https://github.com/notifications/unsubscribe-auth/ABUBv9YT3df_fz3nSVAYecZH7v6kPDAXks5rcdzrgaJpZM4MAue5 .

oguzkurt commented 7 years ago

This is what I was thinking too!

Thanks! Oguz