//set this to the number of criteria!!! numberofcriteria = 9; numberofranges = 6; optionrange= new Array(); optionrange[0]="Select option..."; optionrange[1]="80-100"; optionrange[2]="70-79"; optionrange[3]="60-69"; optionrange[4]="50-59"; optionrange[5]="45-49"; optionrange[6]="0-44"; 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(); var criteria9 = new Array(); marksavailable1 = 10; criteria1[0] = "1. Interpretation of the assignment question "; criteria1[1] = "Outstanding. All significant points covered. "; criteria1[2] = "Excellent. All significant points covered. "; criteria1[3] = "Good attempt to interpret the assignment question. Most key points covered. "; criteria1[4] = "Adequate attempt to interpret the assignment question. However there are some omissions and/or misunderstandings and/or irrelevant material. "; criteria1[5] = "Inadequate attempt to interpret assignment question. Significant emissions and/or misunderstandings. "; criteria1[6] = "No attempt to interpret or answer the assignment question. "; marksavailable2 = 10; criteria2[0] = "2. Understanding of the assignment topic "; criteria2[1] = "Outstanding understanding and explanation of relevant issues. Insightful and informed. "; criteria2[2] = "Excellent understanding an explanation of relevant issues. Insightful and informed. "; criteria2[3] = "Clear awareness and explanation of relevant issues. "; criteria2[4] = "Basic awareness of the issues but at a general level. "; criteria2[5] = "Understanding is superficial and/or confused. "; criteria2[6] = "Little or no understanding of the topic. "; marksavailable3 = 25; criteria3[0] = "3. Use, evaluation and synthesis of material "; criteria3[1] = "Outstanding use of evidence to support assignment with substantial evidence of independent research and evaluation and synthesis of source material. "; criteria3[2] = "Excellent use of evidence to support points with evidence of significant independent research and evaluation and synthesis of source material. "; criteria3[3] = "Good use of evidence to support arguments. Some independent research and some evaluation and synthesis of source material. "; criteria3[4] = "Adequate use of evidence to support arguments. Limited evidence of independent research. Limited evaluation of source material. "; criteria3[5] = "Limited evidence of independent research. Assignment relies on a superficial and/or poor understanding of lecture material only. Material presented with little attempt at evaluation and synthesis. "; criteria3[6] = "No references to evidence or even class notes. Evidence presented with no attempt at evaluation or synthesis. "; marksavailable4 = 10; criteria4[0] = "4. Description of system/application "; criteria4[1] = "Outstanding description of system, including how it meets health needs at a population level. "; criteria4[2] = "Excellent understanding and explanation of relevant issues. Insightful and informed. "; criteria4[3] = "Good description. "; criteria4[4] = "Sufficient description. "; criteria4[5] = "Limited description of how our application meets health needs at a population level. "; criteria4[6] = "Incomplete description. "; marksavailable5 = 15; criteria5[0] = "5. Critical development of the system/application "; criteria5[1] = "Outstanding standard of critical analysis using a conceptual framework. Questioning and unbiased approach. Clear evidence of independent thought. "; criteria5[2] = "Excellent standard of critical analysis using a conceptual framework. Questioning and unbiased approach. "; criteria5[3] = "Good standard of critical analysis using a conceptual framework. Some questioning of system/application. "; criteria5[4] = "Attempts analysis using conceptual framework but some omissions and/or errors. Limited questioning of system/application. "; criteria5[5] = "Week understanding of conceptual framework. Too descriptive. Analysis to superficial. "; criteria5[6] = "No understanding of conceptual framework. Assignment almost wholly descriptive. No grasp of analysis. "; marksavailable6 = 10; criteria6[0] = "6. Future Development of the system/application "; criteria6[1] = "Outstanding consideration of future of the system/application with excellent understanding of both technology and future health needs. "; criteria6[2] = "Excellent consideration of the future of the system/application with reference to both technology and future health needs. "; criteria6[3] = "Good consideration of the future of the system/application with some reference to technology or future health needs. "; criteria6[4] = "Discussion of the future of the system/application. Little reference to either technology or future health needs. "; criteria6[5] = "Limited and superficial discussion of the future of the system/application. "; criteria6[6] = "Little or no discussion of future of the system/application. "; marksavailable7 = 10; criteria7[0] = "7. Conclusion "; criteria7[1] = "Outstanding. Accurately identifies and summarises key issues. " criteria7[2] = "Excellent. Summarises key issues. " criteria7[3] = "Summarises most key issues. " criteria7[4] = "Adequate summary of issues. " criteria7[5] = "Conclusion short and/or irrelevant. " criteria7[6] = "No recognisable conclusion. " marksavailable8 = 5; criteria8[0] = "8. Style (Spelling, grammar and use of English) "; criteria8[1] = "Outstanding effective use of English. Clear and easy to read. Exemplary spelling and grammar. "; criteria8[2] = "Very effective use of English. Clear and easy to read. Excellent spelling and grammar. "; criteria8[3] = "Effective use of English. Clear and easy to read. Good spelling and grammar. "; criteria8[4] = "Style acceptable. Some errors in spelling and grammar. "; criteria8[5] = "Style sometimes makes work difficult to understand. Significant errors in spelling and grammar. "; criteria8[6] = "Style makes work difficult to understand. Very weak in terms of spelling and grammar. "; marksavailable9 = 5; criteria9[0] = "9. Presentation, including data and references "; criteria9[1] = "Outstanding presentation. Well organised and presented. Outstanding use of relevant data, examples, figures and models. References accurately cited and listed. "; criteria9[2] = "Excellent presentation. Well organised and presented. Excellent use of relevant data, examples, figures and models. References accurately cited and listed. "; criteria9[3] = "Good presentation. Well organised and well presented. Good use of relevant data, examples, figures and models. Reference is accurately cited and listed. "; criteria9[4] = "Presentation satisfactory. Acceptable use of relevant data, examples, models and figures. Some missing or incorrect citations and/or references. "; criteria9[5] = "Unacceptable presentation. Little use of relevant data, examples, figures and models. References used rarely. Significant errors in citations or references. "; criteria9[6] = "Unacceptable presentation. No appropriate use of relevant data, examples, figures and models. No citations or references. "; //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;