mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-14209 "quiz stats report:Seperation of functionality and unit tests for calculations" forgot to remove this, now redundant, piece of code.
This commit is contained in:
parent
41d3730951
commit
af30cd8870
1 changed files with 0 additions and 6 deletions
|
@ -89,12 +89,6 @@ class qstats{
|
|||
$stats->covariancemaxsum += $sortedgradedifference * $sortedothergradedifference;
|
||||
$stats->covariancewithoverallgradesum += $gradedifference * $overallgradedifference;
|
||||
|
||||
if ($stats->subquestion){
|
||||
$question =& $this->subquestions[$stats->questionid];
|
||||
} else {
|
||||
$question =& $this->questions[$stats->questionid];
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function add_response_detail_to_array($responsedetail){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue