Your IP : 216.73.217.79


Current Path : /var/www/cesa.co.za/mentanet/
Upload File :
Current File : /var/www/cesa.co.za/mentanet/feedback.php

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>MentaNet</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
</head>

<body class="twoColFixLtHdr">

<div id="container">
<?php include("inc_header.php"); ?>
<div id="mainContent">
	<h1>MentAnet Feedback Questionnaire</h1>
<?php
include("../php/inc_db.php");

function ShowQues($i) {
	echo "<select name='ques".$i."'>";
	echo "<option value=''";
	if (!isset($_REQUEST["ques".$i]) || empty($_REQUEST["ques".$i])) echo " selected";
	echo ">Please select ...</option>";
	echo "<option value='Yes'";
	if (isset($_REQUEST["ques".$i]) && ($_REQUEST["ques".$i]=="Yes")) echo " selected";
	echo ">Yes</option>";
	echo "<option value='No'";
	if (isset($_REQUEST["ques".$i]) && ($_REQUEST["ques".$i]=="No")) echo " selected";
	echo ">No</option>";
	echo "<option value='No_opinion'";
	if (isset($_REQUEST["ques".$i]) && ($_REQUEST["ques".$i]=="No_opinion")) echo " selected";
	echo ">No opinion</option>";
	echo "</select>";
}

$bShowForm=true;
$errmsg="";
if (isset($_POST["go"]) && ($_POST["go"]==1)) {
	if (empty($_POST["yourname"])) $errmsg.="<li>Please enter your name</li>";
	if (empty($_POST["yourorg"])) $errmsg.="<li>Please enter the name of your organisation</li>";
	if (empty($_POST["youremail"])) $errmsg.="<li>Please enter your email address</li>";
	$bBlank=false;
	for ($i=1; $i<=24; $i++) if (empty($_POST["ques".$i])) $bBlank=true;
	if ($bBlank) $errmsg.="<li>Please answer all the questions</li>";
	
	if (empty($errmsg)) {
		$sMsg='<table border="0" cellspacing="0" cellpadding="0">
<tr><td style="border-bottom:1px solid black" colspan="2"><p><b>General</b></p></td></tr>
<tr><td style="border-bottom:1px solid black">Your name:</td><td style="border-bottom:1px solid black">'.$_REQUEST["yourname"].'</td>
<tr><td style="border-bottom:1px solid black">Your organistation:</td><td style="border-bottom:1px solid black">'.$_REQUEST["yourorg"].'</td>
<tr><td style="border-bottom:1px solid black">Your email address:</td><td style="border-bottom:1px solid black">'.$_REQUEST["youremail"].'</td>
<tr><td style="border-bottom:1px solid black" colspan="2"><p><b>MentAnet</b></p></td></tr>
<tr><td style="border-bottom:1px solid black">
Is it easy to access the MentAnet?
</td><td style="border-bottom:1px solid black">'.$_REQUEST["ques1"].'</td></tr>
<tr><td style="border-bottom:1px solid black">
Does the MentAnet sufficiently outline the required evidence per milestone?			
</td><td style="border-bottom:1px solid black">'.$_REQUEST["ques2"].'</td></tr>
<tr><td style="border-bottom:1px solid black">
Is it easy to upload the expected evidence on the MentAnet?			
</td><td style="border-bottom:1px solid black">'.$_REQUEST["ques3"].'</td></tr>
<tr><td style="border-bottom:1px solid black">
Do you check the notice board on the MentAnet?			
</td><td style="border-bottom:1px solid black">'.$_REQUEST["ques4"].'</td></tr>
<tr><td style="border-bottom:1px solid black">
Did you make use of planning/interim reporting templates?
</td><td style="border-bottom:1px solid black">'.$_REQUEST["ques5"].'</td></tr>
<tr><td style="border-bottom:1px solid black" colspan="2"><p><b>Guidelines</b></p></td></tr>
<tr><td style="border-bottom:1px solid black">			
Are the guidelines helpful to assist you?
</td><td style="border-bottom:1px solid black">'.$_REQUEST["ques6"].'</td></tr>
<tr><td style="border-bottom:1px solid black">
Do you clearly understand what outcomes are expected by your council for registration?
</td><td style="border-bottom:1px solid black">'.$_REQUEST["ques7"].'</td></tr>
<tr><td style="border-bottom:1px solid black">
Do you understand your profession\'s code of conduct?
</td><td style="border-bottom:1px solid black">'.$_REQUEST["ques8"].'</td></tr>
<tr><td style="border-bottom:1px solid black">
Do you understand CPD?			
</td><td style="border-bottom:1px solid black">'.$_REQUEST["ques9"].'</td></tr>
<tr><td style="border-bottom:1px solid black" colspan="2"><p><b>CESA/SABTACO Administration</b></p></td></tr>
<tr><td style="border-bottom:1px solid black">
Does the administration assist when you call/email?			
</td><td style="border-bottom:1px solid black">'.$_REQUEST["ques10"].'</td></tr>
<tr><td style="border-bottom:1px solid black">
Do you read the messages from administration on the MentAnet?			
</td><td style="border-bottom:1px solid black">'.$_REQUEST["ques11"].'</td></tr>
<tr><td style="border-bottom:1px solid black">
Are the messages clear and useful?			
</td><td style="border-bottom:1px solid black">'.$_REQUEST["ques12"].'</td></tr>
<tr><td style="border-bottom:1px solid black" colspan="2"><p><b>Company HR</b></p></td></tr>
<tr><td style="border-bottom:1px solid black">
Do HR provide you with resources & support as required?			
</td><td style="border-bottom:1px solid black">'.$_REQUEST["ques13"].'</td></tr>
<tr><td style="border-bottom:1px solid black">
Does HR respond to needs communicated by the mentor?			
</td><td style="border-bottom:1px solid black">'.$_REQUEST["ques14"].'</td></tr>
<tr><td style="border-bottom:1px solid black">
Have you been rotated to another department?
</td><td style="border-bottom:1px solid black">'.$_REQUEST["ques15"].'</td></tr>
<tr><td style="border-bottom:1px solid black" colspan="2"><p><b>Mentor</b></p></td></tr>
<tr><td style="border-bottom:1px solid black">
Do you meet your mentor monthly?			
</td><td style="border-bottom:1px solid black">'.$_REQUEST["ques16"].'</td></tr>
<tr><td style="border-bottom:1px solid black">
Is your mentor based at your office?			
</td><td style="border-bottom:1px solid black">'.$_REQUEST["ques17"].'</td></tr>
<tr><td style="border-bottom:1px solid black">
Do you require support from an external mentor?			
</td><td style="border-bottom:1px solid black">'.$_REQUEST["ques18"].'</td></tr>
<tr><td style="border-bottom:1px solid black">
Are the quarterly assessments provided by the mentor useful?			
</td><td style="border-bottom:1px solid black">'.$_REQUEST["ques19"].'</td></tr>
<tr><td style="border-bottom:1px solid black" colspan="2"><p><b>Supervisor</b></p></td></tr>
<tr><td style="border-bottom:1px solid black">
Does your supervisor coach you on project related content?			
</td><td style="border-bottom:1px solid black">'.$_REQUEST["ques20"].'</td></tr>
<tr><td style="border-bottom:1px solid black">
Do you require an external supervisor on discipline specific content?			
</td><td style="border-bottom:1px solid black">'.$_REQUEST["ques21"].'</td></tr>
<tr><td style="border-bottom:1px solid black">
Do your mentor &amp; supervisor (if different persons) meet quarterly to discuss your progress?
</td><td style="border-bottom:1px solid black">'.$_REQUEST["ques22"].'</td></tr>
<tr><td style="border-bottom:1px solid black" colspan="2"><p><b>Courses</b></p></td></tr>
<tr><td style="border-bottom:1px solid black">
Are the supplementary courses you attended useful?			
</td><td style="border-bottom:1px solid black">'.$_REQUEST["ques23"].'</td></tr>
<tr><td style="border-bottom:1px solid black">
Have you attended at least 6 courses (internal/external)?			
</td><td style="border-bottom:1px solid black">'.$_REQUEST["ques24"].'</td></tr>
<tr><td style="border-bottom:1px solid black" colspan="2"><p><b>Comments</b></p></td></tr>
<tr><td style="border-bottom:1px solid black">
Other topics for guidelines:
</td><td style="border-bottom:1px solid black">'.$_REQUEST["comments1"].'</td></tr>
<tr><td style="border-bottom:1px solid black">
What is your biggest challenge?
</td><td style="border-bottom:1px solid black">'.$_REQUEST["comments2"].'</td></tr>
<tr><td style="border-bottom:1px solid black">
How has the programme assisted you most?
</td><td style="border-bottom:1px solid black">'.$_REQUEST["comments3"].'</td></tr>
<tr><td style="border-bottom:1px solid black">
Other comments:
</td><td style="border-bottom:1px solid black">'.$_REQUEST["comments4"].'</td></tr>
</table>';
	
		$headers  = 'MIME-Version: 1.0' . "\r\n";
		$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
		$headers .= 'From: '.$_POST["youremail"]."\r\n";
		mail("mentanet@cesa.co.za", "MentAnet Feedback received", $sMsg, $headers);
		
		$sql="INSERT INTO CCMFeedback (yourname, yourorg, youremail, ";
		for ($i=1; $i<=24; $i++) $sql.="ques".$i.", "; 
		$sql.="comments1, comments2, comments3, comments4) VALUES ('".addslashes(stripslashes($_POST["yourname"]))."', '".addslashes(stripslashes($_POST["yourorg"]))."', '".addslashes(stripslashes($_POST["youremail"]))."', ";
		for ($i=1; $i<=24; $i++) $sql.="'".addslashes(stripslashes($_POST["ques".$i]))."', ";
		$sql.="'".addslashes(stripslashes($_POST["comments1"]))."', '".addslashes(stripslashes($_POST["comments2"]))."', '".addslashes(stripslashes($_POST["comments3"]))."', '".addslashes(stripslashes($_POST["comments4"]))."')";

		mysql_query($sql);	
		
?>
<p><b>Thank you for submitting your feedback.</b></p>
<?php		
		$bShowForm=false;
	}
	
}
if ($bShowForm) {
	if (!empty($errmsg)) {
?>
<div style="border:2px solid red; font-weight:bold">WARNING: Your form was NOT submitted. Please correct the following errors and submit again:<br>
	<ul>
<?php
		echo $errmsg;
?>
	</ul>
</div>
<?php
	}
?>
<form method="post" action="feedback.php">
<input type="hidden" name="go" value="1">
<table border="0" cellspacing="0" cellpadding="0">
<tr><td style="border-bottom:1px solid black" colspan="2"><p><b>General</b></p></td></tr>
<tr><td style="border-bottom:1px solid black">Your name:</td><td style="border-bottom:1px solid black"><input type="text" name="yourname" value="<?php echo $_REQUEST["yourname"]; ?>" size="40"></td>
<tr>
  <td style="border-bottom:1px solid black">Your organisation:</td><td style="border-bottom:1px solid black"><input type="text" name="yourorg" value="<?php echo $_REQUEST["yourorg"]; ?>" size="40"></td>
<tr><td style="border-bottom:1px solid black">Your email address:</td><td style="border-bottom:1px solid black"><input type="text" name="youremail" value="<?php echo $_REQUEST["youremail"]; ?>" size="40"></td>
<tr><td style="border-bottom:1px solid black" colspan="2"><p><b>MentAnet</b></p></td></tr>
<tr><td style="border-bottom:1px solid black">
Is it easy to access the MentAnet?
</td><td style="border-bottom:1px solid black"><?php $i=1; ShowQues($i); $i++; ?></td></tr>
<tr><td style="border-bottom:1px solid black">
Does the MentAnet sufficiently outline the required evidence per milestone?			
</td><td style="border-bottom:1px solid black"><?php ShowQues($i); $i++; ?></td></tr>
<tr><td style="border-bottom:1px solid black">
Is it easy to upload the expected evidence on the MentAnet?			
</td><td style="border-bottom:1px solid black"><?php ShowQues($i); $i++; ?></td></tr>
<tr><td style="border-bottom:1px solid black">
Do you check the notice board on the MentAnet?			
</td><td style="border-bottom:1px solid black"><?php ShowQues($i); $i++; ?></td></tr>
<tr><td style="border-bottom:1px solid black">
Did you make use of planning/interim reporting templates?
</td><td style="border-bottom:1px solid black"><?php ShowQues($i); $i++; ?></td></tr>
<tr><td style="border-bottom:1px solid black" colspan="2"><p><b>Guidelines</b></p></td></tr>
<tr><td style="border-bottom:1px solid black">			
Are the guidelines helpful to assist you?
</td><td style="border-bottom:1px solid black"><?php ShowQues($i); $i++; ?></td></tr>
<tr><td style="border-bottom:1px solid black">
Do you clearly understand what outcomes are expected by your council for registration?
</td><td style="border-bottom:1px solid black"><?php ShowQues($i); $i++; ?></td></tr>
<tr><td style="border-bottom:1px solid black">
Do you understand your profession's code of conduct?
</td><td style="border-bottom:1px solid black"><?php ShowQues($i); $i++; ?></td></tr>
<tr><td style="border-bottom:1px solid black">
Do you understand CPD?			
</td><td style="border-bottom:1px solid black"><?php ShowQues($i); $i++; ?></td></tr>
<tr><td style="border-bottom:1px solid black" colspan="2"><p><b>CESA/SABTACO Administration</b></p></td></tr>
<tr><td style="border-bottom:1px solid black">
Does the administration assist when you call/email?			
</td><td style="border-bottom:1px solid black"><?php ShowQues($i); $i++; ?></td></tr>
<tr><td style="border-bottom:1px solid black">
Do you read the messages from administration on the MentAnet?			
</td><td style="border-bottom:1px solid black"><?php ShowQues($i); $i++; ?></td></tr>
<tr><td style="border-bottom:1px solid black">
Are the messages clear and useful?			
</td><td style="border-bottom:1px solid black"><?php ShowQues($i); $i++; ?></td></tr>
<tr><td style="border-bottom:1px solid black" colspan="2"><p><b>Company HR</b></p></td></tr>
<tr><td style="border-bottom:1px solid black">
Do HR provide you with resources & support as required?			
</td><td style="border-bottom:1px solid black"><?php ShowQues($i); $i++; ?></td></tr>
<tr><td style="border-bottom:1px solid black">
Does HR respond to needs communicated by the mentor?			
</td><td style="border-bottom:1px solid black"><?php ShowQues($i); $i++; ?></td></tr>
<tr><td style="border-bottom:1px solid black">
Have you been rotated to another department?
</td><td style="border-bottom:1px solid black"><?php ShowQues($i); $i++; ?></td></tr>
<tr><td style="border-bottom:1px solid black" colspan="2"><p><b>Mentor</b></p></td></tr>
<tr><td style="border-bottom:1px solid black">
Do you meet your mentor monthly?			
</td><td style="border-bottom:1px solid black"><?php ShowQues($i); $i++; ?></td></tr>
<tr><td style="border-bottom:1px solid black">
Is your mentor based at your office?			
</td><td style="border-bottom:1px solid black"><?php ShowQues($i); $i++; ?></td></tr>
<tr><td style="border-bottom:1px solid black">
Do you require support from an external mentor?			
</td><td style="border-bottom:1px solid black"><?php ShowQues($i); $i++; ?></td></tr>
<tr><td style="border-bottom:1px solid black">
Are the quarterly assessments provided by the mentor useful?			
</td><td style="border-bottom:1px solid black"><?php ShowQues($i); $i++; ?></td></tr>
<tr><td style="border-bottom:1px solid black" colspan="2"><p><b>Supervisor</b></p></td></tr>
<tr><td style="border-bottom:1px solid black">
Does your supervisor coach you on project related content?			
</td><td style="border-bottom:1px solid black"><?php ShowQues($i); $i++; ?></td></tr>
<tr><td style="border-bottom:1px solid black">
Do you require an external supervisor on discipline specific content?			
</td><td style="border-bottom:1px solid black"><?php ShowQues($i); $i++; ?></td></tr>
<tr><td style="border-bottom:1px solid black">
Do your mentor &amp; supervisor (if different persons) meet quarterly to discuss your progress?
</td><td style="border-bottom:1px solid black"><?php ShowQues($i); $i++; ?></td></tr>
<tr><td style="border-bottom:1px solid black" colspan="2"><p><b>Courses</b></p></td></tr>
<tr><td style="border-bottom:1px solid black">
Are the supplementary courses you attended useful?			
</td><td style="border-bottom:1px solid black"><?php ShowQues($i); $i++; ?></td></tr>
<tr><td style="border-bottom:1px solid black">
Have you attended at least 6 courses (internal/external)?			
</td><td style="border-bottom:1px solid black"><?php ShowQues($i); $i++; ?></td></tr>
<tr><td style="border-bottom:1px solid black" colspan="2"><p><b>Comments</b></p></td></tr>
<tr><td style="border-bottom:1px solid black">
Other topics for guidelines:
</td><td style="border-bottom:1px solid black"><textarea rows="4" cols="20" name="comments1"><?php echo $_REQUEST["comments1"]; ?></textarea></td></tr>
<tr><td style="border-bottom:1px solid black">
What is your biggest challenge?
</td><td style="border-bottom:1px solid black"><textarea rows="4" cols="20" name="comments2"><?php echo $_REQUEST["comments2"]; ?></textarea></td></tr>
<tr><td style="border-bottom:1px solid black">
How has the programme assisted you most?
</td><td style="border-bottom:1px solid black"><textarea rows="4" cols="20" name="comments3"><?php echo $_REQUEST["comments3"]; ?></textarea></td></tr>
<tr><td style="border-bottom:1px solid black">
Other comments:
</td><td style="border-bottom:1px solid black"><textarea rows="4" cols="20" name="comments4"><?php echo $_REQUEST["comments4"]; ?></textarea></td></tr>
<tr><td colspan="2" align="center"><input type="submit"></td></tr>
</table>
</form>
<?php
}
?>
</div>
<?php include("inc_footer.php"); ?>
<!-- end #container --></div>
</body>
</html>