Home
last modified time | relevance | path

Searched refs:make_behaviour (Results 1 – 12 of 12) sorted by relevance

/dports/www/moodle310/moodle/question/type/
H A Dquestionbase.php164 public function make_behaviour(question_attempt $qa, $preferredbehaviour) { function in question_definition
473 public function make_behaviour(question_attempt $qa, $preferredbehaviour) { function in question_information_item
474 return question_engine::make_behaviour('informationitem', $qa, $preferredbehaviour);
779 public function make_behaviour(question_attempt $qa, $preferredbehaviour) { function in question_graded_automatically_with_countback
781 return question_engine::make_behaviour('interactivecountback',
/dports/www/moodle311/moodle/question/type/
H A Dquestionbase.php164 public function make_behaviour(question_attempt $qa, $preferredbehaviour) { function in question_definition
473 public function make_behaviour(question_attempt $qa, $preferredbehaviour) { function in question_information_item
474 return question_engine::make_behaviour('informationitem', $qa, $preferredbehaviour);
779 public function make_behaviour(question_attempt $qa, $preferredbehaviour) { function in question_graded_automatically_with_countback
781 return question_engine::make_behaviour('interactivecountback',
/dports/www/moodle39/moodle/question/type/
H A Dquestionbase.php164 public function make_behaviour(question_attempt $qa, $preferredbehaviour) { function in question_definition
448 public function make_behaviour(question_attempt $qa, $preferredbehaviour) { function in question_information_item
449 return question_engine::make_behaviour('informationitem', $qa, $preferredbehaviour);
754 public function make_behaviour(question_attempt $qa, $preferredbehaviour) { function in question_graded_automatically_with_countback
756 return question_engine::make_behaviour('interactivecountback',
/dports/www/moodle39/moodle/question/type/essay/
H A Dquestion.php58 public function make_behaviour(question_attempt $qa, $preferredbehaviour) { function in qtype_essay_question
59 return question_engine::make_behaviour('manualgraded', $qa, $preferredbehaviour);
/dports/www/moodle310/moodle/question/type/essay/
H A Dquestion.php61 public function make_behaviour(question_attempt $qa, $preferredbehaviour) { function in qtype_essay_question
62 return question_engine::make_behaviour('manualgraded', $qa, $preferredbehaviour);
/dports/www/moodle311/moodle/question/type/essay/
H A Dquestion.php68 public function make_behaviour(question_attempt $qa, $preferredbehaviour) { function in qtype_essay_question
69 return question_engine::make_behaviour('manualgraded', $qa, $preferredbehaviour);
/dports/www/moodle39/moodle/question/engine/
H A Dquestionattempt.php1048 $this->question->make_behaviour($this, $preferredbehaviour);
1588 $qa->behaviour = question_engine::make_behaviour(
1719 $this->behaviour = question_engine::make_behaviour(
H A Dlib.php228 public static function make_behaviour($behaviour, question_attempt $qa, $preferredbehaviour) { function in question_engine
/dports/www/moodle310/moodle/question/engine/
H A Dquestionattempt.php1048 $this->question->make_behaviour($this, $preferredbehaviour);
1588 $qa->behaviour = question_engine::make_behaviour(
1719 $this->behaviour = question_engine::make_behaviour(
H A Dlib.php228 public static function make_behaviour($behaviour, question_attempt $qa, $preferredbehaviour) { function in question_engine
/dports/www/moodle311/moodle/question/engine/
H A Dquestionattempt.php1048 $this->question->make_behaviour($this, $preferredbehaviour);
1588 $qa->behaviour = question_engine::make_behaviour(
1719 $this->behaviour = question_engine::make_behaviour(
H A Dlib.php228 public static function make_behaviour($behaviour, question_attempt $qa, $preferredbehaviour) { function in question_engine