//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 (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(); var criteria8 = new Array(); marksavailable1 = 15; criteria1[0] = "1. HTA Findings "; criteria1[1] = "Outstanding appreciation of key similarities and differences in the findings of the respective HTAs, and the reasons for them. "; criteria1[2] = "Excellent appreciation of key similarities and differences in the findings of the respective HTAs, and why they exist. "; criteria1[3] = "Good appreciation of key similarities and differences in the findings of the respective HTAs, and some consideration of why they exist. "; criteria1[4] = "Some appreciation of key similarities and differences in the findings of the respective HTAs, but no consideration of why they exist. "; criteria1[5] = "Very limited appreciation of key similarities and differences in the findings of the respective HTAs, but no consideration of why they exist. "; criteria1[6] = "No consideration of any key similarities and differences in the findings of the respective HTAs. "; marksavailable2 = 15; criteria2[0] = "2. Recommendations "; criteria2[1] = "Exemplary understanding of the similarities and differences in the resulting recommendations, and why they exist. "; criteria2[2] = "Excellent understanding of the similarities and differences in the resulting recommendations, and why they exist. "; criteria2[3] = "Good understanding of the similarities and differences in the resulting recommendations, and some appreciation of why they exist. "; criteria2[4] = "Basic understanding of the similarities and differences in the resulting recommendations; little appreciation of why they exist. "; criteria2[5] = "Poor understanding of the similarities and differences in the resulting recommendations, or why they exist. "; criteria2[6] = "No clear understanding of the similarities and differences in the resulting recommendations. "; marksavailable3 = 15; criteria3[0] = "3. Interactions "; criteria3[1] = "Incredibly thoughtful and considered assessment of whether and how any differences in the financing and provision of health care affected the HTA process and recommendations in the two countries. "; criteria3[2] = "Thoughtful and considered assessment of whether and how any differences in the financing and provision of health care affected the HTA process and recommendations in the two countries. "; criteria3[3] = "Good, considered assessment of whether and how any differences in the financing and provision of health care affected the HTA process and recommendations in the two countries. "; criteria3[4] = "Basic assessment of whether and how any differences in the financing and provision of health care affected the HTA process and recommendations in the two countries. "; criteria3[5] = "Poor assessment of whether and how any differences in the financing and provision of health care affected the HTA process and recommendations in the two countries. "; criteria3[6] = "No assessment of whether and how any differences in the financing and provision of health care affected the HTA process and recommendations in the two countries. "; marksavailable4 = 15; criteria4[0] = "4. Implications and Impact "; criteria4[1] = "Outstanding appreciation of implications for other decision-making bodies, eg. reimbursement, listing authorities (plans), and for practice. "; criteria4[2] = "Very good appreciation of implications for other decision-making bodies, eg. registration authorities, and for practice. "; criteria4[3] = "Good appreciation of implications for other decision-making bodies and for practice. "; criteria4[4] = "Basic appreciation of implications for other decision-making bodies and for practice. "; criteria4[5] = "Poor appreciation of implications for others. "; criteria4[6] = "No appreciation of implications for others. "; marksavailable5 = 15; criteria5[0] = "5. Application of learning / module principles "; criteria5[1] = "Shows excellent application of module principles for assignment. "; criteria5[2] = "Consistently draws upon module principles for assignment. "; criteria5[3] = "Some use of module principles. "; criteria5[4] = "Attempts use of module principles but incomplete understanding. "; criteria5[5] = "Weak understanding of module principles. Very intermittent application. "; criteria5[6] = "No apparent understanding of module principles. "; marksavailable6 = 10; criteria6[0] = "6. Presentation of diagram and references "; criteria6[1] = "Excellent use of relevant data, examples and models. References accurately cited and listed. "; criteria6[2] = "Excellent use of relevant data, examples and models. References accurately cited and listed. "; criteria6[3] = "Good use of relevant data examples and models. References accurately cited and listed. "; criteria6[4] = "Some good use of relevant data examples, models. Missing or incorrect citations and/or bibliography entries. "; criteria6[5] = "Little use of models relevant data or examples. Many errors in citation or bibliography entries. c) Little apparent under-standing of referencing. References used rarely. "; criteria6[6] = "No appropriate references to data, examples or class notes. No referencing and/or bibliography. "; marksavailable7 = 5; criteria7[0] = "7. Spelling, grammar & syntax "; criteria7[1] = "Exemplary, one or two errors in whole work. "; criteria7[2] = "High standard. Negligible errors. "; criteria7[3] = "Acceptable standard. Occasional errors and/or typos. "; criteria7[4] = "Some errors – punctuation, misuse of words, spelling, sentence construction. "; criteria7[5] = "Errors – punctuation, misuse of words, spelling, sentence construction makes meaning unclear. "; criteria7[6] = "Frequent errors: punctuation, misuse of words, spelling, sentence construction make work largely incomprehensible. "; marksavailable8 = 10; criteria8[0] = "8. Style & Overall presentation "; criteria8[1] = "Very effective use of English. Clear and easy to read. Outstanding presentation. Well organised & presented. "; criteria8[2] = "Very effective use of English. Clear and easy to read. Excellent presentation. Well organised and presented. "; criteria8[3] = "Effective use of English. Clear and easy to read. Well organised and well presented. "; criteria8[4] = "Style acceptable. Presentation generally satisfactory. "; criteria8[5] = "Style sometimes makes work difficult to understand. Style is too colloquial. Unacceptable presentation. Pagination, title, margins, & paragraphs need attention. "; criteria8[6] = "Style makes work largely incomprehensible. 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;