5
votes
1answer
55 views

Set indentation of choice in exam documentclass

I want to create an multiple choices question with this indenting format 1. ######## A. ### B. ### C. ### 2. ######## ######## A. ### B. ### C. ### The choices have same ...
2
votes
2answers
668 views

How to prevent page breaks in lists? (“Exam” class)

I'm using the exam class to prepare a test. Unfortunately, the package allows page breaks inside the solution list of a question. Considering this toy example: \question Example of question. Choose ...
2
votes
1answer
118 views

Creating a list with non-consecutive items - Especially within exam Class

I would like to make a list that is numbered however I want it to be, not just consecutively. Specifically, within the exam class, how could I go to question #10 immediately after question #5? Or ...