Home
last modified time | relevance | path

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

/plugin/quiz/
H A Dclass_quiz.php37 var $highscore; variable in quiz
53 $this->highscore = $param['highscores'];
88 if (($question_num != 0) && ($this->highscore )) $html .= $this->print_highscore();
104 … $html .= '<input type="hidden" name="quiz_highscore" value="' . $this->highscore. '">' . "\n";
110 if (($question_num == 0) && ($this->highscore )) {