XimeraProject / ximeraLatex

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

Factorization and use of js #58

Closed oguzkurt closed 5 years ago

oguzkurt commented 7 years ago

Hi folks,

I have two question related with each other. I am doing some exercises on polynomial factorization. I try to walk students on the path to factorization but I do not have a way to write the answer uniquely. So, what would you suggest that I should do:

\begin{problem} \begin{eqnarray} 24 x^5 + 30 x^2 &=& (\answer{6x^2})\cdot (\answer{4x^3})+(\answer{6x^2})\cdot(\answer{5}) \ &=& \answer{6x^2}\cdot (\answer{4x^3+5}) \end{eqnarray} \end{problem}

I tried to use validator idea and JS script but my version does not accept \js command or \begin{javascript} .... \end{javascript} environment. I installed ximera to SMC using the package at osu ximera page.

Thanks, Oguz

oguzkurt commented 7 years ago

This issue is resolved after updating Ximeralatex...