Get sum of answers

Added by Dean B over 11 years ago

Hi,

I would like to use amc for questionaire.

For example that we have a question:
-"Which languages do you speak?"
and following answers:
-English
-German
-French
-Spanish

Trough scoring, I would like to detect which answers were selected.

\begin{questionmult}{04}
"Which languages do you speak?" 
    \AMCnoCompleteMulti 
        \begin{choices}
             \correctchoice{ English}\scoring{1}
            \correctchoice{ German }\scoring{2}
            \correctchoice{ French }\scoring{4}
            \correctchoice{ Spanish }\scoring{8}
        \end{choices}
\end{questionmult}

If for example German (2), and French (4) would be selected, I would like that I would get sum of scores (6) for this question .
In spreadsheet (open office or excel) I would then mask (binary) sum, to get marked answers.

Above example does not work for me.

Please help.

Thank you!


Replies (2)

RE: Get sum of answers - Added by Alexis Bienvenüe over 11 years ago

\scoring{2} can only be used inside simple questions. You should try \scoring{b=2} (b is the score used for right answers, so if you declare that the answer is correct, this means the answer has been ticked) instead.

RE: Get sum of answers - Added by Alexis Bienvenüe over 11 years ago

Also note that you can use the "ticked box" option when exporting to CSV, to get some knowledge about which boxes were ticked.

(1-2/2)