include("../../classes/API.php"); ?>
include("../../includes/seo_header.inc"); ?>
Employee Feedback Survey Example
This is just an example of an employee feedback survey. You may
use this template or modify it to suit your needs. We hope that this
survey example helps illustrate the kind of questions that you can put
in your own employee feedback survey.
$survey = API::fetch_instance("Survey", 354);
foreach ($survey->get_questions() as $question)
$question->render("html");
?>
Other examples
$source = "info"; include("../../control/common/quick_register.tpl"); ?>
include("../../control/common/corners.tpl"); ?>
include("../../includes/seo_footer.inc"); ?>