public function resetfilterAvailableQuestions()
 {
     include_once "./Modules/Test/classes/tables/class.ilTestQuestionBrowserTableGUI.php";
     $table_gui = new ilTestQuestionBrowserTableGUI($this, 'browseForQuestions', $_REQUEST['ref_id']);
     $table_gui->resetOffset();
     $table_gui->resetFilter();
     $this->ctrl->redirect($this, "browseForQuestions");
 }