diff --git a/conf/authen_LTI_1_1.conf.dist b/conf/authen_LTI_1_1.conf.dist index 49cf28771d..a0d73a33b9 100644 --- a/conf/authen_LTI_1_1.conf.dist +++ b/conf/authen_LTI_1_1.conf.dist @@ -21,7 +21,7 @@ $LTI{v1p1}{LMS_url} = ''; # This sets the number of decimal digits to round the score (a value between 0 and 1) sent to the LMS. # A setting of 2 means the score is rounded to 2 digits or the nearest whole percent. Setting this to -# a number less than 2 will disable rounding. Note that there maybe some rounding since floats are +# a number less than 2 will disable rounding. Note that there may be some rounding since floats are # used to compute and save scores in the database and LMS may round the score received. $LTI{v1p1}{round_score_digits} = 2; #$LTI{v1p1}{round_score_digits} = 0; # Disable rounding. diff --git a/lib/WeBWorK/ConfigValues.pm b/lib/WeBWorK/ConfigValues.pm index 49bb6a7f80..874cb4cc1d 100644 --- a/lib/WeBWorK/ConfigValues.pm +++ b/lib/WeBWorK/ConfigValues.pm @@ -1096,9 +1096,9 @@ sub getConfigValues ($ce) { doc2 => x( 'This sets the number of decimal digits to round the set score (a value between 0 and 1) sent to the ' . 'LMS using LTI 1.1. A setting of 2 means the score is rounded to 2 digits or the nearest whole ' - . 'percent. Setting this to a number less than 2 will disable rounding. Note that there maybe ' + . 'percent. Setting this to a number less than 2 will disable rounding. Note that there may be ' . 'some rounding since floats are used to compute and save scores in the database and the LMS may ' - . 'round the score it recives.' + . 'round the score it receives.' ), type => 'number' },