38 $this->
setId(
'manScorePartTable');
46 $ilCtrl = $DIC[
'ilCtrl'];
49 $this->
setStyle(
'table',
'fullwidth');
53 $this->
setFormAction($ilCtrl->getFormAction($parentObj, self::PARENT_DEFAULT_CMD));
55 $this->
setRowTemplate(
"tpl.il_as_tst_man_scoring_participant_tblrow.html",
"Modules/Test");
68 if ($this->parent_obj->getObject()->getAnonymity()) {
94 include_once
'Services/Form/classes/class.ilSelectInputGUI.php';
97 $statusOptions = array();
105 $participantStatus->setOptions($statusOptions);
109 $participantStatus->readFromSession();
111 if (!$participantStatus->getValue()) {
119 $ilCtrl = $DIC[
'ilCtrl'];
122 $ilCtrl->setParameter($this->parent_obj,
'active_id', $a_set[
'active_id']);
124 if (!$this->parent_obj->object->getAnonymity()) {
125 $this->tpl->setCurrentBlock(
'personal');
126 $this->tpl->setVariable(
"PARTICIPANT_FIRSTNAME", $a_set[
'firstname']);
127 $this->tpl->setVariable(
"PARTICIPANT_LOGIN", $a_set[
'login']);
128 $this->tpl->parseCurrentBlock();
131 $this->tpl->setVariable(
"PARTICIPANT_LASTNAME", $a_set[
'lastname']);
133 $this->tpl->setVariable(
"HREF_SCORE_PARTICIPANT", $ilCtrl->getLinkTarget($this->parent_obj, self::PARENT_EDIT_SCORING_CMD));
134 $this->tpl->setVariable(
"TXT_SCORE_PARTICIPANT",
$lng->
txt(
'tst_edit_scoring'));
numericOrdering(string $a_field)
Should this field be sorted numeric?
enable(string $a_module_name)
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...
setFormAction(string $a_form_action, bool $a_multipart=false)
addFilterItem(ilTableFilterItem $a_input_item, bool $a_optional=false)
const PARENT_EDIT_SCORING_CMD
setResetCommand(string $a_val, string $a_caption="")
setDisableFilterHiding(bool $a_val=true)
const PARENT_RESET_FILTER_CMD
const PART_FILTER_ACTIVE_ONLY
const PARENT_APPLY_FILTER_CMD
setFormName(string $a_name="")
getInternalyOrderedDataValues()
setStyle(string $a_element, string $a_style)
const PART_FILTER_MANSCORING_NONE
setDefaultOrderField(string $a_defaultorderfield)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setFilterCommand(string $a_val, string $a_caption="")
setDefaultOrderDirection(string $a_defaultorderdirection)
const PART_FILTER_ALL_USERS
const PART_FILTER_INACTIVE_ONLY
__construct(Container $dic, ilPlugin $plugin)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
determineOffsetAndOrder(bool $a_omit_offset=false)
const PART_FILTER_MANSCORING_DONE
static sortArray(array $array, string $a_array_sortby_key, string $a_array_sortorder="asc", bool $a_numeric=false, bool $a_keep_keys=false)
setPrefix(string $a_prefix)