Differences Between: [Versions 310 and 402] [Versions 39 and 402]
(no description)
File Size: | 218 lines (8 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 1 file mod/feedback/item/textfield/textfield_form.php |
feedback_item_textfield:: (9 methods):
build_editform()
save_item()
get_analysed()
get_printval()
print_analysed()
excelprint_item()
complete_form_element()
create_value()
get_analysed_for_external()
Class: feedback_item_textfield - X-Ref
build_editform($item, $feedback, $cm) X-Ref |
No description |
save_item() X-Ref |
No description |
get_analysed($item, $groupid = false, $courseid = false) X-Ref |
Helper function for collected data for exporting to excel param: stdClass $item the db-object from feedback_item param: int $groupid param: int $courseid return: stdClass |
get_printval($item, $value) X-Ref |
No description |
print_analysed($item, $itemnr = '', $groupid = false, $courseid = false) X-Ref |
No description |
excelprint_item(&$worksheet, $row_offset,$xls_formats, $item,$groupid, $courseid = false) X-Ref |
No description |
complete_form_element($item, $form) X-Ref |
Adds an input element to the complete form param: stdClass $item param: mod_feedback_complete_form $form |
create_value($value) X-Ref |
Converts the value from complete_form data to the string value that is stored in the db. param: mixed $value element from mod_feedback_complete_form::get_data() with the name $item->typ.'_'.$item->id return: string |
get_analysed_for_external($item, $groupid = false, $courseid = false) X-Ref |
Return the analysis data ready for external functions. param: stdClass $item the item (question) information param: int $groupid the group id to filter data (optional) param: int $courseid the course id (optional) return: array an array of data with non scalar types json encoded |