multicolumn in seprate answer sheet (Feature #73)


Added by red sea almost 13 years ago. Updated over 12 years ago.


Status:Closed Start date:09/06/2012
Priority:Normal Due date:
Assignee:- % Done:

100%

Category:-
Target version:-

Description

i hope you put the answers in multicolumn (separate answer sheet model) .
now, the answers in one column (30 answers), then the model opening new answers page.

regards


twocolumn.pdf - two column answer form example (65.6 kB) Pieter Van den Hombergh, 09/13/2012 03:51 pm

docrorah2.tar.gz (23.2 kB) red sea, 09/15/2012 09:33 pm

docrorah2.tar.gz (17.2 kB) red sea, 09/16/2012 11:22 am


History

Updated by Pieter Van den Hombergh almost 13 years ago

red sea wrote:

i hope you put the answers in multicolumn (separate answer sheet model) .
now, the answers in one column (30 answers), then the model opening new answers page.

regards

The following works for me
inside the product environment

\begin{examcopy}[2]
\coverpage
\shufflegroup{general}
\insertgroup{general}
\AMClabel{lastpage}
\AMCcleardoublepage    
\AMCformBegin
\answerFormHead
\begin{multicols}{2}
\AMCform
\end{multicols}
\AMCcleardoublepage
\end{examcopy}

in particular the \begin{multicolumns}{2} does the trick.
See attachment for the result (of the answer page only).

Updated by red sea almost 13 years ago

thanks, but i cant't do it.
please see the attachment file.

Updated by Alexis Bienvenüe almost 13 years ago

The trick from Pieter Van den Hombergh seems to work for your separate.tex: add

\usepackage{multicol}

before \usepackage{arabxetex}, and replace \AMCform by
\begin{multicols}{2}
\AMCform
\end{multicols}

Updated by red sea almost 13 years ago

thanks, but no text now.

Updated by Alexis Bienvenüe almost 13 years ago

This works for the first source file you posted, so the problem is in the second one: you used there the \element command inside a longtable environment, which is not a right way to write things. The \element command don't write anything, but inserts some commands into a list. If you call it inside an environment, its action will be local, so that the \insertgroup called outside this environment won't be aware of all you did inside it with \element...

Updated by Alexis Bienvenüe over 12 years ago

  • % Done changed from 0 to 100
  • Status changed from New to Closed

Also available in: Atom PDF