separate mc section and open answer section printout for efficient paper usage (Feature #250)
Description
In some exams you want to use multiple choice questions and open questions.
This describes the situation when you use a separate answer sheet.
While mc questions can be put into a two column layout (no problem if you have 6 or less choices), but the answers to open questions need
more space when hand written.
This could be accomplished if the \AMCform command was re-factored such that by default combines all sections (elements), but that it would be possible to also render the elements separately.
So e.g. a command \\AMCformElement{element name } as in \\AMCformElement{general} and \\AMCformElement{open} would do the trick for me.
History
Updated by Alexis Bienvenüe about 10 years ago
- Target version set to 1.4.0
Updated by Alexis Bienvenüe almost 7 years ago
Thanks for you suggestion.
Starting with revision hg:7e107b6c06a0 (included in version 1.3.0+hg2018-02-25-1 from current test PPA), you can use something like
\begin{multicols}{2} \AMCformFilter{!\AMCifcategory{open}} \end{multicols} \AMCpostOquest=1mm \AMCformFilter{\AMCifcategory{open}}
- Status changed from New to Feedback
Updated by Alexis Bienvenüe over 6 years ago
- Status changed from Feedback to Closed
- % Done changed from 0 to 100