...
Gliffy Diagram | ||||||||
---|---|---|---|---|---|---|---|---|
|
Presentation rating
Participants can rate presentations by using a simple star voting mechanism.
Conference rating
...
Setup
- 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/
. Every section has its own form. If you want to modify the sections or questions, you have to :
...
change the respective database table
...
and the respective feedback form
...
. The feedback controller takes care of the saving /editing of the feedback values. So if you modify a form or a database table, this should not break your functionality.
Presentation rating
Participants can rate presentations by using a simple star voting mechanism.
Conference rating
Participants can rate the conference and related services using the web forms.
Feedback results
All the feedback results are stored in the CORE database, in the feedback schema. Every section has its own table.