Example #1
0
 public function init() {
     parent::init();
     $this->stradd = get_string('addtoquiz', 'quiz');
 }
Example #2
0
 public function init() {
     parent::init();
     $this->strdelete = get_string('delete');
     $this->strrestore = get_string('restore');
 }