function Valid_Mark(theForm)
{
  var correct;
  var radioSelected = false;
  var a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15;
  var percent;
  for (i = 0;  i < theForm.Q1.length;  i++)
  {
    if (theForm.Q1[i].checked)
        radioSelected = true;
  }

  if (!radioSelected)
  {
    alert("Please select one of the \"Q1\" options.");
    return (false);
  }

  var radioSelected = false;
  for (i = 0;  i < theForm.Q2.length;  i++)
  {
    if (theForm.Q2[i].checked)
          radioSelected = true;
  }
  if (!radioSelected)
  {
    alert("Please select one of the \"Q2\" options.");
    return (false);
  }

  var radioSelected = false;
  for (i = 0;  i < theForm.Q3.length;  i++)
  {
    if (theForm.Q3[i].checked)
        radioSelected = true;
  }
  if (!radioSelected)
  {
    alert("Please select one of the \"Q3\" options.");
    return (false);
  }

  var radioSelected = false;
  for (i = 0;  i < theForm.Q4.length;  i++)
  {
    if (theForm.Q4[i].checked)
        radioSelected = true;
  }
  if (!radioSelected)
  {
    alert("Please select one of the \"Q4\" options.");
    return (false);
  }

  var radioSelected = false;
  for (i = 0;  i < theForm.Q5.length;  i++)
  {
    if (theForm.Q5[i].checked)
        radioSelected = true;
  }
  if (!radioSelected)
  {
    alert("Please select one of the \"Q5\" options.");
    return (false);
  }

  var radioSelected = false;
  for (i = 0;  i < theForm.Q6.length;  i++)
  {
    if (theForm.Q6[i].checked)
        radioSelected = true;
  }
  if (!radioSelected)
  {
    alert("Please select one of the \"Q6\" options.");
    return (false);
  }

  var radioSelected = false;
  for (i = 0;  i < theForm.Q7.length;  i++)
  {
    if (theForm.Q7[i].checked)
        radioSelected = true;
  }
  if (!radioSelected)
  {
    alert("Please select one of the \"Q7\" options.");
    return (false);
  }

  var radioSelected = false;
  for (i = 0;  i < theForm.Q8.length;  i++)
  {
    if (theForm.Q8[i].checked)
        radioSelected = true;
  }
  if (!radioSelected)
  {
    alert("Please select one of the \"Q8\" options.");
    return (false);
  }

  var radioSelected = false;
  for (i = 0;  i < theForm.Q9.length;  i++)
  {
    if (theForm.Q9[i].checked)
        radioSelected = true;
  }
  if (!radioSelected)
  {
    alert("Please select one of the \"Q9\" options.");
    return (false);
  }

  var radioSelected = false;
  for (i = 0;  i < theForm.Q10.length;  i++)
  {
    if (theForm.Q10[i].checked)
        radioSelected = true;
  }
  if (!radioSelected)
  {
    alert("Please select one of the \"Q10\" options.");
    return (false);
  }

  var radioSelected = false;
  for (i = 0;  i < theForm.Q11.length;  i++)
  {
    if (theForm.Q11[i].checked)
        radioSelected = true;
  }
  if (!radioSelected)
  {
    alert("Please select one of the \"Q11\" options.");
    return (false);
  }

  var radioSelected = false;
  for (i = 0;  i < theForm.Q12.length;  i++)
  {
    if (theForm.Q12[i].checked)
        radioSelected = true;
  }
  if (!radioSelected)
  {
    alert("Please select one of the \"Q12\" options.");
    return (false);
  }

  if (theForm.Q13.value == "")
  {
    alert("Please enter a value for the \"B1\" field.");
    theForm.Q13.focus();
    return (false);
  }

  if (theForm.Q14.value == "")
  {
    alert("Please enter a value for the \"B2\" field.");
    theForm.Q14.focus();
    return (false);
  }

  if (theForm.Q15.value == "")
  {
    alert("Please enter a value for the \"B3\" field.");
    theForm.Q15.focus();
    return (false);
  }

  correct=0;


        if (theForm.Q1[0].checked){
		a1="a";
		                correct++;
	}
        if (theForm.Q1[1].checked)
		a1="b"; 
        if (theForm.Q1[2].checked)
		a1="c";
        if (theForm.Q1[3].checked)
		a1="d";
        if (theForm.Q2[0].checked)
		a2="a";
        if (theForm.Q2[1].checked){
		a2="b";
		                correct++;
	}
        if (theForm.Q2[2].checked)
		a2="c";
        if (theForm.Q2[3].checked)
		a2="d";   
        if (theForm.Q3[0].checked){
		a3="a";
		                correct++;
	}
        if (theForm.Q3[1].checked)
		a3="b";
        if (theForm.Q3[2].checked)
		a3="c";
        if (theForm.Q3[3].checked)    
		a3="d";
        if (theForm.Q4[0].checked)
		a4="a";
        if (theForm.Q4[1].checked)
		a4="b";
        if (theForm.Q4[2].checked){
		a4="c";
		                correct++;
	}
        if (theForm.Q4[3].checked)
		a4="d";   
        if (theForm.Q5[0].checked)
		a5="a";
        if (theForm.Q5[1].checked)
		a5="b";  
        if (theForm.Q5[2].checked){
		a5="c";
		                correct++;
	}
        if (theForm.Q5[3].checked)
		a5="d";
        if (theForm.Q6[0].checked)
		a6="a";
        if (theForm.Q6[1].checked)
		a6="b";
        if (theForm.Q6[2].checked)
		a6="c";   
        if (theForm.Q6[3].checked){
		a6="d"; 
		                correct++;
	}
        if (theForm.Q7[0].checked)
		a7="a";
        if (theForm.Q7[1].checked){
		a7="b";
		                correct++;
	}
        if (theForm.Q7[2].checked)
		a7="c";
        if (theForm.Q7[3].checked)
		a7="d";
        if (theForm.Q8[0].checked)
		a8="a";
        if (theForm.Q8[1].checked)
		a8="b";
        if (theForm.Q8[2].checked)
		a8="c";   
        if (theForm.Q8[3].checked){
		a8="d"; 
		                correct++;
	}		
        if (theForm.Q9[0].checked)
		a9="a";
        if (theForm.Q9[1].checked)
		a9="b";
        if (theForm.Q9[2].checked){
		a9="c";
				                correct++;
	}
        if (theForm.Q9[3].checked)
		a9="d"; 
        if (theForm.Q10[0].checked){
		a10="a";
				                correct++;
	}
        if (theForm.Q10[1].checked)
		a10="b";
        if (theForm.Q10[2].checked)
		a10="c";
        if (theForm.Q10[3].checked)
		a10="d";
        if (theForm.Q11[0].checked)
		a11="a";
        if (theForm.Q11[1].checked)
		a11="b"; 
        if (theForm.Q11[2].checked)
		a11="c";
        if (theForm.Q11[3].checked){
		a11="d";
				                correct++;
	}
        if (theForm.Q12[0].checked){
		a12="a";
				                correct++;
	}
        if (theForm.Q12[1].checked)
		a12="b";
        if (theForm.Q12[2].checked)
		a12="c";
        if (theForm.Q12[3].checked)
		a12="d";   		

	a13=theForm.Q13.value;
	a14=theForm.Q14.value;
	a15=theForm.Q15.value;	


        alert ("You have "+correct+" out of 12 correct!");
	percent=correct/12*100;
	percent=Math.round(percent);

//myWin= open("","displayWindow","width=500,height=400,toolbar=yes,resizable=yes,scrollbars=yes");
self.document.open("text/html");
self.document.write("<html><head><title>Answers to Practice exam");
self.document.write("</title></head><body bgcolor=#FFFFFF>");
self.document.write("<h1>Answers to Practice exam</h1><p>");
self.document.write("<h2>You have "+correct+" out of 12 correct in section A! "+percent+"%</h2><p>");
self.document.write("<hr>");
self.document.write("<h3 align=center><font color=#993333>SECTION A</font></h3>");
self.document.write("<p align=center><b>(MULTIPLE CHOICE QUESTIONS)</b></p>");
self.document.write("<p><b>A1.</b><br> Each health care organization must anticipate and respond to the community’s changing needs and health status by: </p>");
self.document.write("<p>1. reviewing environmental trends<br>2. collecting information on the determinants of health<br><br>3. reviewing feedback from clients and the community on its services<br>4. working with the community to identify priority needs </p>");
self.document.write("<blockquote>");
self.document.write("<p>");
//	self.document.write("<img src=images/tick.gif align=texttop>");
if (a1=="a")
	self.document.write("<img src=images/tick.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("a) all of the above<br>");
if (a1=="b")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("b) 1 and 3<br>");
if (a1=="c")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("c) 1 and 4<br>");
if (a1=="d")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("d) 3 and 4</p>");
self.document.write("</blockquote>");
self.document.write("<p>You have entered <b>"+a1+"</b>. The answer is <b>a) all of the above. There is valuable information to be obtained from all the above sources and therefore, all should be accessed.</b> </p>");
self.document.write("<p><b>A.2</b><br>From this list of points below, what best describes the role of the Deputy Minister in a Ministry of Health?  </p>");
self.document.write("<blockquote><p>");
if (a2=="a")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("a) Implement ministerial direction.<br>");
if (a2=="b")
	self.document.write("<img src=images/tick.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("b) Overall departmental management.<br>");
if (a2=="c")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("c) Briefing the Minister on major issues.<br>");
if (a2=="d")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("d) Preparing and presenting the departmental budget.</p>");
self.document.write("</blockquote>");
self.document.write("<p>You have entered <b>"+a2+"</b>. The answer is <b>b) Deputy Minister takes direction from the Deputy Premier not Minister</b> </p>");
self.document.write("<p><b>A.3</b><br>When an organization strives to function in an environmentally friendly way, this is evidenced in:</p>");
self.document.write("<p>1. policies and procedures<br>2. staff and volunteer training<br>3. communication with community partners<br>4. application of legislation/regulations</p>");
self.document.write("<blockquote><p>");
if (a3=="a")
	self.document.write("<img src=images/tick.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("a) all of the above<br>");
if (a3=="b")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("b) 4<br>");
if (a3=="c")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("c) 1 and 4<br>");
if (a3=="d")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("d) 1, 2 and 4</p>");
self.document.write("</blockquote>");
self.document.write("<p>You have entered <b>"+a3+"</b>. The answer is <b>a) all of the above would be expected to be in place.</b> </p>");
self.document.write("<p><b>A.4</b><br>In order to ensure commitment to the vision from those who work in the organization and the external community, it is imperative to:</p>");
self.document.write("<blockquote><p>");
if (a4=="a")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("a) Involve senior management and community representatives in the initial planning.<br>");
if (a4=="b")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("b) Test a draft vision developed by senior management on the staff and community.<br>");
if (a4=="c")
	self.document.write("<img src=images/tick.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("c) Design cross-functional teams made up of representatives across the organization and from the community to contribute to the development of a vision.<br>");
if (a4=="d")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("d) All of the above.</p>");
self.document.write("</blockquote>");
self.document.write("<p>You have entered <b>"+a4+"</b>. The answer is <b>c). Cross-functional teams serve to bring together a group of people from various segments of an organization or community that can give an objective point of view.</b> </p>");
self.document.write("<p><b>A.5</b><br>You are the newly appointed CEO of a 250-bed long-term care organization which has a long history of providing excellent care. The organization operates under a typical pyramid administrative structure and departments are defined along functional lines. The organization has experienced financial difficulties in the past, which it overcame through a variety of means. It is again in a deficit budget position and there is no immediate answer to resolving this situation.  </p>");
self.document.write("<p>As the new CEO, you have several years of experience and an enviable record in management. However, you have not had extensive hands-on experience in long-term care. As a result, when your appointment was announced by the board, the staff became very apprehensive and became protective of their departmental functions. Adding to the staff’s sense of unease is a rumour that you are going to implement a strategic planning process and move towards a client-centred model of operation. Staff members perceive all of these changes as threats to their individual and departmental autonomy.  </p>");
self.document.write("<p>As the CEO, your first responsibility is to: </p>");
self.document.write("<blockquote><p>");
if (a5=="a")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("a) learn about long-term care and how it differs from other health care organizations<br>");
if (a5=="b")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("b) meet with the staff and learn about their work and departmental/service responsibilities<br>");
if (a5=="c")
	self.document.write("<img src=images/tick.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("c) meet with the board and agree upon goals and objectives for the coming year<br>");
if (a5=="d")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("d) meet with individual staff members and agree upon ways to reduce the deficit</p>");
self.document.write("</blockquote>");
self.document.write("<p>You have entered <b>"+a5+"</b>. The answer is <b>c).  While all of the options are valid, it is essential that the new CEO be fully aware of the Board’s expectations before proceeding with any plans.</b> </p>");
self.document.write("<p><b>A.6</b><br>In an attempt to reduce the size of her organization, the administrator has found herself in a position of unresolved conflict. This conflict has polarized the staff that the delivery of health care is adversely affected. The conflict has arisen among herself, the Chief of Staff, Director of Nursing, Personnel Director and the Chief Financial Officer, after the Chief of Staff sought to prevent the decrease in the number and quality of nursing and administrative personnel assigned to a specific clinic. To support his position, the Chief of Staff has cited data that the hospital was caring for 300 outpatients daily and it was only admitting approximately 2-4 patients to the inpatient services.  </p>");
self.document.write("<p>Which of the following people should have the delegated authority to resolve this particular problem?  </p>");
self.document.write("<blockquote><p>");
if (a6=="a")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("a) The Personnel Director and the Chief Financial Officer, by delegation of the CEO, since personnel and money are both involved. <br>");
if (a6=="b")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("b) The Chief of Staff, by delegation of the Board, subject to constraints on money and personnel. <br>");
if (a6=="c")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("c) The Director of Nursing, by delegation of the CEO, subject to constraints on money and personnel. <br>");
if (a6=="d")
	self.document.write("<img src=images/tick.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("d) The Chief Executive Officer, utilizing the coordinated efforts of all staff. </p>");
self.document.write("</blockquote>");
self.document.write("<p>You have entered <b>"+a6+"</b>. The answer is <b>d). Given the sensitivity of downsizing the CEO needs to ensure that a team approach is associated with this problem solving process.  A team approach will ensure buy-in to the final solution.</b> </p>");
self.document.write("<p><b>A.7</b><br>You are the administrator of your community hospital. Your board of directors consists of a cross section of community leaders representing major businesses and organizations. It includes the elected representatives of the medical and professional staff. You are meeting with your board chairman to develop the agenda and various items for the next board meeting. An item for review, discussion, and approval is the new contract negotiated by your predecessor with the pathology group. One of the physician board members is president of the radiology group, with which preliminary contract discussions have begun. In addition, the board chairman indicates his concern that the hospital really has never developed any organized future planning.  </p>");
self.document.write("<p>Managing equitable and fair relationships with hospital-based physicians is the responsibility of the administrator. In order to assure that proper consideration and decision-making will occur with regard to the pathology group, you should:  </p>");
self.document.write("<blockquote><p>");
if (a7=="a")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("a) Exclude the radiologist board member from any contract discussions involving other physicians and/or groups.<br>");
if (a7=="b")
	self.document.write("<img src=images/tick.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("b) Establish an organized well-defined format and methodology for contract negotiation and approval which is to be followed in all contractual relationships.<br>");
if (a7=="c")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("c) Secure board approval appropriately for all contract negotiations and agreements.<br>");
if (a7=="d")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("d) Alert the board at their next meeting that the physician members may be in a conflict-of-interest situation.</p>");
self.document.write("</blockquote>");
self.document.write("<p>You have entered <b>"+a7+"</b>. The answer is <b>b). It ensures that an appropriate policy and procedure is developed in advance of negotiating contractual relationships.  This established policy and procedure will advise all parties of the appropriate process to follow.  It should be noted that this policy and procedure should contain conflict of interest clauses.</b> </p>");
self.document.write("<p><b>A.8</b><br>Which of the following is true about the process of conciliation:  </p>");
self.document.write("<p>1. it is a process by which a trade union and employer who have reached an impasse in negotiations for a collective agreement ask the Ministry of Labour to help in the resolution of outstanding issues<br>2. Conciliation is mandatory <br>3. The process often results in penalties to either party<br>4. Conciliation is discretionary  </p>");
self.document.write("<blockquote><p>");
if (a8=="a")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("a) 1 & 2<br>");
if (a8=="b")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("b) 1 & 3<br>");
if (a8=="c")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("c) 1<br>");
if (a8=="d")
	self.document.write("<img src=images/tick.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("d) 1 & 4 </p>");
self.document.write("</blockquote>");
self.document.write("<p>You have entered <b>"+a8+"</b>. The answer is <b>d).</b> </p>");
self.document.write("<p><b>A.9</b><br>The Canadian Human Rights Act (June 1998) requires employers to provide accommodation to a person with a disability short of: </p>");
self.document.write("<p>1. high cost to accommodate <br>2. workplace tolerance to accommodation <br>3. undue hardship <br>4. physical plant restrictions  </p>");
self.document.write("<blockquote><p>");
if (a9=="a")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("a) a & b<br>");
if (a9=="b")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("b) c only<br>");
if (a9=="c")
	self.document.write("<img src=images/tick.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("c) all of the above<br>");
if (a9=="d")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("d) c & d</p>");
self.document.write("</blockquote>");
self.document.write("<p>You have entered <b>"+a9+"</b>. The answer is <b>c).</b> </p>");
self.document.write("<p><b>A.10</b><br>What is the most important of the following information system selection criteria? </p>");
self.document.write("<blockquote><p>");
if (a10=="a")
	self.document.write("<img src=images/tick.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("a) meets functional requirements<br>");
if (a10=="b")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("b) meets technical requirements<br>");
if (a10=="c")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("c) meets growth and integration requirements<br>");
if (a10=="d")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("d) is easy to use</p>");
self.document.write("</blockquote>");
self.document.write("<p>You have entered <b>"+a10+"</b>. The answer is <b>a). The prime objective of acquiring a management information system is to support the information (functional) requirements of an organization.</b> </p>");
self.document.write("<p><b>A.11</b><br>Your organization has recently had its accreditation site visit and the CCHSA's final report has just arrived. As the senior manager responsible for leading your organization in quality, there are several different approaches that you could take in addressing the report's findings. Which of the following approaches is likely to be successful in realizing improvement opportunities? (In each case, the team will be supported by a facilitator and will be requested to report on their progress at regular intervals.) </p>");
self.document.write("<blockquote>");
self.document.write("<p>");
if (a11=="a")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("a) Share the report's findings widely within your organization, through general staff meetings, memos and postings. Identify areas where potential improvements are possible. Encourage people to indicate their interest in participating on teams that will be formed to address select opportunities. Strike teams based upon the interest shown.<br>");
if (a11=="b")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("b) Share the report's findings with your Board of Directors and senior team, identifying the areas where potential improvements are possible and that have the highest risk associated with the current situation. Form teams to tackle each of these potential opportunities, including broad stakeholder representation.<br>");
if (a11=="c")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("c) Share the report's finding with your management team, identifying opportunities for improvement with them. Ask them to share the results with staff in their departments through departmental meetings, and form teams to tackle opportunities within their scope of influence.<br>");
if (a11=="d")
	self.document.write("<img src=images/tick.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("d) All of the above.</p>");
self.document.write("</blockquote>");
self.document.write("<p>You have entered <b>"+a11+"</b>. The answer is <b>d). The key to using the report to make ongoing improvements is to communicate the results and act upon identified opportunities.  There are many different approaches to forming teams and setting priorities for team work, each of which will have different chances of success based on a variety of factors, including corporate culture. </b> </p>");
self.document.write("<p><b>A.12</b><br>During an investigation into a criminal event in your community, the Chief of Police calls and informs you that his investigating officers have complained that your hospital emergency staff are not cooperating with the criminal investigation by providing information to them.  </p>");
self.document.write("<p>In response you: <br>1. Offer to set up a meeting with his staff and the emergency department staff in order to cooperate and build community partnerships. <br>2. Advise the relevant medical and nursing department staff of the public concerns and the need to cooperate. <br>3. Explain to the Chief the need for a subpoena. <br>4. Offer empathy for his concerns and ask him under what legislative authority are your hospital staff required to provide his officers with this information.  </p>");
self.document.write("<blockquote><p>");
if (a12=="a")
	self.document.write("<img src=images/tick.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("a) 1 & 2<br>");
if (a12=="b")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("b) 2, 3 & 4<br>");
if (a12=="c")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("c) 3 & 4<br>");
if (a12=="d")
	self.document.write("<img src=images/cross.gif align=texttop>");
else
	self.document.write("<img src=images/circle.gif align=texttop>");
self.document.write("d) All of the above </p>");
self.document.write("</blockquote>");
self.document.write("<p>You have entered <b>"+a12+"</b>. The answer is <b>a).</b> </p>");
self.document.write("<h3 align=center><font color=#993333>SECTION B</font></h3>");
self.document.write("<p align=center><b>(SHORT ANSWER QUESTIONS)</b></p>");
self.document.write("<p><b>B.1</b><br>List three determinants of health, which are considered to have an impact on the likely use of health services in a community. </p>");
self.document.write("<p>You have entered: <b>"+a13+"</b>. </p>");
self.document.write("<p>Correct answer:<br>");
self.document.write("-	Demographics<br>-	Socio-economic level of community<br>-	Geographic location<br>-	Education level<br>-	Housing<br>-	Employment<br><br>-	Recreation</p>");
self.document.write("<p><b>B.2</b><br>Briefly describe a generic quality improvement process.</p>");
self.document.write("<p>You have entered: <b>"+a14+"</b>. </p>");
self.document.write("<p>Correct answer:<br>");
self.document.write("The process begins with identifying the various sources of information across the organization.  The info coming in from these sources serves as the basis for identifying opportunities for improvement.  Sometimes a quick fix is all that is needed to address the issue; however, many times it will be necessary to establish indicators of performance, monitor performance, make the improvements, communicate to the stakeholders and sustain the improvements through regular monitoring.</p>");
self.document.write("<p><b>B.3</b><br>You were recently involved in a series of job interviews for a position which involved quite a bit of travel. One of the candidates was a young woman. One of the interviewers asked the following question: &quot;Do you have young children?&quot; trying to prompt the idea that travel might be a problem because of her family situation. Under human rights legislation this question is discriminatory. Under what grounds is it discriminatory?</p>");
self.document.write("<p>You have entered: <b>"+a15+"</b>. </p>");
self.document.write("<p>Correct answer:<br>");
self.document.write("Right answer:  family status<br>No other answers are acceptable.</p>");
self.document.write("<p>Rationale:  Questions pertaining to children, dependants or childcare arrangements are prohibited under the grounds of family status, regardless of the province involved.  Marital status is not an acceptable response because it represents separate grounds for discrimination.</p>");
self.document.write("<hr>");
self.document.write("<h5><a href='cchse-practiceexam3.htm'>Back</a></h5>");
self.document.write("</body></html>");
self.document.close();
        return (correct);
}
