Home
last modified time | relevance | path

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

1234

/plugin/multipoll/
Dsyntax.php59 $questions = array();
77 $questions[] = $q;
84 if(count($questions) > 1) { // if more than 1 question => only keep questions with text
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']) {
167 if(!$voted) $renderer->doc .= $this->_pollForm($questions, $renderer);
174 $renderer->doc .= $this->_pollResults($questions, $poll, $renderer);
[all …]
DINFO7 desc allows to create multi polls (multiple questions, multiple answers), from poll plugin
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessQA/
DListQuestionsResponse.php51 public function setQuestions($questions) argument
53 $this->questions = $questions;
60 return $this->questions;
/plugin/aichat/cli/
Dsimulate.php46 $questions = $this->readInputFile($input);
58 $results[$name] = $this->simulate($questions, $info);
68 protected function simulate($questions, $model) argument
77 foreach ($questions as $q) {
184 $questions = explode("\n\n", $lines);
185 $questions = array_map('trim', $questions);
186 return $questions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
DQuestionGroupItem.php61 public function setQuestions($questions) argument
63 $this->questions = $questions;
70 return $this->questions;
/plugin/flashcards/
Dsyntax.php65 $questions = [];
92 $questions[] = [
105 'questions' => $questions,
117 …$questions = json_encode($data['questions'], JSON_HEX_TAG | JSON_HEX_APOS | JSON_HEX_QUOT | JSON_H…
142 const originalQuestions = {$questions};
Dscript.js34 function repeatQuestions(questions, count) { argument
37 repeated.push(...questions);
/plugin/quizlib/scripts/
Dquizlib.js61 this.questions = []; property in Quiz
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];
DREADME.md9 - Supports an unlimited number of quizzes, questions and answers
11 - Optional flagging of unanswered questions
/plugin/mikioplugin/
H A Dscript.js376 var questions = parent.children('.mikiop-quiz-item');
379 for (var i = 0; i < questions.length; i++) {
380 if (jQuery(questions[i]).is(':visible')) {
387 jQuery(questions[i + 1]).hide();
388 jQuery(questions[i]).show();
403 var questions = parent.children('.mikiop-quiz-item');
406 for (var i = 0; i < questions.length; i++) {
407 if (jQuery(questions[i]).is(':visible')) {
410 if (i >= questions.length - 1) {
414 jQuery(questions[i - 1]).hide();
[all …]
/plugin/dw2pdf/vendor/mpdf/qrcode/.github/
DCONTRIBUTING.md8 Please do not abuse it as a general questions or troubleshooting location.
13 For these questions please use [Discussions](https://github.com/mpdf/mpdf/discussions). Add your en…
16 You can also use the [mpdf tag](https://stackoverflow.com/questions/tagged/mpdf)
/plugin/dw2pdf/vendor/mpdf/mpdf/.github/
DCONTRIBUTING.md8 Please do not abuse it as a general questions or troubleshooting location.
13 For these questions please use [Discussions](https://github.com/mpdf/mpdf/discussions). Add your en…
16 You can also use the [mpdf tag](https://stackoverflow.com/questions/tagged/mpdf)
/plugin/aichat/
DAGENTS.md7 …s wiki pages as embeddings in a vector database and allows users to ask questions about wiki conte…
103 - Converts follow-up questions into standalone questions using chat history
123 - Processes questions with chat history
/plugin/survey/
Dplugin.info.txt6 desc Dokuwiki plugin to generate user surveys with multiple levels of questions and answers
DREADME.md3 Dokuwiki plugin to generate user surveys with multiple levels of questions and answers
/plugin/mermaid/.github/ISSUE_TEMPLATE/
H A Dfeature_request.md10 Please think about these questions to help me assess your feature request:
/plugin/elasticsearch/vendor/ruflin/elastica/
DREADME.md13 If you have questions, don't hesitate to ask them on [Stack Overflow](http://stackoverflow.com/ques…
/plugin/webdav/vendor/sabre/xml/
DREADME.md20 … to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any questions.
/plugin/icalevents/vendor/sabre/xml/
DREADME.md20 … to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any questions.
/plugin/asciidocjs/node_modules/to-fast-properties/
Dreadme.md5 [Read more.](http://stackoverflow.com/questions/24987896/)
/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/
DREADME.md6 ….9, so I have inserted a snippet found [here](https://stackoverflow.com/questions/9645803/whats-th…
/plugin/skipentity/
DREADME17 Any questions should be raised here on github as an issue.
/plugin/asciidocjs/node_modules/get-caller-file/
DREADME.md8 Inspired by http://stackoverflow.com/questions/13227489
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DMyBusinessQA.php62 'questions',

1234