Home
last modified time | relevance | path

Searched refs:classify_response (Results 26 – 50 of 75) sorted by relevance

123

/dports/www/moodle311/moodle/question/behaviour/
H A Dbehaviourbase.php316 public function classify_response($whichtries = question_attempt::LAST_TRY) { function in question_behaviour
318 return $this->question->classify_response($this->qa->get_last_qt_data());
324 return $this->question->classify_response($firsttry->get_qt_data());
326 return $this->question->classify_response(array());
331 …$classifiedresponses[$submittedresponseno] = $this->question->classify_response($step->get_qt_data…
/dports/www/moodle39/moodle/question/behaviour/
H A Dbehaviourbase.php316 public function classify_response($whichtries = question_attempt::LAST_TRY) { function in question_behaviour
318 return $this->question->classify_response($this->qa->get_last_qt_data());
324 return $this->question->classify_response($firsttry->get_qt_data());
326 return $this->question->classify_response(array());
331 …$classifiedresponses[$submittedresponseno] = $this->question->classify_response($step->get_qt_data…
/dports/www/moodle39/moodle/question/type/multichoice/tests/
H A Dquestion_multi_test.php154 … ), $mc->classify_response($mc->prepare_simulated_post_data(array('A' => 1, 'B' => 1))));
156 $this->assertEquals(array(), $mc->classify_response(array()));
/dports/www/moodle310/moodle/question/type/multichoice/tests/
H A Dquestion_multi_test.php154 … ), $mc->classify_response($mc->prepare_simulated_post_data(array('A' => 1, 'B' => 1))));
156 $this->assertEquals(array(), $mc->classify_response(array()));
/dports/www/moodle311/moodle/question/type/multichoice/tests/
H A Dquestion_multi_test.php154 … ), $mc->classify_response($mc->prepare_simulated_post_data(array('A' => 1, 'B' => 1))));
156 $this->assertEquals(array(), $mc->classify_response(array()));
/dports/www/moodle39/moodle/question/type/missingtype/
H A Dquestion.php80 public function classify_response(array $response) { function in qtype_missingtype_question
/dports/www/moodle310/moodle/question/type/missingtype/
H A Dquestion.php80 public function classify_response(array $response) { function in qtype_missingtype_question
/dports/www/moodle311/moodle/question/type/missingtype/
H A Dquestion.php80 public function classify_response(array $response) { function in qtype_missingtype_question
/dports/www/moodle39/moodle/question/type/ddwtos/tests/
H A Dquestion_test.php243 ), $dd->classify_response(array('p1' => '1', 'p2' => '2', 'p3' => '1')));
248 ), $dd->classify_response(array('p1' => '0', 'p2' => '1', 'p3' => '2')));
/dports/www/moodle310/moodle/question/type/ddwtos/tests/
H A Dquestion_test.php243 ), $dd->classify_response(array('p1' => '1', 'p2' => '2', 'p3' => '1')));
248 ), $dd->classify_response(array('p1' => '0', 'p2' => '1', 'p3' => '2')));
/dports/www/moodle310/moodle/question/type/gapselect/tests/
H A Dquestion_test.php242 ), $gapselect->classify_response(array('p1' => '1', 'p2' => '2', 'p3' => '1')));
247 ), $gapselect->classify_response(array('p1' => '0', 'p2' => '1', 'p3' => '2')));
/dports/www/moodle311/moodle/question/type/gapselect/tests/
H A Dquestion_test.php242 ), $gapselect->classify_response(array('p1' => '1', 'p2' => '2', 'p3' => '1')));
247 ), $gapselect->classify_response(array('p1' => '0', 'p2' => '1', 'p3' => '2')));
/dports/www/moodle311/moodle/question/type/ddwtos/tests/
H A Dquestion_test.php243 ), $dd->classify_response(array('p1' => '1', 'p2' => '2', 'p3' => '1')));
248 ), $dd->classify_response(array('p1' => '0', 'p2' => '1', 'p3' => '2')));
/dports/www/moodle39/moodle/question/type/gapselect/tests/
H A Dquestion_test.php242 ), $gapselect->classify_response(array('p1' => '1', 'p2' => '2', 'p3' => '1')));
247 ), $gapselect->classify_response(array('p1' => '0', 'p2' => '1', 'p3' => '2')));
/dports/www/moodle310/moodle/question/type/
H A Dquestionbase.php558 public function classify_response(array $response); function
675 public function classify_response(array $response) { function in question_with_responses
843 public function classify_response(array $response) { function in question_graded_by_strategy
/dports/www/moodle311/moodle/question/type/
H A Dquestionbase.php558 public function classify_response(array $response); function
675 public function classify_response(array $response) { function in question_with_responses
843 public function classify_response(array $response) { function in question_graded_by_strategy
/dports/www/moodle39/moodle/question/type/
H A Dquestionbase.php533 public function classify_response(array $response); function
650 public function classify_response(array $response) { function in question_with_responses
818 public function classify_response(array $response) { function in question_graded_by_strategy
/dports/www/moodle310/moodle/question/type/ddmarker/tests/
H A Dquestion_test.php296 $dd->classify_response(array('c1' => '50,50', 'c2' => '150,50', 'c3' => '100,150')));
302 $dd->classify_response(array('c1' => '50,50', 'c2' => '100,150', 'c3' => '150,50')));
/dports/www/moodle310/moodle/question/type/ddimageortext/tests/
H A Dquestion_test.php261 ), $dd->classify_response(array('p1' => '1', 'p2' => '2', 'p3' => '1', 'p4' => '2')));
267 ), $dd->classify_response(array('p1' => '', 'p2' => '1', 'p3' => '2', 'p4' => '2')));
/dports/www/moodle311/moodle/question/type/ddimageortext/tests/
H A Dquestion_test.php261 ), $dd->classify_response(array('p1' => '1', 'p2' => '2', 'p3' => '1', 'p4' => '2')));
267 ), $dd->classify_response(array('p1' => '', 'p2' => '1', 'p3' => '2', 'p4' => '2')));
/dports/www/moodle311/moodle/question/type/ddmarker/tests/
H A Dquestion_test.php296 $dd->classify_response(array('c1' => '50,50', 'c2' => '150,50', 'c3' => '100,150')));
302 $dd->classify_response(array('c1' => '50,50', 'c2' => '100,150', 'c3' => '150,50')));
/dports/www/moodle39/moodle/question/type/ddimageortext/tests/
H A Dquestion_test.php261 ), $dd->classify_response(array('p1' => '1', 'p2' => '2', 'p3' => '1', 'p4' => '2')));
267 ), $dd->classify_response(array('p1' => '', 'p2' => '1', 'p3' => '2', 'p4' => '2')));
/dports/www/moodle39/moodle/question/type/ddmarker/tests/
H A Dquestion_test.php296 $dd->classify_response(array('c1' => '50,50', 'c2' => '150,50', 'c3' => '100,150')));
302 $dd->classify_response(array('c1' => '50,50', 'c2' => '100,150', 'c3' => '150,50')));
/dports/www/moodle39/moodle/question/type/truefalse/
H A Dquestion.php72 public function classify_response(array $response) { function in qtype_truefalse_question
/dports/www/moodle310/moodle/question/type/truefalse/
H A Dquestion.php72 public function classify_response(array $response) { function in qtype_truefalse_question

123