mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-66641' of https://github.com/timhunt/moodle
This commit is contained in:
commit
502639bd3c
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ class quiz_statistics_table extends flexible_table {
|
||||||
} else if (!is_numeric($questionstat->discriminativeefficiency)) {
|
} else if (!is_numeric($questionstat->discriminativeefficiency)) {
|
||||||
return '';
|
return '';
|
||||||
} else {
|
} else {
|
||||||
return $this->format_percentage($questionstat->discriminativeefficiency);
|
return $this->format_percentage($questionstat->discriminativeefficiency, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue