Coursework pack

Quiz

A timed quiz front page with an instructions box and multiple choice questions.

LaTeXCC0-1.0

Open in Oleafly (free)View in the catalog

Compiled first page of the Quiz template
\documentclass[11pt]{article}
\usepackage[margin=1in]{geometry}
\usepackage{amsmath,amssymb}
\usepackage{lmodern}
\usepackage{xcolor}
\usepackage{tcolorbox}
\usepackage{enumitem}
\pagestyle{empty}
\setlength{\parindent}{0pt}

\definecolor{accent}{HTML}{B45309}

\begin{document}

\begin{center}
  {\LARGE\bfseries Quiz 3: Integration Techniques}\\[4pt]
  {\large MATH 1220, Calculus II}\\[2pt]
  Time allowed: 20 minutes \quad | \quad 10 points total
\end{center}

\vspace{0.5em}
Name: \rule{2.8in}{0.4pt} \hfill Student ID: \rule{1.5in}{0.4pt}

\vspace{1em}
\begin{tcolorbox}[colback=accent!6,colframe=accent,boxrule=0.8pt,arc=2mm,
  title=\textbf{Instructions}]
  \begin{itemize}[leftmargin=1.2em, itemsep=1pt, topsep=1pt]
    \item Closed book. No calculators, notes, or electronic devices.
    \item Circle exactly one answer for each question.
    \item Each question is worth 2 points. There is no penalty for guessing.
    \item Stop writing when time is called.
  \end{itemize}
\end{tcolorbox}

\vspace{1.2em}
\begin{enumerate}[label=\textbf{\arabic*.}, leftmargin=2em, itemsep=1.2em]

\item What is $\displaystyle\int \frac{1}{x}\,dx$ for $x \neq 0$?
  \begin{enumerate}[label=(\alph*), itemsep=1pt]
    \item $\ln|x| + C$
    \item $\dfrac{1}{x^2} + C$
    \item $-\dfrac{1}{x^2} + C$
    \item $x \ln x + C$
  \end{enumerate}

\item The derivative of $e^{3x}$ is
  \begin{enumerate}[label=(\alph*), itemsep=1pt]
    \item $e^{3x}$
    \item $3e^{3x}$
    \item $\frac{1}{3}e^{3x}$
    \item $3xe^{3x-1}$
  \end{enumerate}

\item Using integration by parts, $\displaystyle\int x e^{x}\,dx$ equals
  \begin{enumerate}[label=(\alph*), itemsep=1pt]
    \item $\frac{1}{2}x^2 e^{x} + C$
    \item $x e^{x} + e^{x} + C$
    \item $(x - 1)e^{x} + C$
    \item $(x + 1)e^{x} + C$
  \end{enumerate}

\item Which substitution best evaluates $\displaystyle\int \frac{2x}{1 + x^2}\,dx$?
  \begin{enumerate}[label=(\alph*), itemsep=1pt]
    \item $u = 2x$
    \item $u = 1 + x^2$
    \item $u = \tan x$
    \item $x = \sin u$
  \end{enumerate}

\item The value of $\displaystyle\int_0^{1} 3x^2\,dx$ is
  \begin{enumerate}[label=(\alph*), itemsep=1pt]
    \item $0$
    \item $\tfrac{1}{3}$
    \item $1$
    \item $3$
  \end{enumerate}

\end{enumerate}

\end{document}

In the app: open the New Project gallery, install the Coursework pack pack under "Get more templates", and this template appears with a live preview and one-click project creation. Compilation runs locally on the bundled engine.