//set this to the number of criteria!!! numberofcriteria = 6; numberofranges = 7; optionrange= new Array(); optionrange[0]="Select option..."; optionrange[1]="100-80 (Outstanding)"; optionrange[2]="79-70 (Excellent)"; optionrange[3]="69-60 (Good)"; optionrange[4]="59-50 (Adequate)"; 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(); var criteria6 = new Array(); marksavailable1 = 25; criteria1[0] = "1. Clearly identifies and describes a current issue facing a health system "; criteria1[1] = "Outstanding identification and description of current issue facing a health system. "; criteria1[2] = "Excellent identification and description of current issue facing a health system. "; criteria1[3] = "Good identification and description of current issue facing a health system. "; criteria1[4] = "Adequate identification and description of current issue facing a health system. "; criteria1[5] = "Inadequate identification and description of current issue facing a health system. "; criteria1[6] = "No identification and description of current issue facing a health system. "; marksavailable2 = 25; criteria2[0] = "2. Clearly identifies and coherently explains how two policy options could address the health system issue identified "; criteria2[1] = "Outstanding identification and coherent explanation of how two policy options could address the health system issue identified. "; criteria2[2] = "Excellent identification and coherent explanation of how two policy options could address the health system issue identified. "; criteria2[3] = "Good identification and explanation of how two policy options could address the health system issue identified. "; criteria2[4] = "Adequate identification and explanation of how two policy options could address the health system issue identified. "; criteria2[5] = "Inadequate identification and explanation of how two policy options could address the health system issue identified. "; criteria2[6] = "Limited or no identification and/or explanation of how two policy options could address the health system issue identified. "; marksavailable3 = 25; criteria3[0] = "3. Critically evaluates the two policy options using appropriate evidence and clear criteria "; criteria3[1] = "Outstanding critical evaluation of two policy options with outstanding use of evidence and clear criteria used and with no significant errors of fact or interpretation. "; criteria3[2] = "Excellent critical evaluation of two policy options, with excellent use of evidence and clear criteria used and with no significant errors of fact or interpretation. "; criteria3[3] = "Good critical evaluation of two policy options with good use of evidence and clear criteria and no serious errors of fact or interpretation. "; criteria3[4] = "Adequate critical evaluation of two policy options, contains some use of evidence and criteria are present and contains few serious errors of fact or interpretation, there may be some mis-understandings. "; criteria3[5] = "Inadequate critical evaluation of two policy options, evidence use is inadequate and/or criteria are unclear, some serious errors of fact or interpretation, possibly mis-understanding some aspects. "; criteria3[6] = "Limited or no critical evaluation of the two policy options, with inadequate use of evidence and/or no criteria used, and little or no understanding of key aspects. "; marksavailable4 = 5; criteria4[0] = "4. Clearly selects of one policy option to take forward "; criteria4[1] = "Outstanding selection of one policy option. "; criteria4[2] = "Excellent selection of one policy option. "; criteria4[3] = "Good selection of one policy option. "; criteria4[4] = "Adequate selection of one policy option. "; criteria4[5] = "Inadequate or unclear selection of one policy option. "; criteria4[6] = "No selection of policy option to take forward. "; marksavailable5 = 10; criteria5[0] = "5. Briefly explains the choice of which one policy option to be taken forward "; criteria5[1] = "Outstanding brief explanation of which one policy option to take forward. "; criteria5[2] = "Excellent brief explanation of which one policy option to take forward. "; criteria5[3] = "Good explanation of which one policy option to take forward. "; criteria5[4] = "Adequate explanation of which policy option to take forward. "; criteria5[5] = "Inadequate explanation of which policy option to take forward. "; criteria5[6] = "Limited or no explanation of which policy option to take forward. "; marksavailable6 = 10; criteria6[0] = "6. Use of appropriate academic language grammar, spelling, and punctuation "; criteria6[1] = "Outstanding use of appropriate academic language with outstanding grammar, spelling, and punctuation, with no typographical errors. "; criteria6[2] = "Excellent use of appropriate academic language with excellent grammar, spelling, and punctuation, minimal typographical errors. "; criteria6[3] = "Good use of academic language with good grammar, spelling, and punctuation, with some typographical errors. "; criteria6[4] = "Adequate use of academic language with adequate grammar, spelling, and punctuation, with some typographical errors. "; criteria6[5] = "Inadequate use of academic language, grammar, spelling, and punctuation, with typographical errors. "; criteria6[6] = "Inadequate use of appropriate academic language with numerous errors and aspects difficult to understand. "; //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; myscore6[0]= "" myscore6[1] = 90; myscore6[2] = 75; myscore6[3] = 65; myscore6[4] = 55; myscore6[5] = 45; myscore6[6] = 20;