16 include_once
"Services/Object/classes/class.ilObjectListGUI.php";
17 include_once
"./Modules/Test/classes/inc.AssessmentConstants.php";
27 public function __construct($a_context = self::CONTEXT_REPOSITORY)
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;
45 $this->gui_class_name =
"ilobjtestgui";
48 include_once
"./Modules/Test/classes/class.ilObjTestAccess.php";
68 include_once
"./Services/UICore/classes/class.ilFrameTargetInfo.php";
94 $props = parent::getProperties();
98 if ($onlineaccess !==
true) {
99 $props[] = array(
"alert" =>
true,
"property" =>
$lng->txt(
"status"),
100 "value" => $onlineaccess);
119 $a_cmd = explode(
'::', $a_cmd);
121 if (count($a_cmd) == 2) {
122 $cmd_link =
$ilCtrl->getLinkTargetByClass(array(
'ilRepositoryGUI',
'ilObjTestGUI', $a_cmd[0]), $a_cmd[1]);
124 $cmd_link =
$ilCtrl->getLinkTargetByClass(
'ilObjTestGUI', $a_cmd[0]);
127 $params = array_merge(array(
'ref_id' => $this->ref_id), $this->command_link_params);
129 foreach ($params as
$param => $value) {
138 $commands = parent::getCommands();
153 require_once
'Modules/Test/classes/class.ilObjTestAccess.php';
165 require_once
'Modules/Course/classes/Objectives/class.ilLOSettings.php';
171 foreach ($commands as $key => $command) {
172 if ($command[
'cmd'] ==
'userResultsGateway') {
173 unset($commands[$key]);
203 $this->command_link_params = $a_param;
209 include_once
'./Modules/Course/classes/Objectives/class.ilLOSettings.php';
212 $cmd_link = $a_default_link;
218 $this->ctrl->setParameterByClass(
"ilrepositorygui",
'ref_id',
$ref_id);
219 $this->ctrl->setParameterByClass(
"ilrepositorygui",
'tid', $this->ref_id);
220 $cmd_link = $this->ctrl->getLinkTargetByClass(
"ilrepositorygui",
'redirectLocToTest');
221 $this->ctrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->ref_id);
222 $this->ctrl->clearParametersByClass(
'ilrepositorygui');
224 return parent::modifyTitleLink($cmd_link);
modifyTitleLink($a_default_link)
getCommandFrame($a_cmd)
Get command target frame.
getCommandLink($a_cmd)
Get command link url.
static isObjectiveTest($a_trst_ref_id)
Check if test ref_id is used in an objective course.
static _getAllReferences($a_id)
get all reference ids of object
getProperties()
Get item properties.
__construct($a_context=self::CONTEXT_REPOSITORY)
constructor
static _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 visibleUserResultExists($testObjId, $userId)
addCommandLinkParameter($a_param)
add command link parameters
removeUserResultsCommand($commands)
handleUserResultsCommand($commands)
__construct(Container $dic, ilPlugin $plugin)
static _getCommands()
get commands
createDefaultCommand($a_command)
overwritten from base class for course objectives