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";
117 $props[] = array(
"alert" =>
true,
"property" => $lng->txt(
"status"),
118 "value" => $lng->txt(
"offline"));
124 if ($onlineaccess !==
true)
126 $props[] = array(
"alert" =>
true,
"property" => $lng->txt(
"status"),
127 "value" => $onlineaccess);
145 $a_cmd = explode(
'::', $a_cmd);
147 if( count($a_cmd) == 2 )
149 $cmd_link = $ilCtrl->getLinkTargetByClass(array(
'ilRepositoryGUI',
'ilObjTestGUI', $a_cmd[0]), $a_cmd[1]);
153 $cmd_link = $ilCtrl->getLinkTargetByClass(
'ilObjTestGUI', $a_cmd[0]);
156 $params = array_merge(array(
'ref_id' => $this->ref_id), $this->command_link_params);
158 foreach($params as $param => $value)
188 $this->command_link_params = $a_param;
198 case "outEvaluation":
getCommandImage($a_cmd)
Get command icon image.
getCommandFrame($a_cmd)
Get command target frame.
ilObjectListGUI()
constructor
getCommandLink($a_cmd)
Get command link url.
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
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
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
addCommandLinkParameter($a_param)
add command link parameters
_getCommands()
get commands
createDefaultCommand($a_command)
overwritten from base class for course objectives