ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
ilExAssignmentPeerReviewTableGUI Class Reference

List all peers to be reviewed for user. More...

+ Inheritance diagram for ilExAssignmentPeerReviewTableGUI:
+ Collaboration diagram for ilExAssignmentPeerReviewTableGUI:

Public Member Functions

 __construct ($a_parent_obj, $a_parent_cmd, ilExAssignment $a_ass, $a_user_id, array $a_peer_data, $a_title, $a_cancel_cmd, $a_read_only=false)
 Constructor. More...
 
 numericOrdering ($a_field)
 Should this field be sorted numeric? More...
 
- Public Member Functions inherited from ilTable2GUI
 __construct ($a_parent_obj, $a_parent_cmd="", $a_template_context="")
 Constructor. More...
 
 setOpenFormTag ($a_val)
 Set open form tag. More...
 
 getOpenFormTag ()
 Get open form tag. More...
 
 setCloseFormTag ($a_val)
 Set close form tag. More...
 
 getCloseFormTag ()
 Get close form tag. More...
 
 determineLimit ()
 Determine the limit. More...
 
 getSelectableColumns ()
 Get selectable columns. More...
 
 determineSelectedColumns ()
 Determine selected columns. More...
 
 isColumnSelected ($a_col)
 Is given column selected? More...
 
 getSelectedColumns ()
 Get selected columns. More...
 
executeCommand ()
 Execute command. More...
 
 resetOffset ($a_in_determination=false)
 Reset offset. More...
 
 initFilter ()
 Init filter. More...
 
 getParentObject ()
 Get parent object. More...
 
 getParentCmd ()
 Get parent command. More...
 
 setTopAnchor ($a_val)
 Set top anchor. More...
 
 getTopAnchor ()
 Get top anchor. More...
 
 setNoEntriesText ($a_text)
 Set text for an empty table. More...
 
 getNoEntriesText ()
 Get text for an empty table. More...
 
 setIsDataTable ($a_val)
 Set is data table. More...
 
 getIsDataTable ()
 Get is data table. More...
 
 setEnableTitle ($a_enabletitle)
 Set Enable Title. More...
 
 getEnableTitle ()
 Get Enable Title. More...
 
 setEnableHeader ($a_enableheader)
 Set Enable Header. More...
 
 getEnableHeader ()
 Get Enable Header. More...
 
 setEnableNumInfo ($a_val)
 Set enable num info. More...
 
 getEnableNumInfo ()
 Get enable num info. More...
 
 setTitle ($a_title, $a_icon=0, $a_icon_alt=0)
 Set title and title icon. More...
 
 setDescription ($a_val)
 Set description. More...
 
 getDescription ()
 Get description. More...
 
 setOrderField ($a_order_field)
 set order column More...
 
 getOrderField ()
 
 setData ($a_data)
 set table data @access public More...
 
 getData ()
 
 dataExists ()
 
 setPrefix ($a_prefix)
 set prefix for sort and offset fields (if you have two or more tables on a page that you want to sort separately) @access public More...
 
 getPrefix ()
 
 addFilterItem ($a_input_item, $a_optional=false)
 Add filter item. More...
 
 addFilterItemByMetaType ($id, $type=self::FILTER_TEXT, $a_optional=false, $caption=NULL)
 Add filter by standard type. More...
 
 getFilterItems ($a_optionals=false)
 Get filter items. More...
 
 getFilterItemByPostVar ($a_post_var)
 
 setFilterCols ($a_val)
 Set filter columns. More...
 
 getFilterCols ()
 Get filter columns. More...
 
 setDisableFilterHiding ($a_val=true)
 Set disable filter hiding. More...
 
 getDisableFilterHiding ()
 Get disable filter hiding
More...
 
 isFilterSelected ($a_col)
 Is given filter selected? More...
 
 getSelectedFilters ()
 Get selected filters. More...
 
 determineSelectedFilters ()
 Determine selected filters. More...
 
 setCustomPreviousNext ($a_prev_link, $a_next_link)
 Set custom previous/next links. More...
 
 setFormAction ($a_form_action, $a_multipart=false)
 Set Form action parameter. More...
 
 getFormAction ()
 Get Form action parameter. More...
 
 setFormName ($a_formname)
 Set Form name. More...
 
 getFormName ()
 Get Form name. More...
 
 setId ($a_val)
 Set id. More...
 
 getId ()
 Get element id. More...
 
 setDisplayAsBlock ($a_val)
 Set display as block. More...
 
 getDisplayAsBlock ()
 Get display as block. More...
 
 getSelectAllCheckbox ()
 Get the name of the checkbox that should be toggled with a select all button. More...
 
 setSelectAllCheckbox ($a_select_all_checkbox)
 Set the name of the checkbox that should be toggled with a select all button. More...
 
 setExternalSorting ($a_val)
 Set external sorting. More...
 
 getExternalSorting ()
 Get external sorting. More...
 
 setFilterCommand ($a_val, $a_caption=null)
 Set filter command. More...
 
 getFilterCommand ()
 Get filter command. More...
 
 setResetCommand ($a_val, $a_caption=null)
 Set reset filter command. More...
 
 getResetCommand ()
 Get reset filter command. More...
 
 setExternalSegmentation ($a_val)
 Set external segmentation. More...
 
 getExternalSegmentation ()
 Get external segmentation. More...
 
 setRowTemplate ($a_template, $a_template_dir="")
 Set row template. More...
 
 setDefaultOrderField ($a_defaultorderfield)
 Set Default order field. More...
 
 getDefaultOrderField ()
 Get Default order field. More...
 
 setDefaultOrderDirection ($a_defaultorderdirection)
 Set Default order direction. More...
 
 getDefaultOrderDirection ()
 Get Default order direction. More...
 
 clearCommandButtons ()
 
 addCommandButton ($a_cmd, $a_text, $a_onclick='', $a_id="", $a_class=null)
 Add Command button. More...
 
 addCommandButtonInstance (ilButton $a_button)
 Add Command button instance. More...
 
 addSelectionButton ($a_sel_var, $a_options, $a_cmd, $a_text, $a_default_selection='')
 Add Selection List + Command button. More...
 
 addMultiItemSelectionButton ($a_sel_var, $a_options, $a_cmd, $a_text, $a_default_selection='')
 Add Selection List + Command button for selected items. More...
 
 setCloseCommand ($a_link)
 Add command for closing table. More...
 
 addMultiCommand ($a_cmd, $a_text)
 Add Command button. More...
 
 addHiddenInput ($a_name, $a_value)
 Add Hidden Input field. More...
 
 addHeaderCommand ($a_href, $a_text, $a_target="", $a_img="")
 Add Header Command (Link) (Image needed for now) More...
 
 setTopCommands ($a_val)
 Set top commands (display command buttons on top of table, too) More...
 
 getTopCommands ()
 Get top commands (display command buttons on top of table, too) More...
 
 addColumn ($a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="")
 Add a column to the header. More...
 
 getNavParameter ()
 
 setOrderLink ($sort_field, $order_dir)
 
 fillHeader ()
 
 determineOffsetAndOrder ($a_omit_offset=false)
 Determine offset and order. More...
 
 storeNavParameter ()
 
 getHTML ()
 Get HTML. More...
 
 numericOrdering ($a_field)
 Should this field be sorted numeric? More...
 
 render ()
 render table @access public More...
 
 writeFilterToSession ()
 Write filter values to session. More...
 
 resetFilter ()
 Reset filter. More...
 
 fillFooter ()
 Fill footer row. More...
 
 getLinkbar ($a_num)
 Get previous/next linkbar. More...
 
 fillHiddenRow ()
 
 fillActionRow ()
 Fill Action Row. More...
 
 setHeaderHTML ($html)
 set header html More...
 
 storeProperty ($type, $value)
 Store table property. More...
 
 loadProperty ($type)
 Load table property. More...
 
 getCurrentState ()
 get current settings for order, limit, columns and filter More...
 
 setContext ($id)
 Set context. More...
 
 getContext ()
 Get context. More...
 
 setShowRowsSelector ($a_value)
 Toggle rows-per-page selector. More...
 
 getShowRowsSelector ()
 Get rows-per-page selector state. More...
 
 setShowTemplates ($a_value)
 Toggle templates. More...
 
 getShowTemplates ()
 Get template state. More...
 
 restoreTemplate ($a_name)
 Restore state from template. More...
 
 saveTemplate ($a_name)
 Save current state as template. More...
 
 deleteTemplate ($a_name)
 Delete template. More...
 
 getLimit ()
 Get limit. More...
 
 getOffset ()
 Get offset. More...
 
 setExportFormats (array $formats)
 Set available export formats. More...
 
 setPrintMode ($a_value=false)
 Toogle print mode. More...
 
 getPrintMode ()
 Get print mode. More...
 
 getExportMode ()
 Was export activated? More...
 
 exportData ($format, $send=false)
 Export and optionally send current table data. More...
 
 setEnableAllCommand ($a_value)
 Enable actions for all entries in current result. More...
 
 setRowSelectorLabel ($row_selector_label)
 
 getRowSelectorLabel ()
 
 setPreventDoubleSubmission ($a_val)
 Set prevent double submission. More...
 
 getPreventDoubleSubmission ()
 Get prevent double submission. More...
 
- Public Member Functions inherited from ilTableGUI
 ilTableGUI ($a_data=0, $a_global_tpl=true)
 Constructor. More...
 
 setTemplate (&$a_tpl)
 set template @access public More...
 
getTemplateObject ()
 
 setData ($a_data)
 set table data @access public More...
 
 getData ()
 
 setTitle ($a_title, $a_icon=0, $a_icon_alt=0)
 set table title @access public More...
 
 setHelp ($a_help_page, $a_help_icon, $a_help_icon_alt=0)
 set table help page @access public More...
 
 setHeaderNames ($a_header_names)
 set table header names @access public More...
 
 getColumnCount ()
 Returns the column count based on the number of the header row columns @access public. More...
 
 setHeaderVars ($a_header_vars, $a_header_params=0)
 set table header vars @access public More...
 
 setColumnWidth ($a_column_width)
 set table column widths @access public More...
 
 setOneColumnWidth ($a_column_width, $a_column_number)
 set one table column width @access public More...
 
 setMaxCount ($a_max_count)
 set max. More...
 
 setLimit ($a_limit=0, $a_default_limit=0)
 set max. More...
 
 getLimit ()
 Get limit. More...
 
 setPrefix ($a_prefix)
 set prefix for sort and offset fields (if you have two or more tables on a page that you want to sort separately) @access public More...
 
 setOffset ($a_offset)
 set dataset offset @access public More...
 
 getOffset ()
 Get offset. More...
 
 setOrderColumn ($a_order_column=0, $a_default_column=0)
 set order column @access public More...
 
 getOrderColumn ()
 Get order column. More...
 
 setOrderDirection ($a_order_direction)
 set order direction @access public More...
 
 getOrderDirection ()
 Get order direction. More...
 
 setFooter ($a_style, $a_previous=0, $a_next=0)
 set order direction @access public More...
 
 enable ($a_module_name)
 enables particular modules of table More...
 
 disable ($a_module_name)
 diesables particular modules of table More...
 
 sortData ()
 
 render ()
 render table @access public More...
 
 renderHeader ()
 
 setOrderLink ($key, $order_dir)
 
 setStyle ($a_element, $a_style)
 
 getStyle ($a_element)
 
 setBase ($a_base)
 Set Base script name (deprecated, only use this for workarounds). More...
 
 getBase ()
 Get Base script name (deprecated, only use this for workarounds). More...
 
 getFormName ()
 
 setFormName ($a_name="cmd")
 
 getSelectAllCheckbox ()
 
 setSelectAllCheckbox ($a_select_all_checkbox)
 
 clearActionButtons ()
 
 addActionButton ($btn_name, $btn_value)
 

Protected Member Functions

 getItems ()
 
 fillRow ($a_set)
 Standard Version of Fill Row. More...
 
- Protected Member Functions inherited from ilTable2GUI
 prepareOutput ()
 Anything that must be done before HTML is generated. More...
 
 fillRow ($a_set)
 Standard Version of Fill Row. More...
 
 getFilterValue (ilFormPropertyGUI $a_item)
 Get current filter value. More...
 
 SetFilterValue (ilFormPropertyGUI $a_item, $a_value)
 Set current filter value. More...
 
 fillMetaExcel ($worksheet, &$a_row)
 Add meta information to excel export. More...
 
 fillHeaderExcel ($worksheet, &$a_row)
 Excel Version of Fill Header. More...
 
 fillRowExcel ($a_worksheet, &$a_row, $a_set)
 Excel Version of Fill Row. More...
 
 fillMetaCSV ($a_csv)
 Add meta information to csv export. More...
 
 fillHeaderCSV ($a_csv)
 CSV Version of Fill Header. More...
 
 fillRowCSV ($a_csv, $a_set)
 CSV Version of Fill Row. More...
 

Protected Attributes

 $ass
 
 $user_id
 
 $peer_data
 
 $read_only
 
 $fstorage
 
- Protected Attributes inherited from ilTable2GUI
 $close_command = ""
 
 $top_anchor = "il_table_top"
 
 $filters = array()
 
 $optional_filters = array()
 
 $filter_cmd = 'applyFilter'
 
 $reset_cmd = 'resetFilter'
 
 $filter_cols = 5
 
 $ext_sort = false
 
 $ext_seg = false
 
 $context = ""
 
 $mi_sel_buttons = null
 
 $disable_filter_hiding = false
 
 $selected_filter = false
 
 $top_commands = true
 
 $selectable_columns = array()
 
 $selected_column = array()
 
 $show_templates = false
 
 $show_rows_selector = true
 
 $nav_determined = false
 
 $limit_determined = false
 
 $filters_determined = false
 
 $columns_determined = false
 
 $open_form_tag = true
 
 $close_form_tag = true
 
 $export_formats
 
 $export_mode
 
 $print_mode
 
 $enable_command_for_all
 
 $restore_filter
 
 $restore_filter_values
 
 $sortable_fields = array()
 
 $prevent_double_submission = true
 
 $row_selector_label
 

Additional Inherited Members

- Static Public Member Functions inherited from ilTable2GUI
static getAllCommandLimit ()
 Get maximum number of entries to enable actions for all. More...
 
- Data Fields inherited from ilTable2GUI
const FILTER_TEXT = 1
 
const FILTER_SELECT = 2
 
const FILTER_DATE = 3
 
const FILTER_LANGUAGE = 4
 
const FILTER_NUMBER_RANGE = 5
 
const FILTER_DATE_RANGE = 6
 
const FILTER_DURATION_RANGE = 7
 
const FILTER_DATETIME_RANGE = 8
 
const EXPORT_EXCEL = 1
 
const EXPORT_CSV = 2
 
const ACTION_ALL_LIMIT = 1000
 
- Data Fields inherited from ilTableGUI
 $title
 
 $icon
 
 $icon_alt
 
 $help_page
 
 $help_icon
 
 $help_icon_alt
 
 $header_names
 
 $header_vars
 
 $linkbar_vars
 
 $data
 
 $column_count
 
 $column_width
 
 $max_count
 
 $limit
 
 $max_limit = false
 
 $offset
 
 $order_column
 
 $order_direction
 
 $footer_style
 
 $footer_previous
 
 $footer_next
 
 $lang_support = true
 
 $global_tpl
 
 $form_name
 
 $select_all_checkbox
 
 $action_buttons
 
 $prefix
 
 $base = ""
 
 $enabled
 
 $styles
 

Detailed Description

List all peers to be reviewed for user.

Author
Jörg Lützenkirchen luetz.nosp@m.enki.nosp@m.rchen.nosp@m.@lei.nosp@m.fos.c.nosp@m.om

Definition at line 14 of file class.ilExAssignmentPeerReviewTableGUI.php.

Constructor & Destructor Documentation

◆ __construct()

ilExAssignmentPeerReviewTableGUI::__construct (   $a_parent_obj,
  $a_parent_cmd,
ilExAssignment  $a_ass,
  $a_user_id,
array  $a_peer_data,
  $a_title,
  $a_cancel_cmd,
  $a_read_only = false 
)

Constructor.

Parameters
ilObject$a_parent_obj
string$a_parent_cmd
ilExAssignment$a_ass
int$a_user_id
array$a_peer_data
string$a_title
string$a_cancel_cmd
bool$a_read_only

Definition at line 34 of file class.ilExAssignmentPeerReviewTableGUI.php.

35 {
36 global $ilCtrl;
37
38 $this->ass = $a_ass;
39 $this->user_id = $a_user_id;
40 $this->peer_data = $a_peer_data;
41 $this->read_only = $a_read_only;
42
43 parent::__construct($a_parent_obj, $a_parent_cmd);
44
45 $this->setLimit(9999);
46
47 if(!$this->ass->hasPeerReviewPersonalized())
48 {
49 $this->addColumn($this->lng->txt("id"), "seq");
50 }
51 else if(!$this->read_only)
52 {
53 $this->addColumn($this->lng->txt("exc_peer_review_recipient"), "name");
54 }
55 else
56 {
57 $this->addColumn($this->lng->txt("exc_peer_review_giver"), "name");
58 }
59 if(!$this->read_only)
60 {
61 $this->addColumn($this->lng->txt("exc_submission"), "");
62 }
63
64 $this->addColumn($this->lng->txt("exc_peer_review_rating"), "mark");
65
66 if(!$this->read_only)
67 {
68 $this->addColumn($this->lng->txt("exc_peer_review_comment"), "");
69 }
70 else
71 {
72 $this->addColumn($this->lng->txt("exc_peer_review"), "");
73 }
74
75 $this->addColumn($this->lng->txt("last_update"), "tstamp");
76
77 $this->setDefaultOrderField("tstamp");
78
79 $this->setRowTemplate("tpl.exc_peer_review_row.html", "Modules/Exercise");
80 $this->setFormAction($ilCtrl->getFormAction($a_parent_obj, $a_parent_cmd));
81
82 $this->setTitle($a_ass->getTitle().": ".$this->lng->txt("exc_peer_review")." - ".$this->lng->txt($a_title));
83
84 if(!$this->read_only)
85 {
86 $this->addCommandButton("updatePeerReview", $this->lng->txt("save"));
87 }
88 else
89 {
90 include_once "Services/User/classes/class.ilUserUtil.php";
91 $this->setDescription($this->lng->txt("exc_peer_review_recipient").
92 ": ".ilUserUtil::getNamePresentation($a_user_id));
93 }
94
95 $this->addCommandButton($a_cancel_cmd, $this->lng->txt("cancel"));
96
97 $this->disable("numinfo");
98
99 $this->getItems();
100
101 if($this->ass->hasPeerReviewFileUpload())
102 {
103 include_once("./Modules/Exercise/classes/class.ilFSStorageExercise.php");
104 $this->fstorage = new ilFSStorageExercise($this->ass->getExerciseId(), $this->ass->getId());
105 $this->fstorage->create();
106 }
107 }
addColumn($a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="")
Add a column to the header.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
setDescription($a_val)
Set description.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
addCommandButton($a_cmd, $a_text, $a_onclick='', $a_id="", $a_class=null)
Add Command button.
disable($a_module_name)
diesables particular modules of table
setLimit($a_limit=0, $a_default_limit=0)
set max.
global $ilCtrl
Definition: ilias.php:18

References $ilCtrl, ilTable2GUI\addColumn(), ilTable2GUI\addCommandButton(), ilTableGUI\disable(), getItems(), ilExAssignment\getTitle(), ilTable2GUI\setDefaultOrderField(), ilTable2GUI\setDescription(), ilTable2GUI\setFormAction(), ilTableGUI\setLimit(), ilTable2GUI\setRowTemplate(), and ilTable2GUI\setTitle().

+ Here is the call graph for this function:

Member Function Documentation

◆ fillRow()

ilExAssignmentPeerReviewTableGUI::fillRow (   $a_set)
protected

Standard Version of Fill Row.

Most likely to be overwritten by derived class.

Parameters
array$a_setdata array

Reimplemented from ilTable2GUI.

Definition at line 160 of file class.ilExAssignmentPeerReviewTableGUI.php.

161 {
162 global $ilCtrl;
163
164 if(isset($a_set["seq"]))
165 {
166 $this->tpl->setVariable("VAL_SEQ", $a_set["seq"]);
167 }
168 else
169 {
170 $this->tpl->setVariable("VAL_SEQ", $a_set["name"]);
171 }
172
173 if($a_set["tstamp"])
174 {
175 $a_set["tstamp"] = ilDatePresentation::formatDate(new ilDateTime($a_set["tstamp"], IL_CAL_DATETIME));
176 }
177 $this->tpl->setVariable("VAL_TSTAMP", $a_set["tstamp"]);
178
179
180 // rating
181 $ilCtrl->setParameter($this->parent_obj, "peer_id", $a_set["peer_id"]);
182 $rating = new ilRatingGUI();
183 $rating->setObject($this->ass->getId(), "ass", $a_set["peer_id"], "peer");
184 $rating->setUserId($a_set["giver_id"]);
185 $this->tpl->setVariable("ID_RATING", "rtr_".$a_set["peer_id"]);
186 if(!$this->read_only)
187 {
188 $this->tpl->setVariable("VAL_RATING", $rating->getHTML(false, true,
189 "il.ExcPeerReview.saveComments(".$a_set["peer_id"].", %rating%)"));
190 }
191 else
192 {
193 $this->tpl->setVariable("VAL_RATING", $rating->getHTML(false, false));
194 }
195 $ilCtrl->setParameter($this->parent_obj, "peer_id", "");
196
197
198 // submission
199
200 $uploads = null;
201 if($this->ass->hasPeerReviewFileUpload())
202 {
203 $path = $this->fstorage->getPeerReviewUploadPath($a_set["peer_id"], $a_set["giver_id"]);
204 $uploads = glob($path."/*.*");
205 }
206
207 if(!$this->read_only)
208 {
209 $ilCtrl->setParameter($this->parent_obj, "seq", $a_set["seq"]);
210
211 $file_info = ilExAssignment::getDownloadedFilesInfoForTableGUIS($this->parent_obj, $this->ass->getExerciseId(), $this->ass->getType(), $this->ass->getId(), $a_set["peer_id"]);
212
213 $ilCtrl->setParameter($this->parent_obj, "seq", "");
214
215 $this->tpl->setVariable("VAL_LAST_SUBMISSION", $file_info["last_submission"]["value"]);
216 $this->tpl->setVariable("TXT_LAST_SUBMISSION", $file_info["last_submission"]["txt"]);
217
218 $this->tpl->setVariable("TXT_SUBMITTED_FILES", $file_info["files"]["txt"]);
219 $this->tpl->setVariable("VAL_SUBMITTED_FILES", $file_info["files"]["count"]);
220
221 if($file_info["files"]["download_url"])
222 {
223 $this->tpl->setCurrentBlock("download_link");
224 $this->tpl->setVariable("LINK_DOWNLOAD", $file_info["files"]["download_url"]);
225 $this->tpl->setVariable("TXT_DOWNLOAD", $file_info["files"]["download_txt"]);
226 $this->tpl->parseCurrentBlock();
227 }
228
229 if($file_info["files"]["download_new_url"])
230 {
231 $this->tpl->setCurrentBlock("download_link");
232 $this->tpl->setVariable("LINK_NEW_DOWNLOAD", $file_info["files"]["download_new_url"]);
233 $this->tpl->setVariable("TXT_NEW_DOWNLOAD", $file_info["files"]["download_new_txt"]);
234 $this->tpl->parseCurrentBlock();
235 }
236
237 $idx = $a_set["giver_id"]."__".$a_set["peer_id"];
238
239 // file edit link
240 if($this->ass->hasPeerReviewFileUpload())
241 {
242 $ilCtrl->setParameter($this->parent_obj, "fu", $idx);
243 $ilCtrl->setParameter($this->parent_obj, "fsmode", "peer");
244 $url = $ilCtrl->getLinkTargetByClass("ilfilesystemgui", "listFiles");
245 $ilCtrl->setParameter($this->parent_obj, "fsmode", "");
246 $ilCtrl->setParameter($this->parent_obj, "fu", "");
247
248 $this->tpl->setCurrentBlock("file_edit_bl");
249 $this->tpl->setVariable("FILE_EDIT_URL", $url);
250 $this->tpl->setVariable("FILE_EDIT_CAPTION", $uploads
251 ? $this->lng->txt("exc_peer_edit_file")
252 : $this->lng->txt("exc_peer_upload_file"));
253 $this->tpl->parseCurrentBlock();
254 }
255
256 $this->tpl->setCurrentBlock("pcomment_edit_bl");
257 $this->tpl->setVariable("VAL_ID", $idx);
258 $this->tpl->setVariable("VAL_PCOMMENT_EDIT", $a_set["comment"]);
259 $this->tpl->parseCurrentBlock();
260 }
261 else
262 {
263 $this->tpl->setCurrentBlock("pcomment_static_bl");
264 $this->tpl->setVariable("VAL_PCOMMENT_STATIC", $a_set["comment"]);
265 $this->tpl->parseCurrentBlock();
266 }
267
268 // list existing files
269 if($uploads)
270 {
271 $idx = $a_set["giver_id"]."__".$a_set["peer_id"];
272
273 $ilCtrl->setParameter($this->parent_obj, "fu", $idx);
274
275 foreach($uploads as $upload)
276 {
277 $ilCtrl->setParameter($this->parent_obj, "fuf", md5($upload));
278 $url = $ilCtrl->getLinkTarget($this->parent_obj, "downloadPeerReview");
279 $ilCtrl->setParameter($this->parent_obj, "fuf", "");
280
281 $this->tpl->setCurrentBlock("file_static_bl");
282 $this->tpl->setVariable("FILE_NAME", basename($upload));
283 $this->tpl->setVariable("FILE_URL", $url);
284 $this->tpl->parseCurrentBlock();
285 }
286
287 $ilCtrl->setParameter($this->parent_obj, "fu", "");
288 }
289 }
const IL_CAL_DATETIME
static formatDate(ilDateTime $date)
Format a date @access public.
@classDescription Date and time handling
static getDownloadedFilesInfoForTableGUIS($a_parent_obj, $a_exercise_id, $a_ass_type, $a_ass_id, $a_user_id, $a_parent_cmd=null)
Class ilRatingGUI.
$path
Definition: index.php:22

References $ilCtrl, $path, ilDatePresentation\formatDate(), ilExAssignment\getDownloadedFilesInfoForTableGUIS(), and IL_CAL_DATETIME.

+ Here is the call graph for this function:

◆ getItems()

ilExAssignmentPeerReviewTableGUI::getItems ( )
protected

Definition at line 109 of file class.ilExAssignmentPeerReviewTableGUI.php.

110 {
111 $data = array();
112
113 $personal = $this->ass->hasPeerReviewPersonalized();
114
115 if($personal)
116 {
117 include_once "Services/User/classes/class.ilUserUtil.php";
118 }
119
120 foreach($this->peer_data as $idx => $item)
121 {
122 $row = array();
123
124 $row["giver_id"] = $item["giver_id"];
125 $row["peer_id"] = $item["peer_id"];
126 $row["submission"] = "";
127 $row["mark"] = (int)round(ilRating::getRatingForUserAndObject($this->ass->getId(),
128 "ass", $item["peer_id"], "peer", $item["giver_id"]));
129 $row["comment"] = $item["pcomment"];
130 $row["tstamp"] = $item["tstamp"];
131
132 if(!$personal)
133 {
134 $row["seq"] = $idx+1;
135 }
136 else if(!$this->read_only)
137 {
138 $row["name"] = ilUserUtil::getNamePresentation($item["peer_id"]);
139 }
140 else
141 {
142 $row["name"] = ilUserUtil::getNamePresentation($item["giver_id"]);
143 }
144
145 $data[] = $row;
146 }
147
148 $this->setData($data);
149 }
static getRatingForUserAndObject($a_obj_id, $a_obj_type, $a_sub_obj_id, $a_sub_obj_type, $a_user_id, $a_category_id=null)
Get rating for a user and an object.
setData($a_data)
set table data @access public
static getNamePresentation($a_user_id, $a_user_image=false, $a_profile_link=false, $a_profile_back_link="", $a_force_first_lastname=false, $a_omit_login=false, $a_sortable=true)
Default behaviour is:

References ilTableGUI\$data, $row, ilUserUtil\getNamePresentation(), ilRating\getRatingForUserAndObject(), and ilTable2GUI\setData().

Referenced by __construct().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ numericOrdering()

ilExAssignmentPeerReviewTableGUI::numericOrdering (   $a_field)

Should this field be sorted numeric?

Returns
boolean numeric ordering; default is false

Reimplemented from ilTable2GUI.

Definition at line 151 of file class.ilExAssignmentPeerReviewTableGUI.php.

152 {
153 if(in_array($a_field, array("mark", "tstamp", "seq")))
154 {
155 return true;
156 }
157 return false;
158 }

Field Documentation

◆ $ass

ilExAssignmentPeerReviewTableGUI::$ass
protected

Definition at line 16 of file class.ilExAssignmentPeerReviewTableGUI.php.

◆ $fstorage

ilExAssignmentPeerReviewTableGUI::$fstorage
protected

Definition at line 20 of file class.ilExAssignmentPeerReviewTableGUI.php.

◆ $peer_data

ilExAssignmentPeerReviewTableGUI::$peer_data
protected

Definition at line 18 of file class.ilExAssignmentPeerReviewTableGUI.php.

◆ $read_only

ilExAssignmentPeerReviewTableGUI::$read_only
protected

Definition at line 19 of file class.ilExAssignmentPeerReviewTableGUI.php.

◆ $user_id

ilExAssignmentPeerReviewTableGUI::$user_id
protected

Definition at line 17 of file class.ilExAssignmentPeerReviewTableGUI.php.


The documentation for this class was generated from the following file: