.*", file_get_contents ("headerfooter.html")); print $headfoot [0]; if (isset ($_POST['submit'])) { if (isset ($_POST['UID']) and $_POST['UID'] !== "" and isset ($_POST['name']) and $_POST['name'] !== "") { $individual_file = $individual_dir . $_POST['UID'] . ".txt"; $individual_response = date ("m/d/Y - H:i") . "\n{$_POST['name']}\nUID:{$_POST['UID']}\nGrad: {$_POST['Grad_Month']}, {$_POST['Grad_Year']}\n\n" . "-- Employment\nOrganization: {$_POST['employment_name']}\nTitle: {$_POST['title']}\nSalary: {$_POST['salary']}\n\n" . "-- Education\nUniversity: {$_POST['university']}\nDegree: {$_POST['degree']}\nProgram of Study: {$_POST['study']}\n\n-- Other\nTravel Plans:\n" . wordwrap ($_POST['travel'], 80) . "\n\nFamily Plans\n" . wordwrap ($_POST['family'], 80) . "\n\n-- Feedback\nExperience in CS Dept:\n" . wordwrap ($_POST['experience'], 80) . "\n\nHelp with job/graduate program\n" . wordwrap ($_POST['helped'], 80) . "\n\nComments:\n" . wordwrap ($_POST['comments'], 80). "\n\n"; $general_response = "-------------------\n". date ("m/d/Y, H:i") . "\n{$_POST['name']}\nUID:{$_POST['UID']}\nGrad: {$_POST['Grad_Month']}, {$_POST['Grad_Year']}\n"; $employment_response = "----------------------------\n" . date ("m/d/Y, H:i") . " - {$_POST['UID']}\nOrganization: {$_POST['employment_name']}\nTitle: {$_POST['title']}\n" ."Salary: {$_POST['salary']}\n"; $education_response = "----------------------------\n" . date ("m/d/Y, H:i") . " - {$_POST['UID']}\nUniversity: {$_POST['university']}\nDegree: {$_POST['degree']}\n" ."Program of Study: {$_POST['study']}\n"; $other_response = "----------------------------\n" . date ("m/d/Y, H:i") . " - {$_POST['UID']}\nTravel Plans:\n" . wordwrap ($_POST['travel'], 80) . "\n\nFamily Plans\n" . wordwrap ($_POST['family'], 80) . "\n"; $feedback_response = "----------------------------\n" . date ("m/d/Y, H:i") . " - {$_POST['UID']}\nExperience in CS Dept:\n" . wordwrap ($_POST['experience'], 80) . "\n\nHelp with job/graduate program\n" . wordwrap ($_POST['helped'], 80) . "\n\nComments:\n" . wordwrap ($_POST['comments'], 80). "\n"; file_put_contents ($general_file, $general_response, FILE_APPEND); chmod ($general_file, 0775); file_put_contents ($employment_file, $employment_response, FILE_APPEND); chmod ($employment_file, 0775); file_put_contents ($education_file, $education_response, FILE_APPEND); chmod ($education_file, 0775); file_put_contents ($other_file, $other_response, FILE_APPEND); chmod ($other_file, 0775); file_put_contents ($feedback_file, $feedback_response, FILE_APPEND); chmod ($feedback_file, 0775); file_put_contents ($individual_file, $individual_response, FILE_APPEND); chmod ($individual_file, 0775); ?> Senior Questionnaire

Thank you for answering the questionnaire.

Please enter your student ID and name.

Senior Questionnaire

General

Graduation Date:
Name:
University ID:

Employment (If you have secured a job or internship)

Organization Name:
Title or Position:
Salary:

Education (If pursuing an advanced degree)

University:
Type of Degree:
Program of Study:

Other

Travel Plans:
Family Plans:

Feedback

Describe your overall experience in the Computer Science Department.
How has the program here helped you secure a job/internship or get admitted to a graduate program?
Do you have any final comments, criticisms, or suggestions?