Home
last modified time | relevance | path

Searched refs:answers (Results 1 – 25 of 28) sorted by last modified time

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DFormResponse.php49 public function setAnswers($answers) argument
51 $this->answers = $answers;
58 return $this->answers;
H A DFileUploadAnswers.php29 public function setAnswers($answers) argument
31 $this->answers = $answers;
38 return $this->answers;
H A DCorrectAnswers.php29 public function setAnswers($answers) argument
31 $this->answers = $answers;
38 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/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/MyBusinessQA/
H A DListAnswersResponse.php37 public function setAnswers($answers) argument
39 $this->answers = $answers;
46 return $this->answers;
/plugin/survey/
H A Dplugin.info.txt6 desc Dokuwiki plugin to generate user surveys with multiple levels of questions and answers
H A DREADME.md3 Dokuwiki plugin to generate user surveys with multiple levels of questions and answers
/plugin/groupmail/
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/doodle4/
H A DREADME.md3 Unfortunatly there was no activity since years and he did not accept my pull request or answers my …
/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 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){
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);
/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/pgn4web/pgn4web/
H A Dpgn-standard.txt2409 requiring direct mate answers as solutions.
/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/tuxquote/
H A Dquotes.txt94 Philosophy is questions that may never be answered. Religion is answers that may never be questione…
387 A panelist on "Think Tank" once described Washington, DC as "a place holding all the answers".
971 All of Mister Language Person's answers are intended to be as accurate and informative as is humanl…
1583 Computers are useless. They can only give you answers. <BR> -- Pablo Picasso, (1881-1971), artist
3074 The answers are always inside the problem, not outside. <BR> -- Marshall McLuhan, (1911-1980), Cana…
3079 Politics offers yesterdays answers to todays questions. <BR> -- Marshall McLuhan, (1911-1980), Cana…
3318 Complex problems have simple, easy to understand wrong answers. <BR> -- Grossman's Misquote
3592 "I think animal testing is a terrible idea; they get all nervous and give the wrong answers." <BR>…
3658 Computers are useless. They can only give you answers.
3811 Judge a man by his questions rather than his answers.
[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.
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog952 (FAQ answers were missing)
/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.

12