Contains class mod_feedback_responses_anon_table
Copyright: | 2016 Marina Glancy |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 129 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
mod_feedback_responses_anon_table:: (4 methods):
init()
get_link_single_entry()
col_random_response()
add_data_for_external()
Class: mod_feedback_responses_anon_table - X-Ref
Class mod_feedback_responses_anon_tableinit($group = 0) X-Ref |
Initialises table param: int $group retrieve only users from this group (optional) |
get_link_single_entry($row) X-Ref |
Returns a link for viewing a single response param: stdClass $row return: \moodle_url |
col_random_response($row) X-Ref |
Prepares column reponse for display param: stdClass $row return: string |
add_data_for_external($row) X-Ref |
Add data for the external structure that will be returned. param: stdClass $row a database query record row |