16 include_once
"Services/Object/classes/class.ilObjectListGUI.php";
17 include_once
"./Modules/Test/classes/inc.AssessmentConstants.php";
30 $this->info_screen_enabled =
true;
38 $this->static_link_enabled =
true;
39 $this->delete_enabled =
true;
40 $this->cut_enabled =
true;
41 $this->copy_enabled =
true;
42 $this->subscribe_enabled =
true;
43 $this->link_enabled =
true;
44 $this->payment_enabled =
true;
46 $this->gui_class_name =
"ilobjtestgui";
49 include_once
"./Modules/Test/classes/class.ilObjTestAccess.php";
62 function initItem($a_ref_id, $a_obj_id, $a_title =
"", $a_description =
"")
64 parent::initItem($a_ref_id, $a_obj_id, $a_title, $a_description);
83 include_once
"./Services/UICore/classes/class.ilFrameTargetInfo.php";
108 include_once
"./Modules/Test/classes/class.ilObjTestAccess.php";
112 $props[] = array(
"alert" =>
true,
"property" => $lng->txt(
"status"),
113 "value" => $lng->txt(
"offline"));
119 if ($onlineaccess !==
true)
121 $props[] = array(
"alert" =>
true,
"property" => $lng->txt(
"status"),
122 "value" => $onlineaccess);
140 $a_cmd = explode(
'::', $a_cmd);
142 if( count($a_cmd) == 2 )
144 $cmd_link = $ilCtrl->getLinkTargetByClass(array(
'ilRepositoryGUI',
'ilObjTestGUI', $a_cmd[0]), $a_cmd[1]);
148 $cmd_link = $ilCtrl->getLinkTargetByClass(
'ilObjTestGUI', $a_cmd[0]);
151 $params = array_merge(array(
'ref_id' => $this->ref_id), $this->command_link_params);
153 foreach($params as $param => $value)
183 $this->command_link_params = $a_param;
189 include_once
'./Modules/Course/classes/Objectives/class.ilLOSettings.php';
192 $cmd_link = $a_default_link;
199 $this->ctrl->setParameterByClass(
"ilrepositorygui",
'ref_id',
$ref_id);
200 $this->ctrl->setParameterByClass(
"ilrepositorygui",
'tid', $this->ref_id);
201 $cmd_link = $this->ctrl->getLinkTargetByClass(
"ilrepositorygui",
'redirectLocToTest');
202 $this->ctrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->ref_id);
203 $this->ctrl->clearParametersByClass(
'ilrepositorygui');
205 return parent::modifyTitleLink($cmd_link);
modifyTitleLink($a_default_link)
getCommandFrame($a_cmd)
Get command target frame.
ilObjectListGUI()
constructor
getCommandLink($a_cmd)
Get command link url.
static isObjectiveTest($a_trst_ref_id)
Check if test ref_id is used in an objective course.
ilObjTestListGUI()
constructor
static _isOnline($a_obj_id)
returns the objects's ONline status
initItem($a_ref_id, $a_obj_id, $a_title="", $a_description="")
inititialize new item
static _getAllReferences($a_id)
get all reference ids of object
getProperties()
Get item properties.
_lookupOnlineTestAccess($a_test_id, $a_user_id)
Checks if a user is allowd to run an online exam.
static appendUrlParameterString($a_url, $a_par, $xml_style=false)
append URL parameter string ("par1=value1&par2=value2...") to given URL string
addCommandLinkParameter($a_param)
add command link parameters
_getCommands()
get commands
createDefaultCommand($a_command)
overwritten from base class for course objectives