Skip to content

Commit cbf2146

Browse files
committed
fix Output -> Outcome
1 parent 682333d commit cbf2146

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

outcomes/outcome2.tex

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
\date{Last Updated: 6/5/2025}
44

55
% Stylize the outcome block.
6-
\renewcommand{\preOutputLine}{This marks the beginning of the outcome line. }
7-
\renewcommand{\postOutputLine}{ This marks the end of Outcome Line.\\}
8-
\renewcommand{\preOutputBlock}{This is the beginning of a boring block of outcomes. No itemize.\\}
9-
\renewcommand{\postOutputBlock}{End of Block... a boring block without any itemize.\\}
6+
\renewcommand{\preOutcomeLine}{This marks the beginning of the outcome line. }
7+
\renewcommand{\postOutcomeLine}{ This marks the end of Outcome Line.\\}
8+
\renewcommand{\preOutcomeBlock}{This is the beginning of a boring block of outcomes. No itemize.\\}
9+
\renewcommand{\postOutcomeBlock}{End of Block... a boring block without any itemize.\\}
1010
\renewcommand{\outcomeHeader}{This is the header - so you should see a block below this.\\}
1111

1212

@@ -27,19 +27,19 @@ \section{Intended Outcome of Test}
2727

2828
In the preamble, before we use the outcome commands, we change the styling of the outcomes using the following commands:
2929
\begin{description}
30-
\item[preOutputLine] The command \verb|\preOutputLine| is a macro that holds the LaTeX code that is prepended to each \verb|\outcome{text}| text.
30+
\item[preOutcomeLine] The command \verb|\preOutcomeLine| is a macro that holds the LaTeX code that is prepended to each \verb|\outcome{text}| text.
3131
This is intended to be used by content authors to stylize their outcome items.\\
32-
By default, the content of \verb|\preOutputLine| is: \verb|\item |
33-
\item[postOutputLine] The command \verb|\postOutputLine| is a macro that holds the LaTeX code that is appended to each \verb|\outcome{text}| text.
32+
By default, the content of \verb|\preOutcomeLine| is: \verb|\item |
33+
\item[postOutcomeLine] The command \verb|\postOutcomeLine| is a macro that holds the LaTeX code that is appended to each \verb|\outcome{text}| text.
3434
This is intended to be used by content authors to stylize their outcome items.\\
35-
By default, the content of \verb|\postOutputLine| is empty
36-
\item[preOutputBlock] The command \verb|\preOutputBlock| is a macro that holds the LaTeX code that is executed prior to any of the \verb|\outcome| commands.
35+
By default, the content of \verb|\postOutcomeLine| is empty
36+
\item[preOutcomeBlock] The command \verb|\preOutcomeBlock| is a macro that holds the LaTeX code that is executed prior to any of the \verb|\outcome| commands.
3737
This is intended to be used by content authors to stylize their outcome lists.\\
38-
By default, the content of \verb|\preOutputBlock| is: \\
38+
By default, the content of \verb|\preOutcomeBlock| is: \\
3939
\verb|At the end of this section, students should be able to... \begin{itemize}|
40-
\item[postOutputBlock] The command \verb|\postOutputBlock| is a macro that holds the LaTeX code that is executed after all of the \verb|\outcome| commands are llisted.
40+
\item[postOutcomeBlock] The command \verb|\postOutcomeBlock| is a macro that holds the LaTeX code that is executed after all of the \verb|\outcome| commands are llisted.
4141
This is intended to be used by content authors to stylize their outcome lists.\\
42-
By default, the content of \verb|\postOutputBlock| is: \verb|\end{itemize} So go forth and learn!|
42+
By default, the content of \verb|\postOutcomeBlock| is: \verb|\end{itemize} So go forth and learn!|
4343
\item[outcomeHeader] The command \verb|\outcomeHeader| is a macro that holds the LaTeX code that is displayed prior to the actual outcome block.
4444
This is intended to be used by content authors to display a header - e.g. for an expandable or hover text.\\
4545
By default, the content of \verb|\outcomeHeader| is: \verb|Goals for this Section (Hover over me to see!)|
@@ -49,10 +49,10 @@ \section{Intended Outcome of Test}
4949

5050
We have changed the styling from the above defaults using the following commands:
5151
\begin{itemize}
52-
\item \verb|\preOutputLine{This marks the beginning of the outcome line. } |
53-
\item \verb|\postOutputLine{ This marks the end of Outcome Line.\\} |
54-
\item \verb|\preOutputBlock{This is the beginning of a boring block of outcomes. No itemize.\\} |
55-
\item \verb|\postOutputBlock{End of Block... a boring block without any itemize.\\} |
52+
\item \verb|\preOutcomeLine{This marks the beginning of the outcome line. } |
53+
\item \verb|\postOutcomeLine{ This marks the end of Outcome Line.\\} |
54+
\item \verb|\preOutcomeBlock{This is the beginning of a boring block of outcomes. No itemize.\\} |
55+
\item \verb|\postOutcomeBlock{End of Block... a boring block without any itemize.\\} |
5656
\item \verb|\outcomeHeader{This is the header - so you should see a block below this.\\} |
5757
\end{itemize}
5858

0 commit comments

Comments
 (0)