Home
last modified time | relevance | path

Searched refs:rndchoice (Results 1 – 1 of 1) sorted by relevance

/plugin/quiz/
H A Dclass_quiz.php36 var $rndchoice; variable in quiz
52 $this->rndchoice = $param['rndchoice'];
103 … $html .= '<input type="hidden" name="quiz_rndchoice" value="' . $this->rndchoice. '">' . "\n";
447 if ($this->rndchoice) $this->kshuffle($quizz['questions'][$nquest]['choices']);