// question list for community emergency program review
// Brad Judson
//August 27 2005 10:50 

//create question array: fontStyle, sectionNum, questionNum, question, possScore, actScore, notes
//set the actScore to "" for 'section's because of the summation algorithm
	var review = new Array(numQuestions);		
	for (i=0; i <numQuestions; i++){			
		review[i]=new Array(7);	//7 parameters for each question
	}
	//load question list and parameters
	review[0][0] = "section";
	review[0][1] = "1";
	review[0][2] = "&nbsp";
	review[0][3] = "Emergency Program & Legislative Requirements";
	review[0][4] = "800";
	review[0][5] = "";
	review[0][6] = "The disaster/emergency management and business continuity community is comprised of many different entities including government, at federal, provincial, and local levels\; business and industry\; non-government organizations, and individual citizens.  Each of these entities has its own focus, unique missions and responsibilities, varied resources and capabilities, and operating principles and procedures.  Each can have its own definition of an emergency or disaster.  Some of the definitions include:<BR><OL><LI>An occurrence or imminent threat to the entity of wide-spread or severe damage, injury, or loss of life or property resulting from natural or human causes.</LI><LI>An emergency that is beyond the normal response resources of the entity and would require the response of outside resources and assistance for recovery.</LI><LI>A suddenly occurring or unstoppable developing event that; a) claims loss of life, suffering, loss of valuables, or damage to the environment. b) overwhelms local resources or efforts. c) has a long-term impact on social or natural life that is always negative in the beginning.</LI></OL>";

review[1][0] = "ptsclevel";
review[1][1] = "";
review[1][2] = "";
review[1][3] = "ESSENTIAL PROGRAM";
review[1][4] = "";
review[1][5] = "";
review[1][6] = "&nbsp";
review[2][0] = "question";
review[2][1] = "1";
review[2][2] = "1";
review[2][3] = "Has the community passed a bylaw(s) authorizing the development of an emergency program?";
review[2][4] = "45";
review[2][5] = "45";
review[2][6] = "An emergency program must have the support of the community and that support must take the form of a by-law authorizing the establishment of the program.  There are two reasons for this. First, the by-law provides the legal basis for the emergency program. Second, the support of the community is essential to effective emergency preparedness, and it is important to publicly demonstrate that support.";
review[3][0] = "question";
review[3][1] = "1";
review[3][2] = "2";
review[3][3] = "Does the bylaw include the authority to appoint an Executive Committee of Council comprised of two or more elected officials?";
review[3][4] = "25";
review[3][5] = "25";
review[3][6] = "&nbsp";
review[4][0] = "question";
review[4][1] = "1";
review[4][2] = "3";
review[4][3] = "Has an Executive Committee of Council been appointed?";
review[4][4] = "25";
review[4][5] = "25";
review[4][6] = "&nbsp";
review[5][0] = "question";
review[5][1] = "1";
review[5][2] = "4";
review[5][3] = "Does the bylaw include the authority to appoint an Emergency Planning Committee?";
review[5][4] = "25";
review[5][5] = "25";
review[5][6] = "&nbsp";
review[6][0] = "question";
review[6][1] = "1";
review[6][2] = "5";
review[6][3] = "Has an Emergency Planning Committee been appointed?";
review[6][4] = "25";
review[6][5] = "25";
review[6][6] = "Developing an emergency management organization is a complex business and it cannot be the work of a single individual. No single individual has all of the information required to develop an effective emergency program, and effective emergency planning will require close cooperation between a number of agencies.";
review[7][0] = "question";
review[7][1] = "1";
review[7][2] = "6";
review[7][3] = "Does the bylaw include the authority to appoint an Emergency Coordinator?";
review[7][4] = "25";
review[7][5] = "25";
review[7][6] = "Once the by-law is passed, an Emergency Coordinator needs to be appointed. The chosen individual should possess sound knowledge of the community\'s resource facilities and agencies.";
review[8][0] = "question";
review[8][1] = "1";
review[8][2] = "7";
review[8][3] = "Has an Emergency Coordinator been appointed?";
review[8][4] = "25";
review[8][5] = "25";
review[8][6] = "The emergency coordinator shall be appointed and shall be authorized to administer and keep current the program in consultation with the Disaster or Emergency Management Committee. ";
review[9][0] = "question";
review[9][1] = "1";
review[9][2] = "8";
review[9][3] = "Have the duties of the Emergency coordinator been clearly established or set out in the bylaw or plan?";
review[9][4] = "25";
review[9][5] = "25";
review[9][6] = "Copy duties from pro-forma";
review[10][0] = "question";
review[10][1] = "1";
review[10][2] = "9";
review[10][3] = "Has the coordinator been provided with the appropriate level of authority or decision making ability?";
review[10][4] = "25";
review[10][5] = "25";
review[10][6] = "&nbsp";
review[11][0] = "question";
review[11][1] = "1";
review[11][2] = "10";
review[11][3] = "Does the bylaw allow for the allocation of financial support for extraordinary expenses incurred during emergency conditions?";
review[11][4] = "25";
review[11][5] = "25";
review[11][6] = "&nbsp";
review[12][0] = "ptsclevel";
review[12][1] = "";
review[12][2] = "";
review[12][3] = "ENHANCED PROGRAM";
review[12][4] = "";
review[12][5] = "";
review[12][6] = "&nbsp";
review[13][0] = "multiquestion";
review[13][1] = "1";
review[13][2] = "11";
review[13][3] = "Does the organization have a clear, written Emergency Program Overview containing the following five (5) key elements?";
review[13][4] = "";
review[13][5] = "";
review[13][6] = "&nbsp";
review[14][0] = "question";
review[14][1] = "1";
review[14][2] = "11";
review[14][3] = "&nbsp&nbsp&nbsp&nbsp&nbsp1. Enabling authority, applicable legislation, regulations, and industry codes of practice.";
review[14][4] = "30";
review[14][5] = "30";
review[14][6] = "&nbsp";
review[15][0] = "question";
review[15][1] = "1";
review[15][2] = "11";
review[15][3] = "&nbsp&nbsp&nbsp&nbsp&nbsp2. Scope, guiding principals, mission statement, goals, objectives, strategies, and action plans.";
review[15][4] = "30";
review[15][5] = "30";
review[15][6] = "&nbsp";
review[16][0] = "question";
review[16][1] = "1";
review[16][2] = "11";
review[16][3] = "&nbsp&nbsp&nbsp&nbsp&nbsp3. Management policies and procedures.";
review[16][4] = "30";
review[16][5] = "30";
review[16][6] = "&nbsp";
review[17][0] = "question";
review[17][1] = "1";
review[17][2] = "11";
review[17][3] = "&nbsp&nbsp&nbsp&nbsp&nbsp4. Key definitions and references to standard operating procedures.";
review[17][4] = "30";
review[17][5] = "30";
review[17][6] = "&nbsp";
review[18][0] = "question";
review[18][1] = "1";
review[18][2] = "11";
review[18][3] = "&nbsp&nbsp&nbsp&nbsp&nbsp5. Strategic Plan with a program budget, action plans and management and implementation schedules.";
review[18][4] = "30";
review[18][5] = "30";
review[18][6] = "&nbsp";
review[19][0] = "question";
review[19][1] = "1";
review[19][2] = "12";
review[19][3] = "Do individuals responsible for the Emergency Management Program have access to, and understand \"key\" definitions and Standard Operating Procedures used throughout the program?";
review[19][4] = "60";
review[19][5] = "60";
review[19][6] = "&nbsp";
review[20][0] = "question";
review[20][1] = "1";
review[20][2] = "13";
review[20][3] = "Has council or board committed to providing policy guidance and direction to your local emergency management organization?";
review[20][4] = "55";
review[20][5] = "55";
review[20][6] = "&nbsp";
review[21][0] = "ptsclevel";
review[21][1] = "";
review[21][2] = "";
review[21][3] = "COMPREHENSIVE PROGRAM";
review[21][4] = "";
review[21][5] = "";
review[21][6] = "&nbsp";
review[22][0] = "question";
review[22][1] = "1";
review[22][2] = "14";
review[22][3] = "Is the coordinator employed full-time as the coordinator?";
review[22][4] = "265";
review[22][5] = "265";
review[22][6] = "&nbsp";
review[23][0] = "section";
review[23][1] = "2";
review[23][2] = "&nbsp";
review[23][3] = "Hazard, Risk and Vulnerability Analysis";
review[23][4] = "800";
review[23][5] = "";
review[23][6] = "The purpose of Hazard, Risk and Vulnerability Analysis (HRVA) is to help a community make risk-based choices to address vulnerabilities, mitigate hazards and prepare for response to and recovery from hazard events. The use of HRVA will help make positive changes and additions to your local emergency program.";
review[24][0] = "ptsclevel";
review[24][1] = "";
review[24][2] = "";
review[24][3] = "ESSENTIAL PROGRAM";
review[24][4] = "";
review[24][5] = "";
review[24][6] = "&nbsp";
review[25][0] = "question";
review[25][1] = "2";
review[25][2] = "1";
review[25][3] = "Has the Emergency Management Committee completed an on-line Hazard, Risk and Vulnerability Analysis (HRVA) and contacted hazard experts for guidance on ranking hazard likelhood?";
review[25][4] = "135";
review[25][5] = "135";
review[25][6] = "The online HRVA application is located at <A HREF=\"http://www.pep.bc.ca/hrva/hazard.html\">http://www.pep.bc.ca/hrva/hazard.html</A>";
review[26][0] = "question";
review[26][1] = "2";
review[26][2] = "2";
review[26][3] = "Have the results of the HRVA been used to improve the emergency program?";
review[26][4] = "135";
review[26][5] = "135";
review[26][6] = "The online HRVA application is located at <A HREF=\"http://www.pep.bc.ca/hrva/hazard.html\">http://www.pep.bc.ca/hrva/hazard.html</A>";
review[27][0] = "ptsclevel";
review[27][1] = "";
review[27][2] = "";
review[27][3] = "ENHANCED PROGRAM";
review[27][4] = "";
review[27][5] = "";
review[27][6] = "&nbsp";
review[28][0] = "question";
review[28][1] = "2";
review[28][2] = "2";
review[28][3] = "Has an HRVA advisory committee been established in the community that is supported by the Executive Committee?";
review[28][4] = "35";
review[28][5] = "35";
review[28][6] = "An HRVA committee chair must obtain the commitment of the Executive Committee, acquire a copy of the HRVA Tool Kit, become familiar with the HRVA process and lead a voluntary HRVA advisory committee.";
review[29][0] = "question";
review[29][1] = "2";
review[29][2] = "3";
review[29][3] = "Has an HRVA advisory committee completed a Hazard, Risk and Vulnerability Analysis (HRVA) using the HRVA Tool Kit?";
review[29][4] = "50";
review[29][5] = "50";
review[29][6] = "The HRVA Tool Kit is located at <A HREF=\"http://www.pep.bc.ca/hrva/toolkit.pdf\">http://www.pep.bc.ca/hrva/toolkit.pdf</A>";
review[30][0] = "multiquestion";
review[30][1] = "2";
review[30][2] = "4";
review[30][3] = "Have each of the following steps in the HRVA Tool Kit been completed:";
review[30][4] = "";
review[30][5] = "";
review[30][6] = "&nbsp";
review[31][0] = "question";
review[31][1] = "2";
review[31][2] = "4";
review[31][3] = "&nbsp&nbsp&nbsp&nbsp&nbsp1. Created a workplan and schedule?";
review[31][4] = "20";
review[31][5] = "20";
review[31][6] = "&nbsp";
review[32][0] = "question";
review[32][1] = "2";
review[32][2] = "4";
review[32][3] = "&nbsp&nbsp&nbsp&nbsp&nbsp2. Completed HRVA training of the advisory committee?";
review[32][4] = "20";
review[32][5] = "20";
review[32][6] = "&nbsp";
review[33][0] = "question";
review[33][1] = "2";
review[33][2] = "4";
review[33][3] = "&nbsp&nbsp&nbsp&nbsp&nbsp3. Gathered risk information and hazard maps and provided a progress report to the Executive Committee?";
review[33][4] = "20";
review[33][5] = "20";
review[33][6] = "&nbsp";
review[34][0] = "question";
review[34][1] = "2";
review[34][2] = "4";
review[34][3] = "&nbsp&nbsp&nbsp&nbsp&nbsp4. Identified existing hazards, vulnerabilities, response capability, developed hazard scenarios and provided a progress report to the Executive Committee?";
review[34][4] = "20";
review[34][5] = "20";
review[34][6] = "&nbsp";
review[35][0] = "question";
review[35][1] = "2";
review[35][2] = "4";
review[35][3] = "&nbsp&nbsp&nbsp&nbsp&nbsp5. Addressed the possibility of the simultaneous occurrence of different types of emergencies?";
review[35][4] = "20";
review[35][5] = "20";
review[35][6] = "&nbsp";
review[36][0] = "question";
review[36][1] = "2";
review[36][2] = "4";
review[36][3] = "&nbsp&nbsp&nbsp&nbsp&nbsp6. Ranked the hazard scenarios, identified possible risk reduction measures and provided a progress report to the Executive Committee?";
review[36][4] = "20";
review[36][5] = "20";
review[36][6] = "&nbsp";
review[37][0] = "question";
review[37][1] = "2";
review[37][2] = "4";
review[37][3] = "&nbsp&nbsp&nbsp&nbsp&nbsp7. Evaluated the risk profile, risk reduction measures and draft action items; and provided a progress report to the Executive Committee?";
review[37][4] = "20";
review[37][5] = "20";
review[37][6] = "&nbsp";
review[38][0] = "question";
review[38][1] = "2";
review[38][2] = "4";
review[38][3] = "&nbsp&nbsp&nbsp&nbsp&nbsp8. Developed a public consultation plan?";
review[38][4] = "20";
review[38][5] = "20";
review[38][6] = "&nbsp";
review[39][0] = "question";
review[39][1] = "2";
review[39][2] = "4";
review[39][3] = "&nbsp&nbsp&nbsp&nbsp&nbsp9. Finalized action plans for inclusion in the Strategic Plan?";
review[39][4] = "20";
review[39][5] = "20";
review[39][6] = "Action plans should be reviewed by the Emergency Management Committee, presented to the Executive Committee for approval and included in the Strategic Plan.";
review[40][0] = "ptsclevel";
review[40][1] = "";
review[40][2] = "";
review[40][3] = "COMPREHENSIVE PROGRAM";
review[40][4] = "";
review[40][5] = "";
review[40][6] = "&nbsp";
review[41][0] = "question";
review[41][1] = "2";
review[41][2] = "5";
review[41][3] = "Is the HRVA updated annually and whenever there is a change in the hazards and risks in the community?";
review[41][4] = "265";
review[41][5] = "265";
review[41][6] = "&nbsp";
review[42][0] = "section";
review[42][1] = "3";
review[42][2] = "&nbsp";
review[42][3] = "Risk Mitigation";
review[42][4] = "800";
review[42][5] = "";
review[42][6] = "While not required by legislation, the community should implement a strategy of risk reduction.  This should include measures to reduce the impact of a hazardous event, and where possible, reduce the likelihood of the event occurring.  The mitigation strategy should be based on the results of a hazard, risk and vulnerability analysis, operational experience and cost-benefit analysis.";
review[43][0] = "ptsclevel";
review[43][1] = "";
review[43][2] = "";
review[43][3] = "ESSENTIAL PROGRAM";
review[43][4] = "";
review[43][5] = "";
review[43][6] = "&nbsp";
review[44][0] = "question";
review[44][1] = "3";
review[44][2] = "1";
review[44][3] = "Are the emergency program elements and scope of the program determined by the Hazard, Risk and Vulnerability Analysis?";
review[44][4] = "60";
review[44][5] = "60";
review[44][6] = "&nbsp";
review[45][0] = "question";
review[45][1] = "3";
review[45][2] = "2";
review[45][3] = "Have the results of the Hazard, Risk and Vulnerability Analysis been shared with the community to increase awareness and preparedness to help with risk reduction?";
review[45][4] = "70";
review[45][5] = "70";
review[45][6] = "The HRVA should be shared with the community to both increase hazard awareness and include public input to help prioritise mitigation efforts.";
review[46][0] = "question";
review[46][1] = "3";
review[46][2] = "3";
review[46][3] = "Have risk reduction action items been created based upon a Hazard, Risk and Vulnerability Analysis?";
review[46][4] = "70";
review[46][5] = "70";
review[46][6] = "&nbsp";
review[47][0] = "question";
review[47][1] = "3";
review[47][2] = "4";
review[47][3] = "Have steps been taken to remove, reduce in size or eliminate hazards such as avoidance through appropriate land use practices or designation of dangerous goods routes to segregate the hazard from people, property or environment?";
review[47][4] = "70";
review[47][5] = "70";
review[47][6] = "&nbsp";
review[48][0] = "ptsclevel";
review[48][1] = "";
review[48][2] = "";
review[48][3] = "ENHANCED PROGRAM";
review[48][4] = "";
review[48][5] = "";
review[48][6] = "&nbsp";
review[49][0] = "question";
review[49][1] = "3";
review[49][2] = "5";
review[49][3] = "Have identified risk reduction action items been 1. prioritized based upon the legal requirements, degree of risk control, cost and secondary benefits; and 2. formed part of an implementation schedule?";
review[49][4] = "175";
review[49][5] = "175";
review[49][6] = "&nbsp";
review[50][0] = "question";
review[50][1] = "3";
review[50][2] = "6";
review[50][3] = "Are appropriate building construction standards used and structures at risk relocated or retrofitted?";
review[50][4] = "30";
review[50][5] = "30";
review[50][6] = "&nbsp";
review[51][0] = "question";
review[51][1] = "3";
review[51][2] = "7";
review[51][3] = "Are hazard warning, communication and evacuation capability and procedures established?";
review[51][4] = "30";
review[51][5] = "30";
review[51][6] = "&nbsp";
review[52][0] = "question";
review[52][1] = "3";
review[52][2] = "8";
review[52][3] = "Have controls been implemented to modify the exposure to the hazard?";
review[52][4] = "30";
review[52][5] = "30";
review[52][6] = "&nbsp";
review[53][0] = "ptsclevel";
review[53][1] = "";
review[53][2] = "";
review[53][3] = "COMPREHENSIVE PROGRAM";
review[53][4] = "";
review[53][5] = "";
review[53][6] = "&nbsp";
review[54][0] = "question";
review[54][1] = "3";
review[54][2] = "9";
review[54][3] = "Does the community have a mitigation strategy in place to reduce the risk from identified hazards, and address vulnerabilities and HRVA action items including plans for the preparation for, response to, and recovery from emergencies and disasters?";
review[54][4] = "200";
review[54][5] = "200";
review[54][6] = "&nbsp";
review[55][0] = "question";
review[55][1] = "3";
review[55][2] = "10";
review[55][3] = "Have protective systems or equipment been acquired or has redundancy of critical systems been established?";
review[55][4] = "65";
review[55][5] = "65";
review[55][6] = "&nbsp";
review[56][0] = "section";
review[56][1] = "4";
review[56][2] = "";
review[56][3] = "Preparedness<BR><i> - Training/Drills/Exercises</i>";
review[56][4] = "800";
review[56][5] = "";
review[56][6] = "&nbsp";
review[57][0] = "ptsclevel";
review[57][1] = "";
review[57][2] = "";
review[57][3] = "ESSENTIAL PROGRAM";
review[57][4] = "";
review[57][5] = "";
review[57][6] = "&nbsp";
review[58][0] = "question";
review[58][1] = "4";
review[58][2] = "1";
review[58][3] = "Is annual training conducted for emergency management staff, emergency social services and other volunteer organizations and emergency operations centre staff?";
review[58][4] = "100";
review[58][5] = "100";
review[58][6] = "&nbsp";
review[59][0] = "question";
review[59][1] = "4";
review[59][2] = "2";
review[59][3] = "Is an annual exercise conducted to evalulate emergency response and recovery plans?";
review[59][4] = "100";
review[59][5] = "100";
review[59][6] = "&nbsp";
review[60][0] = "question";
review[60][1] = "4";
review[60][2] = "3";
review[60][3] = "Does the communty have an emergency preparedness awareness program?";
review[60][4] = "70";
review[60][5] = "70";
review[60][6] = "&nbsp";
review[61][0] = "ptsclevel";
review[61][1] = "";
review[61][2] = "";
review[61][3] = "ENHANCED PROGRAM";
review[61][4] = "";
review[61][5] = "";
review[61][6] = "&nbsp";
review[62][0] = "question";
review[62][1] = "4";
review[62][2] = "4";
review[62][3] = "Does an overall training and exercise schedule exist, from orientation seminars to full-scale exercises?";
review[62][4] = "30";
review[62][5] = "30";
review[62][6] = "The frequency and scope of the training should be outlined in the Local Authority Emergency Program Guide.";
review[63][0] = "question";
review[63][1] = "4";
review[63][2] = "5";
review[63][3] = "Do all key members of the emergency management and operations staff and volunteers attend regular emergency management training/drills, and participate in regular exercises with agency and business reps, e.g., participation by industries that manage hazards and businesses that maintain critical infrastructure?";
review[63][4] = "55";
review[63][5] = "55";
review[63][6] = "&nbsp";
review[64][0] = "question";
review[64][1] = "4";
review[64][2] = "6";
review[64][3] = "Has the setup and operation of the EOC(s) been exercised and have provisions been made and responsibility established for maintaining the EOC(s) in a state of readiness?";
review[64][4] = "30";
review[64][5] = "30";
review[64][6] = "&nbsp";
review[65][0] = "question";
review[65][1] = "4";
review[65][2] = "7";
review[65][3] = "Does a system exist for evaluating the effectiveness of training, drills, exercises and response to emergencies?";
review[65][4] = "30";
review[65][5] = "30";
review[65][6] = "Program plans, procedures and capabilities should be evaluated through periodic reviews, testing, post-incident reports, performance evaluations, and exercises.  Exercises should be designed to test individual essential elements, interrelated elements, or the entire plan.  Response to emergency events should be debriefed, evaluated and used to improve plans and preparedness.";
review[66][0] = "question";
review[66][1] = "4";
review[66][2] = "8";
review[66][3] = "Are post-exercise and post-event debrief sessions held?";
review[66][4] = "30";
review[66][5] = "30";
review[66][6] = "&nbsp";
review[67][0] = "question";
review[67][1] = "4";
review[67][2] = "9";
review[67][3] = "Have post-exercise and post-event reports been completed with follow up actions of lessons learned?";
review[67][4] = "30";
review[67][5] = "30";
review[67][6] = "&nbsp";
review[68][0] = "question";
review[68][1] = "4";
review[68][2] = "10";
review[68][3] = "Has the community incorporated changes to the emergency program due to recommendations of lessons learned and identified through debrief sessions and post-exercise or post-event reports?";
review[68][4] = "30";
review[68][5] = "30";
review[68][6] = "Procedures should be established to ensure that corrective action is taken on any deficiency identified in the evaluation process and to revise the appropriate program plan.";
review[69][0] = "question";
review[69][1] = "4";
review[69][2] = "11";
review[69][3] = "Has the local executive council been notified of any changes to the program as a result of recommendations from debrief sessions, post-exercise or post-event reports?";
review[69][4] = "30";
review[69][5] = "30";
review[69][6] = "&nbsp";
review[70][0] = "ptsclevel";
review[70][1] = "";
review[70][2] = "";
review[70][3] = "COMPREHENSIVE PROGRAM";
review[70][4] = "";
review[70][5] = "";
review[70][6] = "&nbsp";
review[71][0] = "question";
review[71][1] = "4";
review[71][2] = "12";
review[71][3] = "Has the community developed a detailed risk-based public education program as a result of an emergency program action item?";
review[71][4] = "135";
review[71][5] = "135";
review[71][6] = "&nbsp";
review[72][0] = "question";
review[72][1] = "4";
review[72][2] = "13";
review[72][3] = "Has a community emergency management week been designated to publicize the emergency program and recognize the contribution of volunteers and all partners?";
review[72][4] = "130";
review[72][5] = "130";
review[72][6] = "&nbsp";
review[73][0] = "section";
review[73][1] = "5";
review[73][2] = "&nbsp";
review[73][3] = "Response Planning";
review[73][4] = "800";
review[73][5] = "";
review[73][6] = "&nbsp";
review[74][0] = "ptsclevel";
review[74][1] = "";
review[74][2] = "";
review[74][3] = "ESSENTIAL PROGRAM";
review[74][4] = "";
review[74][5] = "";
review[74][6] = "&nbsp";
review[75][0] = "question";
review[75][1] = "5";
review[75][2] = "1";
review[75][3] = "Has the community developed a response plan, approved by the Executive Committee and Council/Board/Band, to deal with the immediate and short-term effects of an emergency/disaster?";
review[75][4] = "60";
review[75][5] = "60";
review[75][6] = "It is preferable that the response plan be part of a combined response and recovery plan binder.";
review[76][0] = "question";
review[76][1] = "5";
review[76][2] = "2";
review[76][3] = "Has the community consulted with the Provincial Emergency Program in plan development?";
review[76][4] = "10";
review[76][5] = "10";
review[76][6] = "The Provincial Emergency Program can explain how your municipality fits into the overall emergency management picture, and what additional resources might be available. The Provincial Emergency Program staff will also assist you in developing your plan.";
review[77][0] = "multiquestion";
review[77][1] = "5";
review[77][2] = "3";
review[77][3] = "Through the response planning process, has the community considered the following:";
review[77][4] = "";
review[77][5] = "";
review[77][6] = "&nbsp";
review[78][0] = "question";
review[78][1] = "5";
review[78][2] = "3";
review[78][3] = "&nbsp&nbsp&nbsp&nbsp&nbsp1. The provision of contact numbers for the Provincial Emergency Program, to coordinate the response of provincial assistance if required.";
review[78][4] = "10";
review[78][5] = "10";
review[78][6] = "&nbsp";
review[79][0] = "question";
review[79][1] = "5";
review[79][2] = "3";
review[79][3] = "&nbsp&nbsp&nbsp&nbsp&nbsp2. Including or liaison with neighbouring first nations communities.";
review[79][4] = "10";
review[79][5] = "10";
review[79][6] = "&nbsp";
review[80][0] = "question";
review[80][1] = "5";
review[80][2] = "4";
review[80][3] = "Has the community entered into mutual aid arrangements with neighbouring communities, organizations and first nations for emergency resources or assistance of any kind?";
review[80][4] = "10";
review[80][5] = "10";
review[80][6] = "&nbsp";
review[81][0] = "multiquestion";
review[81][1] = "5";
review[81][2] = "5";
review[81][3] = "Does the response plan include the following elements:";
review[81][4] = "";
review[81][5] = "";
review[81][6] = "";
review[82][0] = "question";
review[82][1] = "5";
review[82][2] = "5";
review[82][3] = "&nbsp&nbsp&nbsp&nbsp&nbsp1. Contingency plans for potential emergencies and disasters that could affect the area for which your jurisdiction is responsible.";
review[82][4] = "10";
review[82][5] = "10";
review[82][6] = "&nbsp";
review[83][0] = "question";
review[83][1] = "5";
review[83][2] = "5";
review[83][3] = "&nbsp&nbsp&nbsp&nbsp&nbsp2. Procedures by which emergency plans are to be implemented.";
review[83][4] = "10";
review[83][5] = "10";
review[83][6] = "&nbsp";
review[84][0] = "question";
review[84][1] = "5";
review[84][2] = "5";
review[84][3] = "&nbsp&nbsp&nbsp&nbsp&nbsp3. A clear outline of who is to be called first if an event exceeds the capability of the first responders to the scene.";
review[84][4] = "10";
review[84][5] = "10";
review[84][6] = "&nbsp";
review[85][0] = "question";
review[85][1] = "5";
review[85][2] = "5";
review[85][3] = "&nbsp&nbsp&nbsp&nbsp&nbsp4. A concept of operations or Incident Command System with a clearly outlined chain of command, and guidelines for implementation, direction and control, through all levels of operation that is consistent with the BCERMS standard.";
review[85][4] = "10";
review[85][5] = "10";
review[85][6] = "&nbsp";
review[86][0] = "question";
review[86][1] = "5";
review[86][2] = "5";
review[86][3] = "&nbsp&nbsp&nbsp&nbsp&nbsp5. An evacuation policy, procedure and plan.";
review[86][4] = "10";
review[86][5] = "10";
review[86][6] = "&nbsp";
review[87][0] = "question";
review[87][1] = "5";
review[87][2] = "5";
review[87][3] = "&nbsp&nbsp&nbsp&nbsp&nbsp6. Procedures to coordinate the provision of Emergency Social Services (ESS) food, clothing, shelter, transportation and medical service to victims of emergency and disasters.";
review[87][4] = "10";
review[87][5] = "10";
review[87][6] = "&nbsp";
review[88][0] = "question";
review[88][1] = "5";
review[88][2] = "5";
review[88][3] = "&nbsp&nbsp&nbsp&nbsp&nbsp7. Procedures by which physical and financial emergency resources or assistance may be obtained.";
review[88][4] = "10";
review[88][5] = "10";
review[88][6] = "The plan should identify the procedures by which emergency resources, including personnel, equipment, facilities, and financial resources may be obtained from sources both within and out side your local jurisdiction.";
review[89][0] = "question";
review[89][1] = "5";
review[89][2] = "6";
review[89][3] = "Has the community approved and set up an Emergency Operations Centre (EOC)?";
review[89][4] = "50";
review[89][5] = "50";
review[89][6] = "&nbsp";
review[90][0] = "question";
review[90][1] = "5";
review[90][2] = "7";
review[90][3] = "Has the community identified reception centres and developed a capability to provide emergency social services?";
review[90][4] = "50";
review[90][5] = "50";
review[90][6] = "&nbsp";
review[91][0] = "ptsclevel";
review[91][1] = "";
review[91][2] = "";
review[91][3] = "ENHANCED PROGRAM";
review[91][4] = "";
review[91][5] = "";
review[91][6] = "&nbsp";
review[92][0] = "question";
review[92][1] = "5";
review[92][2] = "8";
review[92][3] = "Does the Emergency Operations Centre (EOC) utilize a concept of operations using the Incident Command System and BCERMS structure?";
review[92][4] = "30";
review[92][5] = "30";
review[92][6] = "&nbsp";
review[93][0] = "question";
review[93][1] = "5";
review[93][2] = "9";
review[93][3] = "Does the Emergency Operations Centre (EOC) use detailed standard operating procedures and have arrangements been made to provide appropriate specialist and capable auxiliary staff during an emergency?";
review[93][4] = "30";
review[93][5] = "30";
review[93][6] = "&nbsp";
review[94][0] = "question";
review[94][1] = "5";
review[94][2] = "10";
review[94][3] = "Have both an emergency alert and warning plan as well as a public information plan been prepared?";
review[94][4] = "30";
review[94][5] = "30";
review[94][6] = "&nbsp";
review[95][0] = "question";
review[95][1] = "5";
review[95][2] = "11";
review[95][3] = "Does the community have established reception centres for evacuated residents and/or to receive residents from a neighbouring community impacted by an emergency/disaster?";
review[95][4] = "30";
review[95][5] = "30";
review[95][6] = "&nbsp";
review[96][0] = "question";
review[96][1] = "5";
review[96][2] = "12";
review[96][3] = "Have provisions been made for emergency power, lighting and communications equipment in EOC(s) and all designated reception centres?";
review[96][4] = "30";
review[96][5] = "30";
review[96][6] = "&nbsp";
review[97][0] = "question";
review[97][1] = "5";
review[97][2] = "13";
review[97][3] = "Do the designated primary and alternate EOC locations provide adequate measures of protection from hazards, such as earthquakes, and have provisions been made to support continuity of operations?";
review[97][4] = "30";
review[97][5] = "30";
review[97][6] = "&nbsp";
review[98][0] = "question";
review[98][1] = "5";
review[98][2] = "14";
review[98][3] = "Has the emergency plan identified who is responsible for overall command of emergency and disaster operations in the EOC?";
review[98][4] = "30";
review[98][5] = "30";
review[98][6] = "&nbsp";
review[99][0] = "question";
review[99][1] = "5";
review[99][2] = "15";
review[99][3] = "Have provisions been made for the inspection and/or testing of critical EOC equipment/facilities on a regular basis?";
review[99][4] = "30";
review[99][5] = "30";
review[99][6] = "&nbsp";
review[100][0] = "question";
review[100][1] = "5";
review[100][2] = "16";
review[100][3] = "Have provisions been made to control access to the EOC by unauthorized personnel?";
review[100][4] = "25";
review[100][5] = "25";
review[100][6] = "&nbsp";
review[101][0] = "ptsclevel";
review[101][1] = "";
review[101][2] = "";
review[101][3] = "COMPREHENSIVE PROGRAM";
review[101][4] = "";
review[101][5] = "";
review[101][6] = "&nbsp";
review[102][0] = "question";
review[102][1] = "5";
review[102][2] = "17";
review[102][3] = "Were opportunities provided for the public to be involved in the development of the emergency response plan?";
review[102][4] = "65";
review[102][5] = "65";
review[102][6] = "&nbsp";
review[103][0] = "question";
review[103][1] = "5";
review[103][2] = "18";
review[103][3] = "Is the primary EOC built to current seismic standards and has a secondary/alternate EOC location been established should the primary EOC location become unusable?";
review[103][4] = "65";
review[103][5] = "65";
review[103][6] = "&nbsp";
review[104][0] = "question";
review[104][1] = "5";
review[104][2] = "19";
review[104][3] = "Are there secondary/alternate locations for reception centres in the event that they become unusable?";
review[104][4] = "65";
review[104][5] = "65";
review[104][6] = "&nbsp";
review[105][0] = "question";
review[105][1] = "5";
review[105][2] = "20";
review[105][3] = "Has a comprehensive community evacuation plan been developed?";
review[105][4] = "70";
review[105][5] = "70";
review[105][6] = "&nbsp";
review[106][0] = "section";
review[106][1] = "6";
review[106][2] = "0";
review[106][3] = "Recovery Planning";
review[106][4] = "800";
review[106][5] = "";
review[106][6] = "Once a recovery strategy has been chosen, a Recovery Plan should be developed and should identify the short-term and long-term priorities, processes, vital resources, acceptable time frames, and procedures for restoration of services, facilities, programs, and infrastructure.";
review[107][0] = "ptsclevel";
review[107][1] = "";
review[107][2] = "";
review[107][3] = "ESSENTIAL PROGRAM";
review[107][4] = "";
review[107][5] = "";
review[107][6] = "&nbsp";
review[108][0] = "question";
review[108][1] = "6";
review[108][2] = "1";
review[108][3] = "Has the community developed a recovery plan, approved by the Executive Committee and Council/Board/Band, to deal with the immediate and short-term effects of an emergency/disaster?";
review[108][4] = "150";
review[108][5] = "150";
review[108][6] = "It is preferable that the recovery plan be part of a combined response and recovery plan binder.";
review[109][0] = "question";
review[109][1] = "6";
review[109][2] = "2";
review[109][3] = "Does the recovery plan include a procedure to establish priorities for restoring essential services provided by the community as well as those services not provided by the community?";
review[109][4] = "120";
review[109][5] = "120";
review[109][6] = "Restoration of services such as power should be prioritized to critical facilities and infrastructure.";
review[110][0] = "ptsclevel";
review[110][1] = "";
review[110][2] = "";
review[110][3] = "ENHANCED PROGRAM";
review[110][4] = "";
review[110][5] = "";
review[110][6] = "&nbsp";
review[111][0] = "question";
review[111][1] = "6";
review[111][2] = "3";
review[111][3] = "Has the emergency program identified individuals to act as community emergency public information staff?";
review[111][4] = "265";
review[111][5] = "265";
review[111][6] = "&nbsp";
review[112][0] = "ptsclevel";
review[112][1] = "";
review[112][2] = "";
review[112][3] = "COMPREHENSIVE PROGRAM";
review[112][4] = "";
review[112][5] = "";
review[112][6] = "&nbsp";
review[113][0] = "question";
review[113][1] = "6";
review[113][2] = "4";
review[113][3] = "Does the recovery plan consider public and private business continuity?";
review[113][4] = "265";
review[113][5] = "265";
review[113][6] = "&nbsp";
review[114][0] = "section";
review[114][1] = "7";
review[114][2] = "0";
review[114][3] = "Program Evaluation";
review[114][4] = "800";
review[114][5] = "";
review[114][6] = "Although not required by legislation, a comprehensive program assessment, conducted periodically, is necessary in order to periodically determine the overall effectiveness of the program.";
review[115][0] = "ptsclevel";
review[115][1] = "";
review[115][2] = "";
review[115][3] = "ESSENTIAL PROGRAM";
review[115][4] = "";
review[115][5] = "";
review[115][6] = "&nbsp";
review[116][0] = "question";
review[116][1] = "7";
review[116][2] = "1";
review[116][3] = "Does the Management Committee conduct an annual evaluation of the local emergency program, using the CEPR or similar process, and present its findings to the Executive Committee and council/board/band?";
review[116][4] = "150";
review[116][5] = "150";
review[116][6] = "&nbsp";
review[117][0] = "question";
review[117][1] = "7";
review[117][2] = "2";
review[117][3] = "Does the Management Committee prepare an annual report to the Executive Committee and council/board/band on the level of emergency training, exercise results and preparedness for the community?";
review[117][4] = "120";
review[117][5] = "120";
review[117][6] = "&nbsp";
review[118][0] = "ptsclevel";
review[118][1] = "";
review[118][2] = "";
review[118][3] = "ENHANCED PROGRAM";
review[118][4] = "";
review[118][5] = "";
review[118][6] = "&nbsp";
review[119][0] = "question";
review[119][1] = "7";
review[119][2] = "3";
review[119][3] = "Does the Management Committee conduct an annual review of the Strategic Plan implementation schedule, objectives and action plans and report to the Executive Committee and council/board/band?";
review[119][4] = "265";
review[119][5] = "265";
review[119][6] = "&nbsp";
review[120][0] = "ptsclevel";
review[120][1] = "";
review[120][2] = "";
review[120][3] = "COMPREHENSIVE PROGRAM";
review[120][4] = "";
review[120][5] = "";
review[120][6] = "&nbsp";
review[121][0] = "question";
review[121][1] = "7";
review[121][2] = "4";
review[121][3] = "Does the community advertise on a website, in a newsletter or other means its success in achieving an essential, enhanced or comprehensive emergency program?";
review[121][4] = "115";
review[121][5] = "115";
review[121][6] = "&nbsp";
review[122][0] = "question";
review[122][1] = "7";
review[122][2] = "5";
review[122][3] = "Has the local emergency program successfully implemented action plans and reduced risk in the community?";
review[122][4] = "150";
review[122][5] = "150";
review[122][6] = "&nbsp";

