//set this to the number of criteria!!! numberofcriteria = 7; 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(); var criteria7 = new Array(); // 1. Introduction: (3%) criteria1[0] = "" criteria1[1] = "Outstanding and clear introductory paragraph that briefly summarises the problem and the three policy measures that will be discussed. "; criteria1[2] = "Excellent and clear introductory paragraph that briefly summarises the problem and the three policy measures that will be discussed. "; criteria1[3] = "Good introductory paragraph that briefly summarises the problem and the three policy measures that will be discussed. "; criteria1[4] = "Adequate introductory paragraph that briefly summarises the problem and the three policy measures that will be discussed. "; criteria1[5] = "Inadequate introductory paragraph. "; criteria1[6] = "No introductory paragraph. "; // 2. Suggestion of three possible policy measures: (30%) criteria2[0] = "" criteria2[1] = "Outstanding evaluation of the three policy measures identified. "; criteria2[2] = "Excellent evaluation of the three policy measures identified. "; criteria2[3] = "Good evaluation of the three policy measures identified. "; criteria2[4] = "Adequate evaluation of the three policy measures identified. "; criteria2[5] = "Inadequate evaluation of the three policy measures identified. "; criteria2[6] = "No evaluation of the three policy measures identified. "; // 3. Role of different actors: (30%) criteria3[0] = "" criteria3[1] = "Outstanding explanation of choice about policy measure to take forward. "; criteria3[2] = "Excellent explanation of choice about policy measure to take forward. "; criteria3[3] = "Good explanation of choice about policy measure to take forward. "; criteria3[4] = "Adequate explanation of choice about policy measure to take forward. "; criteria3[5] = "Inadequate explanation of choice about policy measure to take forward. "; criteria3[6] = "No explanation of choice about policy measure to take forward. "; // 4. Explanation of which aspects of health systems each of the policy measure will strengthen: (30%) criteria4[0] = "" criteria4[1] = "Completed an outstanding research of the literature and critically evaluated the applicability to the situation. Outstanding ability to relate research, policy and practice concerns. "; criteria4[2] = "Has fully researched the literature and critically evaluated the applicability to the situation. Excellent ability to relate research, policy and practice concerns. "; criteria4[3] = "Has researched the literature beyond an acceptable level. Good ability to relate research, policy and practice concerns. "; criteria4[4] = "Has researched the literature but left significant gaps. Inadequate ability to relate research, policy and practice concerns. "; criteria4[5] = "Has researched the literature but left important and significant gaps. Inadequate ability to relate research, policy and practice concerns. "; criteria4[6] = "Has not researched the literature properly. Inability to make meaningful connections between research, policy and practice concerns. "; // 5. Conclusion: (5%) criteria5[0] = "" criteria5[1] = "Outstanding conclusion summarising the important points discussed in the essay. "; criteria5[2] = "Excellent conclusion summarising the important points discussed in the essay. "; criteria5[3] = "Good conclusion summarising the important points discussed in the essay. "; criteria5[4] = "Adequate conclusion summarising the important points discussed in the essay. "; criteria5[5] = "Inadequate conclusion summarising the important points discussed in the essay. "; criteria5[6] = "No conclusion. "; // 6. Academic Language (5%) criteria6[0] = "" criteria6[1] = ""; criteria6[2] = ""; criteria6[3] = ""; criteria6[4] = ""; criteria6[5] = ""; criteria6[6] = ""; // 7. References (5%) criteria7[0] = "" criteria7[1] = "All resources used listed, with web addresses where available, referenced and cited in accordance with the requirements in the Student Handbook." criteria7[2] = "All resources used listed, with web addresses where available, referenced and cited in accordance with the requirements in the Student Handbook." criteria7[3] = "All resources used listed, with most web addresses where available, mostly referenced and cited in accordance with the requirements in the Student Handbook." criteria7[4] = "All resources used listed, with web addresses mostly cited where available, referenced and cited only partially in accordance with the requirements in the Student Handbook." criteria7[5] = "Some or many resources not listed, with web addresses often/always missing. Student Handbook not followed." criteria7[6] = "Few/no resources used listed, with web addresses missing. Student Handbook not followed." //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(); 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; myscore7[0]= "" myscore7[1] = 90; myscore7[2] = 75; myscore7[3] = 65; myscore7[4] = 55; myscore7[5] = 45; myscore7[6] = 20;