<%@LANGUAGE="JAVASCRIPT"%> <% // *** Edit Operations: declare variables // set the form action variable var MM_editAction = Request.ServerVariables("URL"); if (Request.QueryString) { MM_editAction += "?" + Request.QueryString; } // boolean to abort record edit var MM_abortEdit = false; // query string to execute var MM_editQuery = ""; %> <% // *** Insert Record: set variables if (String(Request("MM_insert")) != "undefined") { var MM_editConnection = MM_Data_STRING; var MM_editTable = "datatable"; var MM_editRedirectUrl = ""; var MM_fieldsStr = "id|value|Manage|value|InductionNeeded|value|inductdetails|value|HowImportant|value|InvolvedotherStaff|value|InvolvedHead|value|InvolvedPersonnel|value|InvolvedNewStaff|value|involvedmostimportant|value|mentor|value|quick01|value|quick24|value|quick48|value|quickother|value|mostimportant|value|bestworst|value|comments|value|email|value"; var MM_columnsStr = "id|none,none,NULL|Manage|none,1,0|InductionNeeded|none,1,0|inductdetails|',none,''|HowImportant|',none,''|InvolvedotherStaff|none,1,0|InvolvedHead|none,1,0|InvolvedPersonnel|none,1,0|InvolvedNewStaff|none,1,0|involvedmostimportant|',none,''|mentor|none,1,0|quick01|none,1,0|quick24|none,1,0|quick48|none,1,0|quickother|',none,''|mostimportant|',none,''|bestworst|',none,''|comments|',none,''|email|',none,''"; // create the MM_fields and MM_columns arrays var MM_fields = MM_fieldsStr.split("|"); var MM_columns = MM_columnsStr.split("|"); // set the form values for (var i=0; i+1 < MM_fields.length; i+=2) { MM_fields[i+1] = String(Request.Form(MM_fields[i])); } // append the query string to the redirect URL if (MM_editRedirectUrl && Request.QueryString && Request.QueryString.length > 0) { MM_editRedirectUrl += ((MM_editRedirectUrl.indexOf('?') == -1)?"?":"&") + Request.QueryString; } } %> <% // *** Insert Record: construct a sql insert statement and execute it if (String(Request("MM_insert")) != "undefined") { // create the sql insert statement var MM_tableValues = "", MM_dbValues = ""; for (var i=0; i+1 < MM_fields.length; i+=2) { var formVal = MM_fields[i+1]; var MM_typesArray = MM_columns[i+1].split(","); var delim = (MM_typesArray[0] != "none") ? MM_typesArray[0] : ""; var altVal = (MM_typesArray[1] != "none") ? MM_typesArray[1] : ""; var emptyVal = (MM_typesArray[2] != "none") ? MM_typesArray[2] : ""; if (formVal == "" || formVal == "undefined") { formVal = emptyVal; } else { if (altVal != "") { formVal = altVal; } else if (delim == "'") { // escape quotes formVal = "'" + formVal.replace(/'/g,"''") + "'"; } else { formVal = delim + formVal + delim; } } MM_tableValues += ((i != 0) ? "," : "") + MM_columns[i]; MM_dbValues += ((i != 0) ? "," : "") + formVal; } MM_editQuery = "insert into " + MM_editTable + " (" + MM_tableValues + ") values (" + MM_dbValues + ")"; if (!MM_abortEdit) { // execute the insert var MM_editCmd = Server.CreateObject('ADODB.Command'); MM_editCmd.ActiveConnection = MM_editConnection; MM_editCmd.CommandText = MM_editQuery; MM_editCmd.Execute(); MM_editCmd.ActiveConnection.Close(); if (MM_editRedirectUrl) { Response.Redirect(MM_editRedirectUrl); } } } %> Untitled Document

Engineering & Design Service - Induction Survey.

I have been asked to investigate your views on the EDS induction process. As some of you are probably aware,
Charlotte meneely and I have been looking at the current
induction process to see if it can be improved. This also happens to tie in nicely with a project I am
working on whilst studying for my Certificate in Personnel Practice.

We are looking at the whole induction process. What we currently do.
Can we improve on it? What do you, the staff in EDS, think is important in induction?

I need to gather some views from people who work in the department. Some of you will have only recently joined the department,
others may have been here for quite a while. Even so, all views and opinions would be most appreciated.

I have chosen this electronic format as, hopefully, it is less intrusive than a paper-based survey,
it should also be quicker to complete and will be les

In your current role, do you manage other people?

Do new staff need any kind of induction?:


If "no" please add details

How important do you feel induction is to new staff?

Who should be involved with induction?

Other staff in section
Head of section
Personnel
New staff themselves
Of The Above, who is most important to the new starter during induction?

Do you think another member of staff (within the section) should be nominated to assist with minor enquiries in the induction period?

How quickly should new staff complete their induction?:

0-1 weeks
2-4 weeks
4-8weeks
Other, please detail below

From you own experience of induction, what do you feel is the most important part of a new member of staff's induction to the EDS?

Have you experienced induction in any organisation apart from EDS? If so what was the best and worst thing about it?

Do you have any further comments you would like to add?

Thank you for taking the time to assist me by completing this form. if you would like the results forwarded to you, please put an email address in the following box. (It will not be included in the data, which will remain anonymous, and once the results are sent, it will be deleted from my system)