Home
last modified time | relevance | path

Searched refs:get_submitted_var (Results 1 – 9 of 9) sorted by relevance

/dports/www/moodle39/moodle/question/engine/
H A Dquestionattempt.php720 … $mark = $this->get_submitted_var($this->get_behaviour_field_name('mark'), PARAM_RAW_TRIMMED);
1115 public function get_submitted_var($name, $type, $postdata = null) { function in question_attempt
1122 $var = $this->get_submitted_var($name, PARAM_RAW, $postdata);
1182 $draftitemid = $this->get_submitted_var($draftidname, PARAM_INT, $postdata);
1208 $value = $this->get_submitted_var(
1514 $comment = $this->get_submitted_var($this->get_behaviour_field_name('comment'), PARAM_RAW);
1518 $commentformat = $this->get_submitted_var(
H A Dquestionusage.php772 $sequencecheck = $qa->get_submitted_var(
792 $sequencecheck = $qa->get_submitted_var(
812 $flagged = $qa->get_submitted_var(
/dports/www/moodle310/moodle/question/engine/
H A Dquestionattempt.php720 … $mark = $this->get_submitted_var($this->get_behaviour_field_name('mark'), PARAM_RAW_TRIMMED);
1115 public function get_submitted_var($name, $type, $postdata = null) { function in question_attempt
1122 $var = $this->get_submitted_var($name, PARAM_RAW, $postdata);
1182 $draftitemid = $this->get_submitted_var($draftidname, PARAM_INT, $postdata);
1208 $value = $this->get_submitted_var(
1514 $comment = $this->get_submitted_var($this->get_behaviour_field_name('comment'), PARAM_RAW);
1518 $commentformat = $this->get_submitted_var(
H A Dquestionusage.php772 $sequencecheck = $qa->get_submitted_var(
792 $sequencecheck = $qa->get_submitted_var(
812 $flagged = $qa->get_submitted_var(
/dports/www/moodle311/moodle/question/engine/
H A Dquestionattempt.php720 … $mark = $this->get_submitted_var($this->get_behaviour_field_name('mark'), PARAM_RAW_TRIMMED);
1115 public function get_submitted_var($name, $type, $postdata = null) { function in question_attempt
1122 $var = $this->get_submitted_var($name, PARAM_RAW, $postdata);
1182 $draftitemid = $this->get_submitted_var($draftidname, PARAM_INT, $postdata);
1208 $value = $this->get_submitted_var(
1514 $comment = $this->get_submitted_var($this->get_behaviour_field_name('comment'), PARAM_RAW);
1518 $commentformat = $this->get_submitted_var(
H A Dquestionusage.php772 $sequencecheck = $qa->get_submitted_var(
792 $sequencecheck = $qa->get_submitted_var(
812 $flagged = $qa->get_submitted_var(
/dports/www/moodle310/moodle/question/engine/tests/
H A Dquestionattempt_test.php111 $this->assertNull($this->qa->get_submitted_var(
/dports/www/moodle311/moodle/question/engine/tests/
H A Dquestionattempt_test.php111 $this->assertNull($this->qa->get_submitted_var(
/dports/www/moodle39/moodle/question/engine/tests/
H A Dquestionattempt_test.php111 $this->assertNull($this->qa->get_submitted_var(