We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ab86e8 + 14f52d8 commit 03eca4cCopy full SHA for 03eca4c
lib/WeBWorK/Authen/LTIAdvanced/SubmitGrade.pm
@@ -101,7 +101,7 @@ sub update_sourcedid {
101
# depending on the request and the mode we are in.
102
my $sourcedid = $r->param('lis_result_sourcedid');
103
if (!defined($sourcedid)) {
104
- warn "No LISSourceID! Some LMS's do not give grades to instructors, but this ".
+ warn "No LISSourceID! Some LMS's do not give grades to instructors, but this".
105
"could also be a sign that external grades are not enabled in your LMS." if $ce->{debug_lti_grade_passback};
106
} elsif ($ce->{LTIGradeMode} eq 'course') {
107
# Update the SourceDID for the user if we are in course mode
0 commit comments