コード例 #1
0
ファイル: Details.php プロジェクト: nrfredrickson/Cme
 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;
     }
 }
コード例 #2
0
ファイル: CMEOptionHelper.php プロジェクト: nrfredrickson/Cme
 public function isQuiz()
 {
     return $this->question_helper->isQuiz();
 }