Tagged Questions
2
votes
1answer
77 views
Make \section*{} compatible with the exam class
I'd like to redefine the \section*{} command so that the section title are aligned left. I actually can achieve it with \fullwidth{\section*{my section title}}
but y would like to do something like:
...
9
votes
1answer
235 views
Create a “choose between ” questions with exam class
I want to create an exam that has 2 parts: Part 1 will be some questions that students are force to do, and part 2 will be a choose x questions among y to do.
If it weren't for the score, I could ...