29 include_once
"./Modules/Test/classes/inc.AssessmentConstants.php";
39 public function __construct($a_context = self::CONTEXT_REPOSITORY)
42 $this->info_screen_enabled =
true;
48 public function init(): void
50 $this->static_link_enabled =
true;
51 $this->delete_enabled =
true;
52 $this->cut_enabled =
true;
53 $this->copy_enabled =
true;
54 $this->subscribe_enabled =
true;
55 $this->link_enabled =
true;
57 $this->gui_class_name =
"ilobjtestgui";
105 $props = parent::getProperties();
109 if ($onlineaccess !==
true) {
110 $props[] = array(
"alert" =>
true,
"property" =>
$lng->
txt(
"status"),
111 "value" => $onlineaccess);
124 $ilCtrl = $DIC[
'ilCtrl'];
126 $cmd = explode(
'::', $cmd);
128 if (count($cmd) == 2) {
129 $cmd_link = $ilCtrl->getLinkTargetByClass(array(
'ilRepositoryGUI',
'ilObjTestGUI', $cmd[0]), $cmd[1]);
131 $cmd_link = $ilCtrl->getLinkTargetByClass(
'ilObjTestGUI', $cmd[0]);
134 $params = array_merge(array(
'ref_id' => $this->ref_id), $this->command_link_params);
171 if ($command[
'cmd'] ==
'userResultsGateway') {
201 $this->command_link_params = $a_param;
208 return parent::modifyTitleLink($default_link);
211 $path = $this->tree->getPathFull($this->ref_id);
213 while ($parent = array_pop(
$path)) {
214 if ($parent[
'type'] ===
'crs') {
215 $parent_crs_ref_id = $parent[
'ref_id'];
220 $this->
ctrl->setParameterByClass(
"ilrepositorygui",
'ref_id', $parent_crs_ref_id);
221 $this->
ctrl->setParameterByClass(
"ilrepositorygui",
'tid', $this->ref_id);
222 $cmd_link = $this->
ctrl->getLinkTargetByClass(
"ilrepositorygui",
'redirectLocToTest');
223 $this->
ctrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->ref_id);
224 $this->
ctrl->clearParametersByClass(
'ilrepositorygui');
226 return parent::modifyTitleLink($cmd_link);
getCommandFrame(string $cmd)
Get command target frame.
static appendUrlParameterString(string $a_url, string $a_par, bool $xml_style=false)
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
if(! $DIC->user() ->getId()||!ilLTIConsumerAccess::hasCustomProviderCreationAccess()) $params
getProperties()
Get item properties.
__construct($a_context=self::CONTEXT_REPOSITORY)
constructor
modifyTitleLink(string $default_link)
static _lookupOnlineTestAccess($a_test_id, $a_user_id)
Checks if a user is allowd to run an online exam.
static visibleUserResultExists($testObjId, $userId)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addCommandLinkParameter($a_param)
add command link parameters
removeUserResultsCommand($commands)
handleUserResultsCommand($commands)
static isObjectiveTest(int $a_trst_ref_id)
Check if test ref_id is used in an objective course.
__construct(Container $dic, ilPlugin $plugin)
createDefaultCommand(array $command)
overwritten from base class for course objectives
static _getCommands()
get commands
getCommandLink(string $cmd)
Get command link url.