Forums » Using AMC (english) »
Multiple "alsocorrect" for a numeric question?
Added by VInay Wagh about 1 year ago
Hi
I have set an AMCNumeric question. The correct answers are 5 and 10.
I have given the following code.
\AMCnumericChoices{05}{digits=2,sign=false,alsocorrect=10}
However, I also would like to give "5" as a correct answer (i.e. the student has bubbled 5 in the first row and nothing in the second row!). Is this possible?
-- VInay
Replies (2)
RE: Multiple "alsocorrect" for a numeric question? - Added by Alexis Bienvenüe about 1 year ago
Maybe the ignoreblank
option is what you need.
\AMCnumericChoices{5}{digits=2,sign=false,alsocorrect=10,ignoreblank=true}
RE: Multiple "alsocorrect" for a numeric question? - Added by VInay Wagh about 1 year ago
Thanks! The option "ignoreblank=true" works flawlessly!
-- VInay
(1-2/2)