How to use AMCnumericChoices to get value not grade

Added by Adin Ramirez over 8 years ago

Is there a way to obtain the value marked on a AMCnumericChoices instead of grading it?

I want to make a type of indicative question in which I want to have the number marked by the students. For example if I do

\AMCnumericChoices{\VQs}{digits=2,sign=false, borderwidth=0pt}

I want to obtain the 2 digits marked on it. For example, if a student marked 1 and 2, I want to obtain a 12 on the spreadsheet.

How should I modified the above code to achieve it?


Replies (2)

RE: How to use AMCnumericChoices to get value not grade - Added by shreikant kv about 8 years ago

Pl see attached files.

e.tex (921 Bytes)

e.pdf (53 kB)

RE: How to use AMCnumericChoices to get value not grade - Added by Alexis Bienvenüe about 8 years ago

You can also use AMC internals, with something like

  \begin{questionmultx}{value}
    How much?
    \scoring{formula=intX}\QuestionIndicative
    \AMCnumericChoices{0}{digits=2,sign=false,borderwidth=0pt,scoring=false}
  \end{questionmultx}

(1-2/2)