//set this to the number of criteria!!! numberofcriteria = 8; numberofranges = 6; optionrange= new Array(); optionrange[0]="Select option..."; optionrange[1]="70-100 (Excellent)"; optionrange[2]="60-69 (Good)"; optionrange[3]="50-59 (Adequate)"; optionrange[4]="45-49 (Bare fail)"; optionrange[5]="0-44 (Clear 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 = 10; criteria1[0] = "1. Interpretation and scope "; criteria1[1] = "Excellent. Scope appropriate. "; criteria1[2] = "Good attempt to reflect scope of report. "; criteria1[3] = "Attempt to cover scope: some omissions. "; criteria1[4] = "Inadequate attempt to define scope of the report. "; criteria1[5] = "No attempt to define scope of report. "; marksavailable2 = 10; criteria2[0] = "2. Understanding of topic "; criteria2[1] = "Excellent understanding of relevant issues. "; criteria2[2] = "Good awareness of relevant issues. "; criteria2[3] = "Adequate awareness of relevant issues. "; criteria2[4] = "Superficial or confused awareness of relevant issues. "; criteria2[5] = "Little or no awareness of relevant issues. "; marksavailable3 = 25; criteria3[0] = "3. Exploration of system or application "; criteria3[1] = "Excellent description and exploration of the system. "; criteria3[2] = "Good description and exploration of the system. "; criteria3[3] = "Sufficient description and exploration of the system. "; criteria3[4] = "Limited description and exploration of the system. "; criteria3[5] = "Incomplete description and exploration of the system. "; marksavailable4 = 25; criteria4[0] = "4. Use of evaluation framework "; criteria4[1] = "Excellent selection of evaluation framework with justification. Excellent standard of critical analysis. "; criteria4[2] = "Good selection of evaluation framework with some justification. Good standard of critical analysis. "; criteria4[3] = "Acceptable selection of evaluation framework with limited justification. Poor standard of critical analysis. "; criteria4[4] = "Poor selection of evaluation framework without justification or critical analysis. "; criteria4[5] = "No evaluation framework. "; marksavailable5 = 10; criteria5[0] = "5. Future development of the system "; criteria5[1] = "Excellent consideration of the future of the system/application with reference to technology and health needs. " criteria5[2] = "Consideration of the future of the system with some reference to technology or health needs. " criteria5[3] = "Discussion of the future of the system, little reference to either technology or future health needs. " criteria5[4] = "Limited and superficial discussion of the future of the system. " criteria5[5] = "Little or no discussion of the future of the system. " marksavailable6 = 10; criteria6[0] = "6. Conclusion "; criteria6[1] = "Good. Summarises key points/ issues/outcomes. "; criteria6[2] = "Summarises most key points/ issues/outcomes. "; criteria6[3] = "Inadequate summary of key points/issues/outcomes. "; criteria6[4] = "Conclusion perfunctory. "; criteria6[5] = "No recognisable conclusion. "; marksavailable7 = 5; criteria7[0] = "7. Writing style, spelling, grammar and syntax "; criteria7[1] = "High standard. Very few errors. "; criteria7[2] = "Acceptable standard. Clear and easy to read. "; criteria7[3] = "Some errors – work largely easy to understand. "; criteria7[4] = "Frequent errors make work difficult to understand. "; criteria7[5] = "Numerous errors make work very difficult to understand. "; marksavailable8 = 5; criteria8[0] = "8. Presentation, including referencing "; criteria8[1] = "Excellent presentation. Well organised and presented. Excellent referencing. "; criteria8[2] = "Well organised and well presented. Good referencing. "; criteria8[3] = "Presentation generally satisfactory. Acceptable referencing. "; criteria8[4] = "Unacceptable presentation. Limited or no referencing. "; criteria8[5] = "Unacceptable presentation. No referencing. "; //Scores..//////////////////////////////////////////////////// var myscore = new Array(); myscore[0]= "" myscore[1] = 90; myscore[2] = 75; myscore[3] = 65; myscore[4] = 55; myscore[5] = 45; myscore[6] = 20;