Skip to content
Open
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
2 changes: 1 addition & 1 deletion conf/authen_LTI_1_1.conf.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions lib/WeBWorK/ConfigValues.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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'
},
Expand Down