//set this to the number of criteria!!! numberofcriteria = 8; numberofranges = 7; optionrange= new Array(); optionrange[0]="Select option..."; optionrange[1]="100-80 (Outstanding)"; optionrange[2]="79-70 (First 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(); var criteria6 = new Array(); var criteria7 = new Array(); var criteria8 = new Array(); marksavailable1 = 17; criteria1[0] = "1. Description of HTA structure and health system funding "; criteria1[1] = "Outstanding appreciation of key differences in the HTA processes of the countries, and why they exist. "; criteria1[2] = "Excellent appreciation of key differences in the HTA processes of the countries, and why they exist. "; criteria1[3] = "Good appreciation of key differences in the HTA processes of the countries, and some consideration of why they exist. "; criteria1[4] = "Some appreciation of key differences in the HTA processes of the countries, but no consideration of why they exist. "; criteria1[5] = "Limited appreciation of key differences in the HTA processes of the countries, but no consideration of why they exist. "; criteria1[6] = "No consideration of any key differences in the HTA processes of the countries. "; marksavailable2 = 17; criteria2[0] = "2. Description of reimbursement processes "; criteria2[1] = "Exemplary understanding of the reimbursement processes of the three countries, as well as how they are affected by both the financing and provision of health care. "; criteria2[2] = "Excellent understanding of the reimbursement processes of the countries, as well as how they are affected by both the financing and provision of health care. "; criteria2[3] = "Good understanding of the reimbursement processes of the countries, and some appreciation of how they are affected by the system. "; criteria2[4] = "Basic understanding of the reimbursement processes of the countries; little appreciation of how they are affected by the system. "; criteria2[5] = "Poor understanding of the reimbursement processes of the countries, or how they are affected by the system. "; criteria2[6] = "No clear understanding of the reimbursement processes of the countries. "; marksavailable3 = 10; criteria3[0] = "3. Description of recommendations of case study "; criteria3[1] = "Exemplary description of the recommendations. "; criteria3[2] = "Very good description of the recommendations. "; criteria3[3] = "Good description of the recommendations. "; criteria3[4] = "Basic description of the recommendations. "; criteria3[5] = "Poor or inaccurate description of the recommendations. "; criteria3[6] = "No description of the recommendations. "; marksavailable4 = 20; criteria4[0] = "4. Analysis of recommendations "; criteria4[1] = "Exemplary analysis of the recommendations. "; criteria4[2] = "Very good analysis of the recommendations. "; criteria4[3] = "Good analysis of the recommendations. "; criteria4[4] = "Basic analysis of the recommendations. "; criteria4[5] = "Poor analysis of the recommendations. "; criteria4[6] = "No analysis of the recommendations. "; marksavailable5 = 20; criteria5[0] = "5. Analysis of the case study "; criteria5[1] = "Incredibly thoughtful and considered explanation of the relationship between the elements of HTA, system and reimbursement, using examples beyond the case study. "; criteria5[2] = "Thoughtful and considered explanation of the relationship between the elements of HTA, system and reimbursement, using examples beyond the case study. "; criteria5[3] = "Good, considered explanation of the relationship between the elements of HTA, system and reimbursement, some use of examples beyond the case study. "; criteria5[4] = "Basic description of the relationship between the elements of HTA, system and reimbursement, no use of examples beyond the case study. "; criteria5[5] = "Poor consideration of the relationship between the elements of HTA, system and reimbursement, and no use of examples beyond the case study. "; criteria5[6] = "Consideration of the relationship between the elements of HTA, system and reimbursement is very basic or absent. "; marksavailable6 = 10; criteria6[0] = "6. Use of data and references "; criteria6[1] = "a) Excellent use of relevant data, tables or figures. b) References accurately cited and listed. "; criteria6[2] = "a) Excellent use of relevant data, tables or figures. b) References accurately cited and listed. "; criteria6[3] = "a) Good use of relevant data, tables or figures. b) References accurately cited and listed. "; criteria6[4] = "a) Some good use of relevant data, tables or figures. b) Missing or incorrect citations and/or bibliography entries. "; criteria6[5] = "a) Little use of relevant data, tables or figures. b) Many errors in citation or bibliography entries. References used rarely. "; criteria6[6] = "a) No appropriate data, tables or figures presented. b) No referencing and/or bibliography. "; marksavailable7 = 3; criteria7[0] = "7. Style, spelling and grammar "; criteria7[1] = "Very effective use of English. Clear and easy to read. Exemplary, one or two errors in whole work. " criteria7[2] = "Very effective use of English. Clear and easy to read. High standard. Negligible errors. " criteria7[3] = "Effective use of English. Clear and easy to read. Acceptable standard. Occasional errors and/or typos. " criteria7[4] = "Style acceptable. Some errors in punctuation, misuse of words, spelling, or sentence construction. " criteria7[5] = "Style sometimes makes work difficult to understand; or Style is too colloquial. Errors in punctuation, misuse of words, spelling, sentence construction makes meaning unclear. " criteria7[6] = "Style makes work largely incomprehensible. Frequent errors: punctuation, misuse of words, spelling, sentence construction makes meaning unclear. " marksavailable8 = 3; criteria8[0] = "8. Overall Presentation "; criteria8[1] = "Outstanding presentation. Well organised and presented. "; criteria8[2] = "Excellent presentation. Well organised and presented. "; criteria8[3] = "Well organised and well presented. "; criteria8[4] = "Presentation generally satisfactory. "; criteria8[5] = "Unacceptable presentation. Pagination, title, margins, and paragraphs need attention. "; criteria8[6] = "Unacceptable presentation. Pagination, title, margins, and paragraphs need attention. "; //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(); 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; myscore8[0]= "" myscore8[1] = 90; myscore8[2] = 75; myscore8[3] = 65; myscore8[4] = 55; myscore8[5] = 45; myscore8[6] = 20;