Page MenuHomec4science

style_extra.tex
No OneTemporary

File Metadata

Created
Sat, Nov 9, 16:41

style_extra.tex

%% Default values for open questions:
\AMCopenOpts{lines=10,lineheight=2ex,framerulecol=black,dots=false}
\newcommand{\letter}{A}
\makeatletter
\renewcommand{\theenumi}{\alph{enumi}}
\renewcommand{\labelenumi}{(\theenumi)}
\makeatother
%% OpenBox commands ============================
\newcommand{\OpenBox}[1]{
\noindent
\fbox{
\centering
\begin{minipage}{1.0\textwidth}
~
\vspace{#1}
~
\end{minipage}
}
}
\newcommand{\FullPageOpenBox}[0]{
\clearpage
\OpenBox{23cm}
}
%% OpenGrid commands ============================
\newcommand{\OpenGrid}[1]{
\noindent
\begin{tikzpicture}
\draw[step=.5cm,lightgray]
(0cm,0cm) grid (15.5cm,#1);
\end{tikzpicture}
}
\newcommand{\FullPageOpenGrid}[1]{
\clearpage
\OpenGrid{23cm}
}
%% ==============================================
% Single points
\newcommand{\correctorChoices}{\correctchoice[0]{}\scoring{b=0}\correctchoice[Y]{}\scoring{b=0.25}\correctchoice[X]{}\scoring{b=0.5}\correctchoice[W]{}\scoring{b=0.75}\correctchoice[V]{\qquad}\scoring{b=1}}
\newcommand{\correctorThree}[3][0]{
\par
\begin{questionmultx}{#2}
#3
\noindent
\AMCOpen{lines=#1,framerulecol=white}{
\correctorChoices\correctorChoices\correctorChoices
}
\end{questionmultx}
\vspace{-55pt}~
}
\newcommand{\correctorOne}[3][0]{
\par
\noindent
\begin{questionmultx}{#2}
#3
\noindent
\AMCOpen{lines=#1,framerulecol=white}{
\correctorChoices\makebox[220.3pt][c]{}
}
\end{questionmultx}
\vspace{-55pt}~
}
\newcommand{\correctorTwo}[3][0]{
\par
\noindent
\begin{questionmultx}{#2}
#3
\noindent
\AMCOpen{lines=#1,framerulecol=white}{
\correctorChoices\correctorChoices\makebox[108.5pt][c]{}
}
\end{questionmultx}
\vspace{-55pt}~
}

Event Timeline