Ejemplo n.º 1
0
 protected function buildInternal()
 {
     parent::buildInternal();
     // hide hints frame for CME quizzes and evaluations
     if ($this->helper->isEvaluation() || $this->helper->isQuiz()) {
         $this->ui->getWidget('hints_frame')->visible = false;
     }
 }
Ejemplo n.º 2
0
 public function isQuiz()
 {
     return $this->question_helper->isQuiz();
 }