//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 = 30; criteria1[0] = "1. Clear and coherent critical analysis of a current problem within a public health system, paying attention to important contextual factors, previous policies and how key aspects of the system have contributed "; criteria1[1] = "Outstanding critical analysis, with all elements of the analysis well explained and very clear. "; criteria1[2] = "Excellent identification and critical analysis, with most elements of the analysis explained and very clear. "; criteria1[3] = "Good critical analysis, with some elements of the analysis well explained and clear. "; criteria1[4] = "Adequate critical analysis, with some elements of the analysis unclear or with limited explanation. "; criteria1[5] = "Inadequate critical analysis which is unclear and with limited explanation. "; criteria1[6] = "No or very limited critical analysis. "; marksavailable2 = 30; criteria2[0] = "2. Clear description and explanation of how two new policy options could address the public health system problem "; criteria2[1] = "Outstanding description and explanation of two new policy options and how each could address the problem. "; criteria2[2] = "Excellent description and explanation of two new policy options and how each could address the problem. "; criteria2[3] = "Good description and explanation of two new policy options and how each could address the problem. "; criteria2[4] = "Adequate description and explanation of two new policy options and how each could address the problem. "; criteria2[5] = "Inadequate description and explanation of two new policy options and how each could address the problem. "; criteria2[6] = "No (or limited) description and explanation of two new policy options and how each could address the problem. "; marksavailable3 = 30; criteria3[0] = "3. Clear or well-explained critical analysis of each of the two new policy options using evidence and clear evaluative criteria (e.g. feasibility, risks, political or public acceptability) "; criteria3[1] = "Outstanding critical evaluation of each of the two new 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 each of the two new 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 each of the two new policy options with good use of evidence and clear criteria and no serious errors of fact or interpretation. "; criteria3[4] = "Adequate critical evaluation of each of the two new 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 each of the two new 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 each of the two new 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 recommends which one of the two new policy options should be taken 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 = 5; criteria5[0] = "5. Use of appropriate academic language grammar, spelling, and punctuation "; criteria5[1] = "Outstanding use of appropriate academic language with outstanding grammar, spelling, and punctuation, with no typographical errors. "; criteria5[2] = "Excellent use of appropriate academic language with excellent grammar, spelling, and punctuation, minimal typographical errors. "; criteria5[3] = "Good use of academic language with good grammar, spelling, and punctuation, with some typographical errors. "; criteria5[4] = "Adequate use of academic language with adequate grammar, spelling, and punctuation, with some typographical errors. "; criteria5[5] = "Inadequate use of academic language, grammar, spelling, and punctuation, with typographical errors. "; criteria5[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;