You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hm I can't reproduce this bug. Presumably this is related to the line where it is checked in latextomoodle.sty whether an answer is good or bad, more precisely
\ifthenelse{\lengthtest{#1 pt > 0.0pt}}
Perhaps you can ask your colleague whether
\ifthenelse{\lengthtest{100.0 pt > 0.0pt}}
produces an error on his setup and try also with 100 pt instead of 100.0 pt?
A collegue of mine reported the following bug:
When using float numbers like 0.0 or 100.0 in the grades, it returns an error like this one : https://tex.stackexchange.com/questions/471842/missing-inserted-for-ifnum-usepackage
It seems to come from an installation issue, but said collegue says his install is up to date
When using integers (0 or 100) the script works, even though the produced pdf doesn't show the percentage grade.
It is very likely to be related to the the code introduced for the issue #6
The text was updated successfully, but these errors were encountered: