...
It is left to the developer to add the list of participants to CORE. In ./application/modules/core/models/Feedback.php::getParticipants
you have to provide the $participants array. Use the same format as the debug example. Here is an example of how CORE hooks into the TERENA registration system:
...
- Every feedback section has its own database table in the feedback schema.
- Every feedback section has its own web form, located here:
./application/modules/core/forms/Feedback/
...