/* get all of the meetings that are currently set */
/* header for all employee files which prevents unauthorized access */
$student_id = $HTTP_COOKIE_VARS["StudentAlumni"];
if($student_id == "") exit("");
$username="iwtsgnf_bobcaspe";
$password="tet8Bimf";
$database="iwtsgnf_";
mysql_connect(localhost,$username,$password);
@mysql_select_db($database) or die( "Unable to select database");
$query = "SELECT * FROM students WHERE `student_id`=$student_id";
$result = mysql_query($query);
$user_first_name = mysql_result($result,0,"first_name");
$user_last_name = mysql_result($result,0,"last_name");
$team_id = mysql_result($result,0,"team_id");
if($team_id==0) $team_name = "Undefined";
if($team_id<>0) {
$query = "SELECT * FROM student_teams WHERE `team_id` = $team_id";
$result2 = mysql_query($query);
$team_name = mysql_result($result2,0,"team_name");
}
?>
If you're not echo "$user_first_name " ?> please logout
Directions
It’s time to do grading for the semester and I have found that it is helpful if there is some objective measure that quantifies the quality of work done by class members. In the spirit of getting this done fairly I use a process of self evaluation which I allow to bias my own grade assessments. I do this by providing to you the detailed and objective guidance found to the left so that it can be done most fairly.
Please fill in the form and submit it within the next few days from when you are notified at the end of the semester.
Make sure that you select a grade for every row.
The colored entries are especially important. Please be extra careful with these.
note 1 - Some businesses will not be required to create a Campaign P&L but will instead require a Business P&L. See the instructor to understand which your team will need to create.
Use the Additional Comments box if you believe that there are other circumstances that should affect your grade that are not included in the grade form.
If you make an error, simply re-submit and your last submission will be used.