You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: outcomes/outcome2.tex
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@
3
3
\date{Last Updated: 6/5/2025}
4
4
5
5
% 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.\\}
10
10
\renewcommand{\outcomeHeader}{This is the header - so you should see a block below this.\\}
11
11
12
12
@@ -27,19 +27,19 @@ \section{Intended Outcome of Test}
27
27
28
28
In the preamble, before we use the outcome commands, we change the styling of the outcomes using the following commands:
29
29
\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.
31
31
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.
34
34
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.
37
37
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: \\
39
39
\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.
41
41
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!|
43
43
\item[outcomeHeader] The command \verb|\outcomeHeader| is a macro that holds the LaTeX code that is displayed prior to the actual outcome block.
44
44
This is intended to be used by content authors to display a header - e.g. for an expandable or hover text.\\
45
45
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}
49
49
50
50
We have changed the styling from the above defaults using the following commands:
51
51
\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.\\} |
56
56
\item\verb|\outcomeHeader{This is the header - so you should see a block below this.\\} |
0 commit comments