AMC-TXT How to define all questions as ordered

Added by Nikola Z. Guscic almost 11 years ago

I am making simple AMC-TXT template for teachers in our school. I already have option to stop shuffling questions:

ShuffleQuestions:0

I would also like to have all question choices ordered by default. In other words I would like to have choices a,b,c,d
appear in the order exactly as the teacher defined them. I know I can just add [ordered] after a given question in AMC-TXT, such as:

*[ordered] What is my name?
+ Niko Z.
- David
- Jeremy

However, I'd like to be able to define this option globally.
Thanks,

Niko Z.


Replies (2)

RE: AMC-TXT How to define all questions as ordered - Added by Alexis Bienvenüe almost 11 years ago

There is no global AMC-TXT option for this yet, but you can call some little LaTeX code for that with:

LaTeX-BeginDocument: \makeatletter\AMC@ordretrue\makeatother

RE: AMC-TXT How to define all questions as ordered - Added by Nikola Z. Guscic almost 11 years ago

Excellent, thank you for the answer.

AMC-TXT is a great idea. Some teachers in my school have tried making quizzes on Wordpad based on a template and were impressed when they saw the compiled exams.

(1-2/2)