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

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

'; print ' Please complete all the section of this form. The comments you provide helps us serve you'; print ' better at the same time improving the quality of this educational program. The comments are'; print ' also shared with the executive committee members to determine the feasibility of have'; print ' institutional bodies such as the Computer Resource Center (CRC). Furthermore, you can send'; print ' your comments via email to: shaffin_bhanji@hotmail.com.'; 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 '

'; $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($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.