37 include_once
"Services/Object/classes/class.ilObjectListGUI.php";
38 include_once
"./Modules/Test/classes/inc.AssessmentConstants.php";
56 $this->delete_enabled =
true;
57 $this->cut_enabled =
true;
58 $this->copy_enabled =
true;
59 $this->subscribe_enabled =
true;
60 $this->link_enabled =
false;
61 $this->payment_enabled =
false;
62 $this->info_screen_enabled =
true;
64 $this->gui_class_name =
"ilobjquestionpoolgui";
67 include_once
"./Modules/TestQuestionPool/classes/class.ilObjQuestionPoolAccess.php";
80 function initItem($a_ref_id, $a_obj_id, $a_title =
"", $a_description =
"")
99 include_once
"./Services/UICore/classes/class.ilFrameTargetInfo.php";
125 include_once
"./Modules/TestQuestionPool/classes/class.ilObjQuestionPool.php";
128 $props[] = array(
"alert" =>
true,
"property" => $lng->txt(
"status"),
129 "value" => $lng->txt(
"offline"));
146 $cmd_link =
"ilias.php?baseClass=ilObjQuestionPoolGUI&ref_id=".$this->ref_id.
"&cmd=$a_cmd";