//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. Clear / coherent critical analysis of the current problems caused by alcohol, paying attention to important contextual factors, previous alcohol strategies and how key aspects of the public health 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 = 20; criteria2[0] = "2. Clearly describes/explains what minimum unit pricing (MUP) is and how it could address the problems caused by alcohol "; criteria2[1] = "Outstanding description and explanation of MUP and how it could address the issue. "; criteria2[2] = "Excellent description and explanation of MUP and how it could address the issue. "; criteria2[3] = "Good description and explanation of MUP and how it could address the issue. "; criteria2[4] = "Adequate description and explanation of MUP and how it could address the issue. "; criteria2[5] = "Inadequate description and explanation of MUP and how it could address the issue. "; criteria2[6] = "No description and explanation of MUP and how it could address the issue. "; marksavailable3 = 20; criteria3[0] = "3. Clearly describes/explains what one other possible policy option is and how it could address the problems caused by alcohol "; criteria3[1] = "Outstanding description and explanation of one other policy option and how it could address the issue. "; criteria3[2] = "Excellent description and explanation of one other policy option and how it could address the issue. "; criteria3[3] = "Good description and explanation of one other policy option and how it could address the issue. "; criteria3[4] = "Adequate description and explanation of one other policy option and how it could address the issue. "; criteria3[5] = "Inadequate description and explanation of one other policy option and how it could address the issue. "; criteria3[6] = "No description and explanation of one other policy option and how it could address the issue. "; marksavailable4 = 25; criteria4[0] = "4. Clear/well-explained critical analysis of both MUP and the other policy option using evidence and clear evaluative criteria (e.g. feasibility, risks, political/public acceptability) "; criteria4[1] = "Outstanding critical analysis of MUP and one other policy option, with outstanding use of evidence and clear criteria used. No significant errors of fact or interpretation. "; criteria4[2] = "Excellent critical analysis of MUP and one other policy option, with excellent use of evidence and clear criteria used. No significant errors of fact or interpretation. "; criteria4[3] = "Good critical analysis of MUP and one other policy option with good use of evidence and clear criteria. No serious errors of fact or interpretation. "; criteria4[4] = "Adequate critical analysis of MUP and one other policy option, with some use of evidence. Criteria are present. Few serious errors of fact or interpretation, there may be some misunderstandings. "; criteria4[5] = "Inadequate critical analysis of MUP and one other policy option. Evidence use inadequate and/or criteria unclear. May be errors of fact or interpretation, possibly misunderstanding some aspects. "; criteria4[6] = "Limited or no critical analysis of MUP and one other policy option. Inadequate use of evidence and/or no criteria used. Limited understanding demonstrated. "; marksavailable5 = 5; criteria5[0] = "5. Clearly recommends which one of the two policy options should be taken forward in the new alcohol strategy "; criteria5[1] = "Outstanding selection of one policy option. "; criteria5[2] = "Excellent selection of one policy option. "; criteria5[3] = "Good selection of one policy option. "; criteria5[4] = "Adequate selection of one policy option. "; criteria5[5] = "Unclear selection of one policy option. "; criteria5[6] = "No selection of policy option to take forward. "; marksavailable6 = 5; criteria6[0] = "6. Referencing "; criteria6[1] = "Referencing is outstanding / consistent throughout. "; criteria6[2] = "Referencing is excellent / mostly consistent throughout. "; criteria6[3] = "Referencing is good throughout (though with some errors, inconsistencies). "; criteria6[4] = "Referencing is adequate throughout (with errors and inconsistencies). "; criteria6[5] = "Referencing is inadequate with many errors and inconsistencies. "; criteria6[6] = "Referencing is poor with serious errors and inconsistencies. "; //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;