Home
last modified time | relevance | path

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

12

/plugin/contactmodern/
H A Drecaptchalib.php181 $answers = explode ("\n", $response [1]);
184 if (trim ($answers [0]) == 'true') {
189 $recaptcha_response->error = $answers [1];
/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/multipoll/
H A DINFO7 desc allows to create multi polls (multiple questions, multiple answers), from poll plugin

12