Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions conf/global.conf.dist
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,7 @@ $pg{directories}{macrosPath} = [
"$courseDirs{templates}/Library/macros/TCNJ",
"$courseDirs{templates}/Library/macros/NAU",
"$courseDirs{templates}/Library/macros/Dartmouth",
"$courseDirs{templates}/Library/macros/WHFreeman",
];

# The applet search path. If a full URL is given, it is used unmodified. If an
Expand Down
8 changes: 1 addition & 7 deletions lib/WeBWorK/Constants.pm
Original file line number Diff line number Diff line change
Expand Up @@ -239,13 +239,7 @@ You must use at least one display mode. If you select only one, then the option
if student input is sin(pi/2). If this is set to false, e.g. to save space in the response area, the student can
still see their evaluated answer by hovering the mouse pointer over the typeset version of their answer.',
type => 'boolean'},

{ var => 'pg{options}{showEvaluatedAnswers}',
doc => 'Display the evaluated student answer',
doc2 => 'Set to true to display the "Entered" column which automatically shows the evaluated student answer, e.g. 1
if student input is sin(pi/2). If this is set to false, e.g. to save space in the response area, the student can
still see their evaluated answer by hovering the mouse pointer over the typeset version of their answer.',
type => 'boolean'},


{ var => 'pg{ansEvalDefaults}{useBaseTenLog}',
doc => 'Use log base 10 instead of base <i>e</i>',
Expand Down
Loading