...
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?
Who receives the feedback invitation?
...
Code Block |
---|
$config = new Zend_Config_Ini( APPLICATION_PATH.'/configs/web.ini', 'development' ); $db = Zend_Db::factory($config->resources->multidb->webshop); $query = "select fname, lname, email from vw_prodpart where product_id IN (57,58,59) and order_status NOT IN ('canceled', 'unpaid', 'pending', 'refund')"; $participants = $db->query($query)->fetchAll(); |
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.