Page MenuHomec4science

style_extra.tex
No OneTemporary

File Metadata

Created
Mon, May 6, 19:24

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}{
\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}{
\clearpage
\OpenGrid{23cm}
}
\newcommand{\FullPageOpenGridForever}{
\loop \ifnum \thepage < \totalPages \FullPageOpenGrid \repeat
}
%% ==============================================
% Single points
\newcommand{\openquestionmax}{1}
\newcommand{\correctorPointsPerGroup}[1]{
\renewcommand{\openquestionmax}{#1}
}
\newcommand{\correctorChoices}{\correctchoice[0]{}\scoring{b=0}\correctchoice[Y]{}\scoring{b=\openquestionmax/4}\correctchoice[X]{}\scoring{b=\openquestionmax/2}\correctchoice[W]{}\scoring{b=\openquestionmax*3/4}\correctchoice[V]{\qquad}\scoring{b=\openquestionmax}}
\newcommand{\correctorOne}[3][0]{
\par
\noindent
\begin{questionmultx}{#2}\bareme{MAX=\openquestionmax}
#3~\\
\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{\correctorChoices\makebox[218.6pt][c]{}}
\end{questionmultx}
\vspace{-55pt}~
\par
}
\newcommand{\correctorTwo}[3][0]{
\par
\noindent\begin{questionmultx}{#2}\bareme{MAX=\openquestionmax*2}
#3~\\
\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{\correctorChoices\correctorChoices\makebox[109.8pt][c]{}}
\end{questionmultx}
\vspace{-55pt}~
\par
}
\newcommand{\correctorThree}[3][0]{
\par
\noindent
\begin{questionmultx}{#2}\bareme{MAX=\openquestionmax*3}
#3~\\
\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{\correctorChoices\correctorChoices\correctorChoices\makebox[1pt][c]{}}
\end{questionmultx}
\vspace{-55pt}~
\par
}
\newcommand{\correctorStop}{
\bigskip
\noindent
}

Event Timeline