Home
last modified time | relevance | path

Searched refs:questions (Results 1 – 25 of 69) sorted by relevance

123

/plugin/multipoll/
H A Dsyntax.php59 $questions = array();
77 $questions[] = $q;
85 $questions = array_filter($questions, create_function('$e', 'return ($e["q"] != "");'));
88 return array(trim($title), $questions, $opts);
100 $questions = $data[1];
135 if(!isset($questions[$q])) continue;
137 if($questions[$q]['m']) {
184 function _pollResults($questions, $poll, &$renderer) { argument
188 foreach($questions as $question) {
208 function _pollForm($questions, &$renderer) { argument
[all …]
H A DINFO7 desc allows to create multi polls (multiple questions, multiple answers), from poll plugin
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessQA/
H A DListQuestionsResponse.php51 public function setQuestions($questions) argument
53 $this->questions = $questions;
60 return $this->questions;
/plugin/mikioplugin/
H A Dscript.js366 var questions = parent.children('.mikiop-quiz-item');
369 for (var i = 0; i < questions.length; i++) {
370 if (jQuery(questions[i]).is(':visible')) {
377 jQuery(questions[i + 1]).hide();
378 jQuery(questions[i]).show();
393 var questions = parent.children('.mikiop-quiz-item');
396 for (var i = 0; i < questions.length; i++) {
397 if (jQuery(questions[i]).is(':visible')) {
400 if (i >= questions.length - 1) {
404 jQuery(questions[
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DQuestionGroupItem.php61 public function setQuestions($questions) argument
63 $this->questions = $questions;
70 return $this->questions;
/plugin/quizlib/scripts/
H A Dquizlib.js61 this.questions = [];
80 this.questions.push(this.container.children[i]);
84 if (this.answers.length != this.questions.length) {
100 for (var i=0; i < this.questions.length; i++) {
101 var question = this.questions[i];
202 for (var i=0; i < this.questions.length; i++) {
203 question = this.questions[i];
H A DREADME.md9 - Supports an unlimited number of quizzes, questions and answers
11 - Optional flagging of unanswered questions
/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/elasticsearch/vendor/ruflin/elastica/
H A DREADME.md13 If you have questions, don't hesitate to ask them on [Stack Overflow](http://stackoverflow.com/questions/tagged/elastica) and add the Tag "Elastica" or
/plugin/webdav/vendor/sabre/xml/
H A DREADME.md20 … to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any questions.
/plugin/icalevents/vendor/sabre/xml/
H A DREADME.md20 … to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any questions.
/plugin/davcal/vendor/sabre/xml/
H A DREADME.md20 … to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any questions.
/plugin/formatplus2/
H A DREADME.md6 ….9, so I have inserted a snippet found [here](https://stackoverflow.com/questions/9645803/whats-th…
/plugin/skipentity/
H A DREADME17 Any questions should be raised here on github as an issue.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DMyBusinessQA.php62 'questions',
/plugin/svgpureinsert/
H A DREADME.md21 Details can be found [here](http://security.stackexchange.com/questions/11384/exploits-or-other-sec…
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md124 For general questions or troubleshooting please use [Discussions](https://github.com/mpdf/mpdf/discussions).
126 You can also use the [mpdf tag](https://stackoverflow.com/questions/tagged/mpdf) at Stack Overflow as the StackOverflow user base is more likely to answer you in a timely manner.
/plugin/icalevents/vendor/sabre/vobject/
H A DREADME.md48 … to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any questions.
/plugin/davcard/vendor/sabre/vobject/
H A DREADME.md45 … to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any questions.
/plugin/webdav/vendor/sabre/vobject/
H A DREADME.md48 … to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any questions.
/plugin/webdavclient/vendor/sabre/vobject/
H A DREADME.md45 … to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any questions.
/plugin/davcal/vendor/sabre/vobject/
H A DREADME.md45 … to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any questions.
/plugin/quizlib/
H A DREADME.md21 …lement of the rightanswers-array is either a string (for the plain text questions) or again an arr…
23 The questions itself are child elements of the quizlib-tag. Each "question" has an attribute "title…
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCONTRIBUTING.md36 Please try to avoid opening support-related tickets. For support related questions please use more …

123