//set this to the number of criteria!!! numberofcriteria = 5; numberofranges = 7; optionrange= new Array(); optionrange[0]="Select option..."; optionrange[1]="100-80 (Outstanding)"; optionrange[2]="79-70 (1st class piece of work)"; optionrange[3]="69-60 (Good but with faults)"; optionrange[4]="59-50 (Adequate pass)"; optionrange[5]="49-40 (Fail)"; optionrange[6]="39-0 (Bad Fail"; var criteria1 = new Array(); var criteria2 = new Array(); var criteria3 = new Array(); var criteria4 = new Array(); var criteria5 = new Array(); marksavailable1 = 20; criteria1[0] = "1. Demonstrates understanding of the particular neighbourhood / health system context "; criteria1[1] = "Outstanding understanding of the particular neighbourhood / health system context. "; criteria1[2] = "Excellent understanding of the particular neighbourhood / health system context. "; criteria1[3] = "Good understanding of the particular neighbourhood / health system context. "; criteria1[4] = "Adequate understanding of the particular neighbourhood / health system context. "; criteria1[5] = "Inadequate understanding the particular neighbourhood / health system context. "; criteria1[6] = "No demonstration of understanding the particular neighbourhood / health system context. "; marksavailable2 = 35; criteria2[0] = "2. Clearly and coherently explains how possible policy options could address the neighbourhood health system issue "; criteria2[1] = "Outstanding clear and coherent explanation of how possible policy options could address the neighbourhood health system issue, with no issues of clarity or coherence. "; criteria2[2] = "Excellent clear and coherent explanation of how possible policy options could address the neighbourhood health system issue, with no issues of clarity or coherence. "; criteria2[3] = "Good explanation of how possible policy options could address the neighbourhood health system issue, with no serious issues of clarity or coherence. "; criteria2[4] = "Adequate explanation of how possible policy options could address the neighbourhood health system issue, with few serious issues of clarity or coherence. "; criteria2[5] = "Inadequate explanation of how possible policy options could address the neighbourhood health system issue, with some serious issues of clarity or coherence. "; criteria2[6] = "No identification and/or explanation of how possible policy options could address the neighbourhood health system issue. "; marksavailable3 = 35; criteria3[0] = "3. Critically analyses possible policy options using evidence and clear criteria (e.g. feasibility/risks, support/acceptability, sustainability) "; criteria3[1] = "Outstanding critical analysis of policy options, with outstanding use of evidence and clear criteria used and with no significant errors of fact or interpretation. "; criteria3[2] = "Excellent critical analysis of policy options, with excellent use of evidence and clear criteria used and with no significant errors of fact or interpretation. "; criteria3[3] = "Good critical analysis of policy options with good use of evidence and clear criteria and no serious errors of fact or interpretation. "; criteria3[4] = "Adequate critical analysis of policy options, contains some use of evidence and criteria are present and few serious errors of fact or interpretation, there may be some misunderstanding. "; criteria3[5] = "Inadequate critical analysis of policy options, evidence use is inadequate and/or criteria are unclear, some serious errors of fact or interpretation, possibly misunderstanding some aspects. "; criteria3[6] = "Limited or no critical analysis of the policy options, with inadequate use of evidence and/or no criteria used, and little or no understanding of key aspects. "; marksavailable4 = 3; criteria4[0] = "4. Clearly selects a policy option to take forward "; criteria4[1] = "Outstanding selection of a policy option. "; criteria4[2] = "Excellent selection of a policy option. "; criteria4[3] = "Good selection of a policy option. "; criteria4[4] = "Adequate selection of a policy option. "; criteria4[5] = "Inadequate or unclear selection of a policy option. "; criteria4[6] = "No selection of a policy option to take forward. "; marksavailable5 = 7; criteria5[0] = "5. Provides clear details of what work each team member completed and how well the team worked together "; criteria5[1] = "Outstanding level of detail on what each team member completed and how well the team worked together. "; criteria5[2] = "Excellent level of detail on what each team member completed and how well the team worked together. "; criteria5[3] = "Good level of detail on what each team member completed and how well the team worked together. "; criteria5[4] = "Adequate level of detail on what each team member completed and how well the team worked together. "; criteria5[5] = "Inadequate level of detail on what each team member completed and how well the team worked together. "; criteria5[6] = "No detail on what each team member completed and how well the team worked together. "; //Scores..//////////////////////////////////////////////////// var myscore1 = new Array(); var myscore2 = new Array(); var myscore3 = new Array(); var myscore4 = new Array(); var myscore5 = new Array(); var myscore6 = new Array(); var myscore7 = new Array(); var myscore8 = new Array(); var myscore9 = new Array(); var myscore10 = new Array(); myscore1[0]= "" myscore1[1] = 90; myscore1[2] = 75; myscore1[3] = 65; myscore1[4] = 55; myscore1[5] = 45; myscore1[6] = 20; myscore2[0]= "" myscore2[1] = 90; myscore2[2] = 75; myscore2[3] = 65; myscore2[4] = 55; myscore2[5] = 45; myscore2[6] = 20; myscore3[0]= "" myscore3[1] = 90; myscore3[2] = 75; myscore3[3] = 65; myscore3[4] = 55; myscore3[5] = 45; myscore3[6] = 20; myscore4[0]= "" myscore4[1] = 90; myscore4[2] = 75; myscore4[3] = 65; myscore4[4] = 55; myscore4[5] = 45; myscore4[6] = 20; myscore5[0]= "" myscore5[1] = 90; myscore5[2] = 75; myscore5[3] = 65; myscore5[4] = 55; myscore5[5] = 45; myscore5[6] = 20;