public function resetfilterQuestionBrowserObject()
 {
     include_once "./Modules/Survey/classes/tables/class.ilSurveyQuestionbrowserTableGUI.php";
     $table_gui = new ilSurveyQuestionbrowserTableGUI($this, 'browseForQuestions', $this->object);
     $table_gui->resetFilter();
     $this->ctrl->redirect($this, 'browseForQuestions');
 }
 /**
  * Reset the question browser filter
  */
 public function resetfilterQuestionBrowserObject()
 {
     include_once "./Modules/Survey/classes/tables/class.ilSurveyQuestionbrowserTableGUI.php";
     $table_gui = new ilSurveyQuestionbrowserTableGUI($this, 'browseForQuestions');
     $table_gui->resetFilter();
     $this->ctrl->setParameter($this, "pgov", $_REQUEST["pgov"]);
     $this->ctrl->setParameter($this, "pgov_pos", $_REQUEST["pgov_pos"]);
     $this->ctrl->redirect($this, 'browseForQuestions');
 }