'; print ''; print ''; if (isset($_SESSION['msg'])) { $len = strlen($_SESSION['msg']); } else { $len = 0; } if ($len > 0) { print(''); $_SESSION['msg'] = ""; } else { print ''; print ' '; print ' '; print ''; print ' '; } } ?>

' . $_SESSION['msg'] . '
'; print ' Welcome ' . $_SESSION['name'] . ','; print '

'; print ' Please complete all the sections of this form. The comments you provide helps us serve you'; print ' better at the same time improving the quality of this educational program.'; print '

'; print '

'; print ' Circle the number that you think applies the closest to your experience. The numbers'; print ' signify as follows:'; print '

'; print ' 1-Strongly Disagree, '; print ' 2-Disagree, '; print ' 3-Neutral, '; print ' 4-Agree, '; print ' 5-Strongly Agree'; print '

'; print 'Please note that once you submit your feedback you cannot change your answers or reevaluate this course.'; print '


'; $data = $_SESSION['evaluation']; $records = count($data); if ($records > 0) { print ''; print ''; print ''; print ''; print ''; print ''; print ''; print ''; print ''; print ''; print ''; for($i = 0; $i < $records; $i++) { $row = $data[$i]; switch(strtolower($row[3])) { case "option": if (($i % 2) > 0) { $myform = ''; } else { $myform = ''; } $myform = $myform . ''; $myform = $myform . ''; $myform = $myform . ''; $myform = $myform . ''; break; case "comment": if (($i % 2) > 0) { $myform = ''; } else { $myform = ''; } $myform = $myform . ''; $myform = $myform . ''; $myform = $myform . ''; $myform = $myform . ''; break; } print $myform; } print ''; print ''; print ''; print '
Question

12345Comments
' . trim($i + 1) . '.' . $row[1] . ''; $myform = $myform . ''; $myform = $myform . ''; $myform = $myform . ''; $myform = $myform . ''; $myform = $myform . ''; $myform = $myform . ''; $myform = $myform . ''; $myform = $myform . ''; $myform = $myform . ''; $myform = $myform . ''; $myform = $myform . ''; $myform = $myform . '
' . trim($i + 1) . '.' . $row[1] . ''; $myform = $myform . ''; $myform = $myform . '



'; } else { print '
Sorry the evaluation form is not available at this time. Please try again at a later date.