sample_quiz.tex


\documentclass[12pt]{amsart}

% *********  Set normal page margins  ***********
\setlength{\oddsidemargin}{0in} \setlength{\evensidemargin}{0in}
\setlength{\textwidth}{6.5in} \setlength{\textheight}{8.5in}
\setlength{\topmargin}{0in} \setlength{\parindent}{0mm}

% Get rid of page numbers
\thispagestyle{empty}
\pagestyle{empty}

% user-defined commands that insert blank space between quiz questions
\newcommand{\smallspace}{\vspace{7mm}}
\newcommand{\mediumspace}{\vspace{20mm}}
\newcommand{\largespace}{\vspace{35mm}}

\begin{document}
% Put the content here
\begin{large}Math 101 - Core Competency in Mathematics\end{large} \hfill August 30, 2001\\*[10mm]
Name: \underline{\hspace{2in}} \hfill ``Quiz" 0\\[5mm]

\begin{enumerate}
    \item What was the last math course you took?  How would you describe your experience in that course? \mediumspace
    \item What is your biggest concern/worry/fear about this course? \mediumspace
    \item What do you want to be when you grow up? \smallspace
    \item What are you studying here at college? \smallspace
    \item Name a book/movie you read/saw recently.  Would you recommend it?  Why? \largespace
    \item Tell me something about yourself.
\end{enumerate}

\end{document}


[Crash Course in LaTeX home]