26 public function __construct($a_parent_obj, $a_parent_cmd, $a_exc_id)
30 $this->ctrl = $DIC->ctrl();
31 $this->lng = $DIC->language();
32 $ilCtrl = $DIC->ctrl();
33 $lng = $DIC->language();
36 $this->exc_id = $a_exc_id;
37 $this->
setId(
"excass" . $this->exc_id);
39 $request = $DIC->exercise()->internal()->request();
40 $this->random_manager = $DIC->exercise()->internal()->service()->getRandomAssignmentManager(
41 $request->getRequestedExercise()
54 $this->
addColumn($this->lng->txt(
"title"),
"title");
55 $this->
addColumn($this->lng->txt(
"exc_assignment_type"),
"type");
56 $this->
addColumn($this->lng->txt(
"exc_presentation_order"),
"order_val");
57 $this->
addColumn($this->lng->txt(
"exc_start_time"),
"start_time");
58 $this->
addColumn($this->lng->txt(
"exc_deadline"),
"deadline");
59 $this->
addColumn($this->lng->txt(
"exc_mandatory"),
"mandatory");
60 $this->
addColumn($this->lng->txt(
"exc_peer_review"),
"peer");
61 $this->
addColumn($this->lng->txt(
"exc_instruction"),
"",
"30%");
62 $this->
addColumn($this->lng->txt(
"actions"));
72 $this->
setRowTemplate(
"tpl.exc_assignments_row.html",
"Modules/Exercise");
84 foreach ($data as $idx => $row) {
87 $data[$idx][
"peer_invalid"] =
true;
89 $peer_reviews = $peer_review->validatePeerReviewGroups();
90 $data[$idx][
"peer_invalid"] = $peer_reviews[
"invalid"];
92 $data[$idx][
"ass_type"] = $this->types->getById($row[
"type"]);
93 $data[$idx][
"type"] = $data[$idx][
"ass_type"]->getTitle();
102 if (in_array($a_field, array(
"order_val",
"deadline",
"start_time"))) {
116 $this->tpl->setVariable(
"ID",
$d[
"id"]);
121 if (
$d[
"deadline"] > 0) {
123 if (
$d[
"deadline2"] > 0) {
129 $this->tpl->setVariable(
"TXT_DEADLINE", $dl);
131 $this->tpl->setVariable(
"TXT_DEADLINE",
"-");
134 if ($ass->getRelativeDeadline() > 0) {
135 $dl =
"" . $ass->getRelativeDeadline() .
" " . $this->lng->txt(
"days");
137 if ($ass->getRelDeadlineLastSubmission() > 0) {
143 $this->tpl->setVariable(
"TXT_DEADLINE", $dl);
145 if (
$d[
"start_time"] > 0) {
146 $this->tpl->setVariable(
151 $this->tpl->setVariable(
156 if (!$this->random_manager->isActivated()) {
157 if (
$d[
"mandatory"]) {
158 $this->tpl->setVariable(
"TXT_MANDATORY",
$lng->txt(
"yes"));
160 $this->tpl->setVariable(
"TXT_MANDATORY",
$lng->txt(
"no"));
163 $this->tpl->setVariable(
"TXT_MANDATORY",
$lng->txt(
"exc_random"));
166 $ilCtrl->setParameter($this->parent_obj,
"ass_id",
$d[
"id"]);
169 $this->tpl->setVariable(
"TXT_PEER",
$lng->txt(
"yes") .
" (" .
$d[
"peer_min"] .
")");
171 if (
$d[
"peer_invalid"]) {
172 $this->tpl->setVariable(
"TXT_PEER_INVALID",
$lng->txt(
"exc_peer_reviews_invalid_warning"));
175 if ($ass->afterDeadlineStrict()) {
176 $this->tpl->setVariable(
"TXT_PEER_OVERVIEW",
$lng->txt(
"exc_peer_review_overview"));
177 $this->tpl->setVariable(
179 $ilCtrl->getLinkTargetByClass(
"ilexpeerreviewgui",
"showPeerReviewOverview")
183 $this->tpl->setVariable(
"TXT_PEER",
$lng->txt(
"no"));
186 $this->tpl->setVariable(
"TXT_TITLE",
$d[
"title"]);
187 $this->tpl->setVariable(
"TXT_TYPE",
$d[
"type"]);
188 $this->tpl->setVariable(
"ORDER_VAL",
$d[
"order_val"]);
190 $this->tpl->setVariable(
"TXT_EDIT",
$lng->txt(
"edit"));
191 $this->tpl->setVariable(
193 $ilCtrl->getLinkTarget($this->parent_obj,
"editAssignment")
addCommandButton($a_cmd, $a_text, $a_onclick='', $a_id="", $a_class=null)
Add Command button.
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
static getAssignmentDataOfExercise($a_exc_id)
Get assignments data of an exercise in an array.
static shortenText( $a_str, $a_len, $a_dots=false, $a_next_blank=false, $a_keep_extension=false)
shorten a string to given length.
static formatDate(ilDateTime $date, $a_skip_day=false, $a_include_wd=false, $include_seconds=false)
Format a date public.
setDefaultOrderDirection($a_defaultorderdirection)
Set Default order direction.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
setTopCommands($a_val)
Set top commands (display command buttons on top of table, too)
setSelectAllCheckbox($a_select_all_checkbox, $a_select_all_on_top=false)
Set the name of the checkbox that should be toggled with a select all button.
static getInstance()
Get instance.
addMultiCommand($a_cmd, $a_text)
Add Command button.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
fillRow($d)
Fill table row.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
__construct($a_parent_obj, $a_parent_cmd, $a_exc_id)
Constructor.
__construct(Container $dic, ilPlugin $plugin)
addColumn( $a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="", $a_tooltip_with_html=false)
Add a column to the header.
numericOrdering($a_field)
setEnableHeader($a_enableheader)
Set Enable Header.
setEnableTitle($a_enabletitle)
Set Enable Title.
for($i=6; $i< 13; $i++) for($i=1; $i< 13; $i++) $d
setLimit($a_limit=0, $a_default_limit=0)