Forums » Using AMC (english) »
How to write a passage/paragraph based question?
Added by aman saurav over 4 years ago
Hi,
how do i type this kind of question, where there is passage that a student must go through to answer the following question?
example shown.
Screenshot_2021-06-08_at_3.04.15_PM.png (89.9 kB)
Replies (2)
RE: How to write a passage/paragraph based question?
-
Added by Frédéric Bréal over 4 years ago
Declare cleveref after babel and use \AMCstudentlabel
\begin{center}
\textbf{Paragraph-1 \cref{\AMCstudentlabel{prez},\AMCstudentlabel{pref},\AMCstudentlabel{Cameroon}}}
\end{center}
\lipsum[5]
\begin{question}{prez}\AMClabel{prez}
Among the following persons, which one has ever been a President of the French Republic?
\begin{choices}
\correctchoice{Ren\'e Coty}
\wrongchoice{Alain Prost}
\wrongchoice{Marcel Proust}
\wrongchoice{Claude Monet}
\end{choices}
\end{question}
\begin{question}{Cameroon}\AMClabel{Cameroon}
Which is the capital city of Cameroon?
\begin{choices}
\correctchoice{Yaound\'e}
\wrongchoice{Douala}
\wrongchoice{Abou-Dabi}
\end{choices}
\end{question}
\begin{questionmult}{pref}\AMClabel{pref}
Among the following cities, which ones are French prefectures?
\begin{choices}
\correctchoice{Poitiers}
\wrongchoice{Sainte-Menehould}
\correctchoice{Avignon}
\end{choices}
\end{questionmult}
RE: How to write a passage/paragraph based question?
-
Added by aman saurav over 4 years ago
Hey, thanks for the great answer! it really helped a lot!
In addition to your answer I have also made another answer that you can refer to
thanks and hope it helps someone!
(1-2/2)