26 $this->
setFormAction($ilCtrl->getFormAction($a_parent_obj,
"saveStatusAll"));
33 $this->mode = self::MODE_BY_ASSIGNMENT;
36 $this->
setId(
"exc_mem");
40 $this->
setTitle(
$lng->txt(
"exc_assignment") .
": " . $this->ass->getTitle());
48 $tmp_data = $this->ass->getMemberListData();
51 $usr_ids = array_keys($tmp_data);
52 $filtered_usr_ids =
$GLOBALS[
'DIC']->access()->filterUserIdsByRbacOrPositionOfCurrentUser(
53 'edit_submissions_grades',
54 'edit_submissions_grades',
55 $this->exc->getRefId(),
59 foreach ($filtered_usr_ids as $usr_id) {
60 $data[$usr_id] = $tmp_data[$usr_id];
64 $idl = $this->ass->getIndividualDeadlines();
65 $calc_deadline = $this->ass->getCalculatedDeadlines();
68 if ($this->ass->hasTeam()) {
74 foreach (
$data as $item) {
76 if ($this->filter[
"status"] &&
77 $item[
"status"] != $this->filter[
"status"]) {
81 $team_id = $team_map[$item[
"usr_id"]];
85 $team_id =
"nty" . $item[
"usr_id"];
88 if (!isset($tmp[$team_id])) {
89 $tmp[$team_id] = $item;
91 if (is_numeric($team_id)) {
92 $tmp[$team_id][
"submission_obj"] =
new ilExSubmission($this->ass, $item[
"usr_id"],
$teams[$team_id]);
99 $tmp[$team_id][
"team"][$item[
"usr_id"]] = $item[
"name"];
101 if (is_numeric($team_id)) {
102 $idl_team_id =
"t" . $team_id;
103 if (array_key_exists($idl_team_id, $idl)) {
104 $tmp[$team_id][
"idl"] = $idl[$idl_team_id];
107 if (isset($calc_deadline[
"team"][$team_id])) {
108 $tmp[$team_id][
"calc_deadline"] = $calc_deadline[
"team"][$team_id][
"calculated_deadline"];
111 if (isset($calc_deadline[
"user"][$item[
"usr_id"]])) {
112 $tmp[
"nty" . $item[
"usr_id"]][
"calc_deadline"] = $calc_deadline[
"user"][$item[
"usr_id"]][
"calculated_deadline"];
118 if ($this->filter[
"name"]) {
119 foreach ($tmp as $idx => $item) {
120 if (!stristr(implode(
"", $item[
"team"]), $this->filter[
"name"])) {
125 if ($this->filter[
"subm"]) {
126 foreach ($tmp as $idx => $item) {
127 $submission = $item[
"submission_obj"];
128 if ($this->filter[
"subm"] ==
"y" &&
129 !$submission->getLastSubmission()) {
131 } elseif ($this->filter[
"subm"] ==
"n" &&
132 $submission->getLastSubmission()) {
141 foreach (
$data as $idx => $item) {
143 if ($this->filter[
"status"] &&
144 $item[
"status"] != $this->filter[
"status"]) {
148 if ($this->filter[
"name"] &&
149 !stristr($item[
"name"], $this->filter[
"name"]) &&
150 !stristr($item[
"login"], $this->filter[
"name"])) {
158 if ($this->filter[
"subm"]) {
159 $submission =
$data[$idx][
"submission_obj"];
160 if ($this->filter[
"subm"] ==
"y" &&
161 !$submission->getLastSubmission()) {
164 } elseif ($this->filter[
"subm"] ==
"n" &&
165 $submission->getLastSubmission()) {
171 if (array_key_exists($item[
"usr_id"], $idl)) {
172 $data[$idx][
"idl"] = $idl[$item[
"usr_id"]];
175 if (isset($calc_deadline[
"user"][$item[
"usr_id"]])) {
176 $data[$idx][
"calc_deadline"] = $calc_deadline[
"user"][$item[
"usr_id"]][
"calculated_deadline"];
188 if (!$this->ass->hasTeam()) {
191 if (in_array(
"image", $selected)) {
192 $cols[
"image"] = array($this->lng->txt(
"image"));
195 $cols[
"name"] = array($this->lng->txt(
"name"),
"name");
197 if (in_array(
"login", $selected)) {
198 $cols[
"login"] = array($this->lng->txt(
"login"),
"login");
201 $cols[
"name"] = array($this->lng->txt(
"exc_team"));
211 if (!$this->ass->hasTeam()) {
212 $cols[
"image"] = array($this->lng->txt(
"image"));
213 $cols[
"name"] = array($this->lng->txt(
"name"),
"name");
214 $cols[
"login"] = array($this->lng->txt(
"login"),
"login");
216 $cols[
"name"] = array($this->lng->txt(
"exc_tbl_team"));
219 if ($this->ass->hasActiveIDl()) {
220 $cols[
"idl"] = array($this->lng->txt(
"exc_tbl_individual_deadline"),
"idl");
224 $cols[
"calc_deadline"] = array($this->lng->txt(
"exc_tbl_calculated_deadline"),
"calc_deadline");
234 $member_id = $member[
"usr_id"];
236 $ilCtrl->setParameter($this->parent_obj,
"ass_id", $this->ass->getId());
237 $ilCtrl->setParameter($this->parent_obj,
"member_id", $member_id);
240 $this->tpl->setVariable(
"NAME_ID",
"member");
241 $this->tpl->setVariable(
"VAL_ID", $member_id);
243 $this->
parseRow($member_id, $this->ass, $member);
245 $ilCtrl->setParameter($this->parent_obj,
"ass_id", $this->ass->getId());
246 $ilCtrl->setParameter($this->parent_obj,
"member_id",
"");
addCommandButton($a_cmd, $a_text, $a_onclick='', $a_id="", $a_class=null)
Add Command button.
static getAssignmentTeamMap($a_ass_id)
Get team structure for assignment.
static getInstancesFromMap($a_assignment_id)
Exercise assignment team.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
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.
Exercise submission table.
parseRow($a_user_id, ilExAssignment $a_ass, array $a_row)
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
getSelectedColumns()
Get selected columns.
__construct($a_parent_obj, $a_parent_cmd, ilObjExercise $a_exc, $a_item_id)
Constructor.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
__construct(Container $dic, ilPlugin $plugin)
Exercise submission //TODO: This class has to much static methods related to delivered "files"...