Skip to content

Commit

Permalink
GH-791 Remove commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
davidszkiba committed Jan 16, 2025
1 parent c8454ef commit d5937cb
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions classes/teststrategy/strategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,21 +187,6 @@ public function return_next_testitem(array $context) {
}
}

//if ($this->pre_check_first_question_selector()) {
// $res = $this->first_question_selector();
// if ($res->iserr()) {
// return $res;
// }
// $val = $res->unwrap();
// // If the result contains a single object, this is the question to be returned.
// // Othewise, it contains the updated $context array with the ability and standarderror set in such a way, that the
// // teststrategy will return the correct question (e.g. the question corresponding to mean ability of all students).
// if (is_object($val)) {
// return $res;
// }
// $this->context = $val;
//}

// Core methods called in every strategy.
$res = $this->update_personability();
if ($res->iserr()) {
Expand Down

0 comments on commit d5937cb

Please sign in to comment.