Skip to content

Commit

Permalink
fix a mistake in LTISendScoresAfterDate config options
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Jordan committed Nov 26, 2024
1 parent 734246b commit 3067000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WeBWorK/ConfigValues.pm
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ sub getConfigValues ($ce) {
reduced_scoring_date => x('After the reduced scoring date'),
due_date => x('After the close date'),
answer_date => x('After the answer date'),
never_date => x('Never')
never => x('Never')
},
type => 'popuplist'
},
Expand Down

0 comments on commit 3067000

Please sign in to comment.