Home
last modified time | relevance | path

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

12

/plugin/quizlib/
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 Dsyntax.php99 $answers = explode('|', $question);
101 foreach ($answers as $answer){
109 $answers = explode('|', $question);
111 foreach ($answers as $answer){
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 {
/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 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;
H A DFormResponse.php49 public function setAnswers($answers) argument
51 $this->answers = $answers;
58 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/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/quizlib/scripts/
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];
H A DREADME.md9 - Supports an unlimited number of quizzes, 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/recaptcha/lib/
H A Drecaptchalib.php181 $answers = explode ("\n", $response [1]);
184 if (trim ($answers [0]) == 'true') {
189 $recaptcha_response->error = $answers [1];
/plugin/contactmodern/
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/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/multipoll/
H A DINFO7 desc allows to create multi polls (multiple questions, multiple answers), from poll plugin
/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/doodle4/
H A DREADME.md3 Unfortunatly there was no activity since years and he did not accept my pull request or answers my …
/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/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…

12