Document Classes ⇒ examdesign numbering true/false question
examdesign numbering true/false question
I am trying to preparing exam includes matching, true/false nad multiple choice parts.
I want to give number for true/false question because I will give students separate bubble sheet for answers. I have tried to modify examdesign class, I solved for matching question but true/false question can not take any number.
What can I do for it?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: examdesign numbering true/false question
examdesign numbering true/false question
Code: Select all
\documentclass[9pt]{examdesign}\usepackage[utf8]{inputenc}\usepackage{amsmath}\usepackage{graphicx}\Fullpages\NumberOfVersions{5}\begin{document}\sffamily\begin{examtop}EXAM \Alph{version}\end{examtop}\bigskip\begin{matching}[title={Matching},suppressprefix,resetcounter]\pair{A}{AA}\pair{B}{BB}\pair{C}{CC}\end{matching}\begin{truefalse}[title={True/False},suppressprefix]Lütfen cevap kağıdına Doğru ise ``D'' yanlış ise ``Y'' yazınız.\begin{question}\answer{True} For purposes of evaluating the credibility of a source, astatement is less credible if the statement maker knows that his or herreputation is at risk.\end{question}\begin{question}\answer{True} A deductively valid argument can have true premises and a trueconclusion.\end{question}\begin{question}\answer{True} A proposition and its double negation are logically equivalent.\end{question}
Re: examdesign numbering true/false question
Do you have a solution to the matching environment that is (or can be) shared?
examdesign numbering true/false question
Hi dgreen, just using those are a bit limited though in what you can do.dgreen wrote:I just use multiple choice and supply choices True and False so I get numbering.
Do you have a solution to the matching environment that is (or can be) shared?