Home
last modified time | relevance | path

Searched refs:question (Results 1 – 25 of 10319) sorted by relevance

12345678910>>...413

/dports/sysutils/froxlor/froxlor-0.9.38.7_4/froxlor/install/updates/preconfig/0.9/
H A Dpreconfig_0.9.inc.php101 $question .= '</select>';
132 $question .= '<ul>';
137 $question .= '</ul>';
189 $question = $question2;
313 $question = '';
455 $question = '';
499 $question = '';
518 $question = '';
527 $question = '';
535 $question = '';
[all …]
/dports/www/moodle39/moodle/question/type/calculated/tests/
H A Dquestion_test.php61 $values = $question->vs->get_values();
73 $values = $question->vs->get_values();
84 $values = $question->vs->get_values();
96 $values = $question->vs->get_values();
110 $values = $question->vs->get_values();
145 unset($question->answers[17]);
165 $this->assertEquals($question->stamp, $question->get_variants_selection_seed());
170 $question->synchronised = true;
171 $this->assertEquals($question->stamp, $question->get_variants_selection_seed());
176 $question->synchronised = true;
[all …]
/dports/www/moodle310/moodle/question/type/calculated/tests/
H A Dquestion_test.php61 $values = $question->vs->get_values();
73 $values = $question->vs->get_values();
84 $values = $question->vs->get_values();
96 $values = $question->vs->get_values();
110 $values = $question->vs->get_values();
145 unset($question->answers[17]);
165 $this->assertEquals($question->stamp, $question->get_variants_selection_seed());
170 $question->synchronised = true;
171 $this->assertEquals($question->stamp, $question->get_variants_selection_seed());
176 $question->synchronised = true;
[all …]
/dports/www/moodle311/moodle/question/type/calculated/tests/
H A Dquestion_test.php61 $values = $question->vs->get_values();
73 $values = $question->vs->get_values();
84 $values = $question->vs->get_values();
96 $values = $question->vs->get_values();
110 $values = $question->vs->get_values();
145 unset($question->answers[17]);
165 $this->assertEquals($question->stamp, $question->get_variants_selection_seed());
170 $question->synchronised = true;
171 $this->assertEquals($question->stamp, $question->get_variants_selection_seed());
176 $question->synchronised = true;
[all …]
/dports/www/moodle39/moodle/question/format/webct/
H A Dformat.php374 if ($question->qtype == 'multichoice' || $question->qtype == 'match' ) {
376 $question->subanswers[$currentchoice] = $question->answer[$currentchoice];
506 $question = $this->add_blank_combined_feedback($question);
542 $question = $this->add_blank_combined_feedback($question);
545 $question->subquestions[$id] = $question->subanswers[$id];
550 $question->name = 'Dummy question added '.$question->name;
657 unset($question);
682 if (!isset($question)) {
685 if (isset($question->qtype ) && 'calculated' == $question->qtype && preg_match(
794 if (isset($question->qtype ) && 'calculated' == $question->qtype
[all …]
/dports/www/moodle310/moodle/question/format/webct/
H A Dformat.php374 if ($question->qtype == 'multichoice' || $question->qtype == 'match' ) {
376 $question->subanswers[$currentchoice] = $question->answer[$currentchoice];
506 $question = $this->add_blank_combined_feedback($question);
542 $question = $this->add_blank_combined_feedback($question);
545 $question->subquestions[$id] = $question->subanswers[$id];
550 $question->name = 'Dummy question added '.$question->name;
657 unset($question);
682 if (!isset($question)) {
685 if (isset($question->qtype ) && 'calculated' == $question->qtype && preg_match(
794 if (isset($question->qtype ) && 'calculated' == $question->qtype
[all …]
/dports/www/moodle311/moodle/question/format/webct/
H A Dformat.php374 if ($question->qtype == 'multichoice' || $question->qtype == 'match' ) {
376 $question->subanswers[$currentchoice] = $question->answer[$currentchoice];
506 $question = $this->add_blank_combined_feedback($question);
542 $question = $this->add_blank_combined_feedback($question);
545 $question->subquestions[$id] = $question->subanswers[$id];
550 $question->name = 'Dummy question added '.$question->name;
657 unset($question);
682 if (!isset($question)) {
685 if (isset($question->qtype ) && 'calculated' == $question->qtype && preg_match(
794 if (isset($question->qtype ) && 'calculated' == $question->qtype
[all …]
/dports/www/moodle310/moodle/question/format/examview/
H A Dformat.php136 $question = $this->add_blank_combined_feedback($question);
208 $question = $this->parse_mc($qrec['#'], $question);
215 $question = $this->parse_tf_yn($qrec['#'], $question);
218 $question = $this->parse_co($qrec['#'], $question);
221 $question = $this->parse_es($qrec['#'], $question);
224 $question = $this->parse_nr($qrec['#'], $question);
232 return $question;
239 $question->correctanswer = $question->answer;
247 return $question;
251 $question = $this->add_blank_combined_feedback($question);
[all …]
/dports/www/moodle311/moodle/question/format/examview/
H A Dformat.php136 $question = $this->add_blank_combined_feedback($question);
208 $question = $this->parse_mc($qrec['#'], $question);
215 $question = $this->parse_tf_yn($qrec['#'], $question);
218 $question = $this->parse_co($qrec['#'], $question);
221 $question = $this->parse_es($qrec['#'], $question);
224 $question = $this->parse_nr($qrec['#'], $question);
232 return $question;
239 $question->correctanswer = $question->answer;
247 return $question;
251 $question = $this->add_blank_combined_feedback($question);
[all …]
/dports/www/moodle39/moodle/question/format/examview/
H A Dformat.php136 $question = $this->add_blank_combined_feedback($question);
208 $question = $this->parse_mc($qrec['#'], $question);
215 $question = $this->parse_tf_yn($qrec['#'], $question);
218 $question = $this->parse_co($qrec['#'], $question);
221 $question = $this->parse_es($qrec['#'], $question);
224 $question = $this->parse_nr($qrec['#'], $question);
232 return $question;
239 $question->correctanswer = $question->answer;
247 return $question;
251 $question = $this->add_blank_combined_feedback($question);
[all …]
/dports/www/moodle310/moodle/question/type/multianswer/tests/
H A Dquestion_test.php68 $question->start_attempt(new question_attempt_step(), 1);
84 $question->start_attempt(new question_attempt_step(), 1);
89 $question->get_correct_response());
96 $question->subquestions[2]->shuffleanswers = false;
98 $question->start_attempt(new question_attempt_step(), 1);
100 $qsummary = $question->get_question_summary();
107 $question->start_attempt(new question_attempt_step(), 1);
120 $question->start_attempt(new question_attempt_step(), 1);
184 $question->penalty = 0.2;
187 $question->subquestions[2]->defaultmark = 2;
[all …]
/dports/www/moodle311/moodle/question/type/multianswer/tests/
H A Dquestion_test.php68 $question->start_attempt(new question_attempt_step(), 1);
84 $question->start_attempt(new question_attempt_step(), 1);
89 $question->get_correct_response());
96 $question->subquestions[2]->shuffleanswers = false;
98 $question->start_attempt(new question_attempt_step(), 1);
100 $qsummary = $question->get_question_summary();
107 $question->start_attempt(new question_attempt_step(), 1);
120 $question->start_attempt(new question_attempt_step(), 1);
184 $question->penalty = 0.2;
187 $question->subquestions[2]->defaultmark = 2;
[all …]
/dports/www/moodle39/moodle/question/type/multianswer/tests/
H A Dquestion_test.php68 $question->start_attempt(new question_attempt_step(), 1);
84 $question->start_attempt(new question_attempt_step(), 1);
89 $question->get_correct_response());
96 $question->subquestions[2]->shuffleanswers = false;
98 $question->start_attempt(new question_attempt_step(), 1);
100 $qsummary = $question->get_question_summary();
107 $question->start_attempt(new question_attempt_step(), 1);
120 $question->start_attempt(new question_attempt_step(), 1);
149 $question->start_attempt(new question_attempt_step(), 1);
184 $question->penalty = 0.2;
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/
H A DQuestionHelperTest.php42 $question->setMaxAttempts(1);
47 $question->setMaxAttempts(1);
53 $question->setMaxAttempts(2);
70 $question->setMaxAttempts(1);
78 $question->setMaxAttempts(1);
84 $question->setMaxAttempts(1);
332 $question->setHidden(true);
574 $question,
588 $question = new ChoiceQuestion($question, $possibleChoices, 'foo');
926 $question,
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/symfony/console/Tests/Helper/
H A DQuestionHelperTest.php42 $question->setMaxAttempts(1);
47 $question->setMaxAttempts(1);
53 $question->setMaxAttempts(2);
70 $question->setMaxAttempts(1);
78 $question->setMaxAttempts(1);
84 $question->setMaxAttempts(1);
332 $question->setHidden(true);
574 $question,
588 $question = new ChoiceQuestion($question, $possibleChoices, 'foo');
926 $question,
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Console/Tests/Helper/
H A DQuestionHelperTest.php42 $question->setMaxAttempts(1);
47 $question->setMaxAttempts(1);
53 $question->setMaxAttempts(2);
70 $question->setMaxAttempts(1);
78 $question->setMaxAttempts(1);
84 $question->setMaxAttempts(1);
332 $question->setHidden(true);
574 $question,
588 $question = new ChoiceQuestion($question, $possibleChoices, 'foo');
926 $question,
[all …]
/dports/databases/p5-Text-Query-SQL/Text-Query-SQL-0.09/t/
H A D01fulcrum.t15 my($question);
21 $question = "10";
22 $query->prepare($question);
25 $question = "+10 +20";
26 $query->prepare($question);
29 $question = "+10 20 -30";
30 $query->prepare($question);
34 $query->prepare($question);
43 my($question);
50 $question = "word1";
[all …]
H A D05Pg.t15 my($question);
21 $question = "10";
22 $query->prepare($question);
25 $question = "+10 +20";
26 $query->prepare($question);
29 $question = "+10 20 -30";
30 $query->prepare($question);
34 $query->prepare($question);
43 my($question);
50 $question = "word1";
[all …]
/dports/www/moodle310/moodle/question/format/gift/
H A Dformat.php194 return $question;
270 $question->qtype = null;
317 list($question->idnumber, $question->tags) =
354 $question = $this->add_blank_combined_feedback($question);
385 list($question->answer[$key], $question->feedback[$key]) =
393 $question = $this->add_blank_combined_feedback($question);
678 $question->generalfeedbackformat, $question->questiontextformat);
693 $expout = "// question: {$question->id} name: {$question->name}\n";
718 $trueanswer = $question->options->answers[$question->options->trueanswer];
719 $falseanswer = $question->options->answers[$question->options->falseanswer];
[all …]
/dports/www/moodle311/moodle/question/format/gift/
H A Dformat.php194 return $question;
270 $question->qtype = null;
317 list($question->idnumber, $question->tags) =
354 $question = $this->add_blank_combined_feedback($question);
385 list($question->answer[$key], $question->feedback[$key]) =
393 $question = $this->add_blank_combined_feedback($question);
678 $question->generalfeedbackformat, $question->questiontextformat);
693 $expout = "// question: {$question->id} name: {$question->name}\n";
718 $trueanswer = $question->options->answers[$question->options->trueanswer];
719 $falseanswer = $question->options->answers[$question->options->falseanswer];
[all …]
/dports/www/moodle39/moodle/question/format/gift/
H A Dformat.php194 return $question;
270 $question->qtype = null;
317 list($question->idnumber, $question->tags) =
354 $question = $this->add_blank_combined_feedback($question);
385 list($question->answer[$key], $question->feedback[$key]) =
393 $question = $this->add_blank_combined_feedback($question);
678 $question->generalfeedbackformat, $question->questiontextformat);
693 $expout = "// question: {$question->id} name: {$question->name}\n";
718 $trueanswer = $question->options->answers[$question->options->trueanswer];
719 $falseanswer = $question->options->answers[$question->options->falseanswer];
[all …]
/dports/www/moodle310/moodle/question/type/randomsamatch/tests/
H A Dquestion_test.php78 $this->assertTrue($question->is_same_response(
82 $this->assertTrue($question->is_same_response(
86 $this->assertFalse($question->is_same_response(
90 $this->assertTrue($question->is_same_response(
103 $choiceorder = $question->get_choice_order();
121 $choiceorder = $question->get_choice_order();
126 $question->get_correct_response());
132 $qsummary = $question->get_question_summary();
134 foreach ($question->stems as $stem) {
137 foreach ($question->choices as $choice) {
[all …]
/dports/www/moodle311/moodle/question/type/randomsamatch/tests/
H A Dquestion_test.php78 $this->assertTrue($question->is_same_response(
82 $this->assertTrue($question->is_same_response(
86 $this->assertFalse($question->is_same_response(
90 $this->assertTrue($question->is_same_response(
103 $choiceorder = $question->get_choice_order();
121 $choiceorder = $question->get_choice_order();
126 $question->get_correct_response());
132 $qsummary = $question->get_question_summary();
134 foreach ($question->stems as $stem) {
137 foreach ($question->choices as $choice) {
[all …]
/dports/www/moodle39/moodle/question/type/randomsamatch/tests/
H A Dquestion_test.php78 $this->assertTrue($question->is_same_response(
82 $this->assertTrue($question->is_same_response(
86 $this->assertFalse($question->is_same_response(
90 $this->assertTrue($question->is_same_response(
103 $choiceorder = $question->get_choice_order();
121 $choiceorder = $question->get_choice_order();
126 $question->get_correct_response());
132 $qsummary = $question->get_question_summary();
134 foreach ($question->stems as $stem) {
137 foreach ($question->choices as $choice) {
[all …]
/dports/www/kanboard/kanboard-1.2.21/vendor/symfony/console/Tests/Helper/
H A DQuestionHelperTest.php40 $question->setMaxAttempts(1);
45 $question->setMaxAttempts(1);
51 $question->setMaxAttempts(2);
68 $question->setMaxAttempts(1);
76 $question->setMaxAttempts(1);
82 $question->setMaxAttempts(1);
113 $question->setValidator(null);
328 $question->setHidden(true);
565 $question = 'Lorem ipsum?';
572 $question,
[all …]

12345678910>>...413