more option for AMCcode (Feature #26)
Description
- make "\AMCcode{name}{10}" some options like the question.
1- now we can control the number of columns (like {10} that means ten columns), i hope we can control the number of rows (like {5} means 5 boxs in every columns).
2- i hope we have control the content of the boxs, like the boxs of question.
in the box of question :
the default content is (A)
\wrongchoice{}%
but when we added [Z], we can change A to Z :
\wrongchoice[Z]{}%
why:
- to make \AMCcode for :
status(student condition) - sex - term - sector - stage - ....
whit professional design (i know we can now used a quastion form to do this with script in the head, but not easy for all and Form design is professional).
best regards
History
Updated by red sea over 13 years ago
As well as the possibility of writing beside the box.
Updated by red sea over 13 years ago
Suggested to be this way:
\AMCcode{name}{columnsNum}{rowsNum}{}
when we want to write any thing beside the boxs..
\AMCcode{name}{columnsNum}{rowsNum}{
\text [m]{1}{male}
\text [f]{2}{female}
...
}
Updated by red sea over 13 years ago
the content inside the box must be 1 number or 1 letter.
Updated by Alexis Bienvenüe over 13 years ago
The user can do anything he wants using LaTeX commands, following the example of the AMCcode
definition in the style file. Just keep in mind that the scores from questions named XXX.3
, XXX.2
, XXX.1
will be concatenated to get the value of the field XXX
in the exported files.
- Description changed from - make "\AMCcode{name}{10}" some options like the question. 1- ... to - make "\AMCcode{name}{10}" some options like the question. 1- n... More
Updated by Alexis Bienvenüe about 13 years ago
- Status changed from New to WontFix