From 94c7af0d3d2cc15af19871bea7e31dc2521baf1b Mon Sep 17 00:00:00 2001 From: Alex Jordan Date: Mon, 18 Nov 2024 20:01:09 -0800 Subject: [PATCH] more feedback from PR#2617 --- lib/WeBWorK/ConfigValues.pm | 6 +++--- lib/WeBWorK/ContentGenerator/GatewayQuiz.pm | 2 +- lib/WeBWorK/Utils/ProblemProcessing.pm | 10 ++++------ lib/WeBWorK/Utils/Sets.pm | 16 +++++----------- 4 files changed, 13 insertions(+), 21 deletions(-) diff --git a/lib/WeBWorK/ConfigValues.pm b/lib/WeBWorK/ConfigValues.pm index 8c7f96f7fe..b122c3f473 100644 --- a/lib/WeBWorK/ConfigValues.pm +++ b/lib/WeBWorK/ConfigValues.pm @@ -960,7 +960,7 @@ sub getConfigValues ($ce) { }, LTISendScoresAfterDate => { var => 'LTISendScoresAfterDate', - doc => x('When to send scores to the LMS regardless of status'), + doc => x('Date after which scores will be sent to the LMS'), doc2 => x( '

This can be set to one of the dates assciated with assignments. For a given assignment, if it is after ' . "the \$LTISendScoresAfterDate, then WeBWorK will send grades.