Home
last modified time | relevance | path

Searched refs:answers (Results 1 – 25 of 28) sorted by path

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2beta1KnowledgeAnswers.php29 public function setAnswers($answers) argument
31 $this->answers = $answers;
38 return $this->answers;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DCorrectAnswers.php29 public function setAnswers($answers) argument
31 $this->answers = $answers;
38 return $this->answers;
H A DFileUploadAnswers.php29 public function setAnswers($answers) argument
31 $this->answers = $answers;
38 return $this->answers;
H A DFormResponse.php49 public function setAnswers($answers) argument
51 $this->answers = $answers;
58 return $this->answers;
H A DTextAnswers.php29 public function setAnswers($answers) argument
31 $this->answers = $answers;
38 return $this->answers;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DMyBusinessQA.php136 'answers',
140 'path' => 'v1/{+name}/answers:delete',
150 'path' => 'v1/{+parent}/answers',
172 'path' => 'v1/{+parent}/answers:upsert',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessQA/
H A DListAnswersResponse.php37 public function setAnswers($answers) argument
39 $this->answers = $answers;
46 return $this->answers;
/plugin/bible/bible_douayRheims/
H A D2_Machabees.txt130 …brother of the aforesaid Simon, to carry money to the king, and to bring answers from him concerni…
H A DLuke.txt127 2:47. And all that heard him were astonished at his wisdom and his answers.
/plugin/contactmodern/
H A Drecaptchalib.php181 $answers = explode ("\n", $response [1]);
184 if (trim ($answers [0]) == 'true') {
189 $recaptcha_response->error = $answers [1];
/plugin/doodle4/
H A DREADME.md3 Unfortunatly there was no activity since years and he did not accept my pull request or answers my …
/plugin/groupmail/
H A Drecaptchalib.php181 $answers = explode ("\n", $response [1]);
184 if (trim ($answers [0]) == 'true') {
189 $recaptcha_response->error = $answers [1];
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog952 (FAQ answers were missing)
/plugin/multipoll/
H A DINFO7 desc allows to create multi polls (multiple questions, multiple answers), from poll plugin
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt2409 requiring direct mate answers as solutions.
/plugin/quiz/
H A Dclass_quiz.php237 if ($this->checkanswer($question_num, &$answers)) {
260 $html .= '<div class="quiz-wrong">'. $answers[1].'</div>';
269 if (($answers[$n] == 1) && $a['choices'][$n]['correct']) {
271 } elseif (($answers[$n] == 1) && !$a['choices'][$n]['correct']) {
273 } elseif (($answers[$n] == 0) && $a['choices'][$n]['correct']) {
/plugin/quizlib/
H A DREADME.md4 …rse quizzes written in well-defined HTML syntax and to evaluate the user answers. Furthermore the …
18 * checkbox (one or more correct answers)
21answers ("rightanswers") and the string for the submit button ("submit"). Each element of the righ…
23 …e question and an attribute "type" (text, radio, checkbox). The possible answers are a list separa…
41 … submit-button. Its first argument is the id of the quiz, the second is the array with the answers.
49 <div class="quizlib-question-answers">
56 <div class="quizlib-question-answers">
66 <div class="quizlib-question-answers">
H A Dscript.js36 var answers = question.getElementsByTagName('input');
37 for (var i = 0; i < answers.length; i++) {
38 if (answers[i].type === "checkbox" || answers[i].type === "radio"){
40 if (quiz.answers[no].indexOf(answers[i].value) > -1) {
41 answers[i].parentNode.classList.add(quiz.Classes.CORRECT);
48 correctAnswer.innerHTML = quiz.answers[no];
50 answers[i].parentNode.insertBefore(correctAnswer, answers[i].nextSibling);
H A Dstyle.css12 .quizlib-question-answers ul {
H A Dsyntax.php99 $answers = explode('|', $question);
101 foreach ($answers as $answer){
109 $answers = explode('|', $question);
111 foreach ($answers as $answer){
/plugin/quizlib/scripts/
H A DREADME.md9 - Supports an unlimited number of quizzes, questions and answers
H A Dquizlib.js14 var Quiz = function(quizContainer, answers) { argument
75 this.answers = answers;
84 if (this.answers.length != this.questions.length) {
102 var answer = this.answers[i];
/plugin/recaptcha/lib/
H A Drecaptchalib.php181 $answers = explode ("\n", $response [1]);
184 if (trim ($answers [0]) == 'true') {
189 $recaptcha_response->error = $answers [1];
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcollections.js11 var answers = [];
15 answers = [];
16 _.each([1, 2, 3], function(num){ answers.push(num); });
17 assert.deepEqual(answers, [1, 2, 3], 'can iterate a simple array');
19 answers = [];
22 _.each(obj, function(value, key){ answers.push(key); });
37 answers = 0;
38 _.each(null, function(){ ++answers; });
39 assert.equal(answers, 0, 'handles a null properly');
118 var answers = 0;
[all …]
/plugin/subjectindex/plugins/
H A Dbible_verses.txt9366 …all upon the name of Jehovah; and it must occur that the [true] God that answers by fire is the [t…
13425 I would know the words with which he answers me,And I would consider what he says to me.
14189 Now I do know that Jehovah certainly saves his anointed one.He answers him from his holy heavensWit…
16925 Entreaties the one of little means speaks out, but one that is rich answers in a strong way.
25021 But all those listening to him were in constant amazement at his understanding and his answers.

12