public function filterQuestionblockBrowserObject()
 {
     include_once "./Modules/Survey/classes/tables/class.ilSurveyQuestionblockbrowserTableGUI.php";
     $table_gui = new ilSurveyQuestionblockbrowserTableGUI($this, 'browseForQuestionblocks', $this->object);
     $table_gui->writeFilterToSession();
     $this->ctrl->redirect($this, 'browseForQuestionblocks');
 }
 /**
  * Filter the questionblock browser
  */
 public function filterQuestionblockBrowserObject()
 {
     include_once "./Modules/Survey/classes/tables/class.ilSurveyQuestionblockbrowserTableGUI.php";
     $table_gui = new ilSurveyQuestionblockbrowserTableGUI($this, 'browseForQuestionblocks');
     $table_gui->writeFilterToSession();
     $this->ctrl->setParameter($this, "pgov", $_REQUEST["pgov"]);
     $this->ctrl->setParameter($this, "pgov_pos", $_REQUEST["pgov_pos"]);
     $this->ctrl->redirect($this, 'browseForQuestionblocks');
 }