Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CORE allows you to ask for feedback from conference participants. You can ask participants general information about the conference as well have them rate the different presentations.

How does it work?

...

Go to Conferences/Edit and edit your conference. Here you have the option to send feedback codes to all participants or to a single email (use this for testing).

Using 'mail all participants'

When using 'mail all participants', who receives the feedback invitation?

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. As an example of how CORE hooks into the TERENA registration system we use:

...