File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -187,21 +187,6 @@ public function return_next_testitem(array $context) {
187
187
}
188
188
}
189
189
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
-
205
190
// Core methods called in every strategy.
206
191
$ res = $ this ->update_personability ();
207
192
if ($ res ->iserr ()) {
You can’t perform that action at this time.
0 commit comments