Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

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

Defines 1 class

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_table

init($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