Home
last modified time | relevance | path

Searched refs:currentbehaviour (Results 1 – 6 of 6) sorted by relevance

/dports/www/moodle310/moodle/question/engine/
H A Dlib.php394 * @param string $currentbehaviour
397 public static function get_behaviour_options($currentbehaviour) { argument
417 return self::sort_behaviours($archetypes, $order, $disabled, $currentbehaviour);
/dports/www/moodle311/moodle/question/engine/
H A Dlib.php394 * @param string $currentbehaviour
397 public static function get_behaviour_options($currentbehaviour) { argument
417 return self::sort_behaviours($archetypes, $order, $disabled, $currentbehaviour);
/dports/www/moodle39/moodle/question/engine/
H A Dlib.php394 * @param string $currentbehaviour
397 public static function get_behaviour_options($currentbehaviour) { argument
417 return self::sort_behaviours($archetypes, $order, $disabled, $currentbehaviour);
/dports/www/moodle39/moodle/mod/quiz/
H A Dmod_form.php173 $currentbehaviour = $this->current->preferredbehaviour;
175 $currentbehaviour = '';
177 $behaviours = question_engine::get_behaviour_options($currentbehaviour);
/dports/www/moodle310/moodle/mod/quiz/
H A Dmod_form.php173 $currentbehaviour = $this->current->preferredbehaviour;
175 $currentbehaviour = '';
177 $behaviours = question_engine::get_behaviour_options($currentbehaviour);
/dports/www/moodle311/moodle/mod/quiz/
H A Dmod_form.php173 $currentbehaviour = $this->current->preferredbehaviour;
175 $currentbehaviour = '';
177 $behaviours = question_engine::get_behaviour_options($currentbehaviour);