Skip to content

Commit

Permalink
MDL-66641 quiz stats: discriminativeefficiency is already out of 100
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed Sep 10, 2019
1 parent a672f02 commit 287134e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/report/statistics/statistics_table.php
Expand Up @@ -469,7 +469,7 @@ protected function col_discriminative_efficiency($questionstat) {
} else if (!is_numeric($questionstat->discriminativeefficiency)) {
return '';
} else {
return $this->format_percentage($questionstat->discriminativeefficiency);
return $this->format_percentage($questionstat->discriminativeefficiency, false);
}
}

Expand Down

0 comments on commit 287134e

Please sign in to comment.