Skip to content

Commit d5937cb

Browse files
committed
GH-791 Remove commented-out code
1 parent c8454ef commit d5937cb

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

classes/teststrategy/strategy.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -187,21 +187,6 @@ public function return_next_testitem(array $context) {
187187
}
188188
}
189189

190-
//if ($this->pre_check_first_question_selector()) {
191-
// $res = $this->first_question_selector();
192-
// if ($res->iserr()) {
193-
// return $res;
194-
// }
195-
// $val = $res->unwrap();
196-
// // If the result contains a single object, this is the question to be returned.
197-
// // Othewise, it contains the updated $context array with the ability and standarderror set in such a way, that the
198-
// // teststrategy will return the correct question (e.g. the question corresponding to mean ability of all students).
199-
// if (is_object($val)) {
200-
// return $res;
201-
// }
202-
// $this->context = $val;
203-
//}
204-
205190
// Core methods called in every strategy.
206191
$res = $this->update_personability();
207192
if ($res->iserr()) {

0 commit comments

Comments
 (0)