//set this to the number of criteria!!! numberofcriteria = 7; numberofranges = 6; optionrange= new Array(); optionrange[0]="Select option..."; optionrange[1]="Excellent"; optionrange[2]="Good"; optionrange[3]="Satisfactory"; optionrange[4]="Borderline"; optionrange[5]="Unsatisfactory"; 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(); marksavailable1 = 0; criteria1[0]= "1. Overall Grade "; criteria1[1]= "Excellent (75) "; criteria1[2]= "Good (65) "; criteria1[3]= "Satisfactory (55) "; criteria1[4]= "Borderline (45) "; criteria1[5]= "Unsatisfactory (35) "; marksavailable2 = 0; criteria2[0]= "2. Presentation "; criteria2[1]= "Very neat, clear presentation. All instructions followed. "; criteria2[2]= "Neat presentation. All instructions followed. "; criteria2[3]= "Acceptable presentation. Instructions generally followed. "; criteria2[4]= "Borderline presentation. Some instructions not followed. "; criteria2[5]= "Untidy presentation. Instructions not properly followed. "; marksavailable3 = 0; criteria3[0] = "3. Writing Style "; criteria3[1] = "Written using a very clear scientific style with clear use of English. "; criteria3[2] = "Written using a generally clear scientific style with clear use of English. "; criteria3[3] = "Written using a generally satisfactory scientific style with satisfactory of English. "; criteria3[4] = "Some lack of clarity in written English. Some use of journalistic or subjective language. "; criteria3[5] = "Inadequate use of English. Casual, colloquial or inappropriate style. "; marksavailable4 = 0; criteria4[0] = "4. Reference Formatting "; criteria4[1] = "Vancouver referencing system used entirely correctly (BMJ standard). "; criteria4[2] = "Vancouver / BMJ referencing system generally used correctly, with very minor errors. "; criteria4[3] = "Vancouver / BMJ referencing system mainly used correctly, with some minor errors. "; criteria4[4] = "Some errors in use of Vancouver referencing system. "; criteria4[5] = "Missing or incomplete listing of references. Inadequate / incorrect referencing within text. "; marksavailable5 = 0; criteria5[0] = "5. Introduction "; criteria5[1] = "Excellent introduction to the topic. "; criteria5[2] = "Good introduction to the topic. "; criteria5[3] = "Satisfactory introduction to the topic. "; criteria5[4] = "Some inadequacies in introduction to the topic. "; criteria5[5] = "Inadequate introduction to the topic."; marksavailable6 = 0; criteria6[0] = "6. Discussion of main issues "; criteria6[1] = "Insightful discussion with clear awareness of complexities. Excellent use of literature to support arguments, with critical and insightful analysis of articles used. "; criteria6[2] = "Coherent discussion of issues. Good use of relevant publications and evidence, incorporating critical analysis of articles used. "; criteria6[3] = "Satisfactory discussion of issues. Satisfactory choice and use of relevant publications to support arguments, with some critical analysis. "; criteria6[4] = "Inadequate or confusing attempt at discussion of issues. Inadequate choice of references. Uncritical use of references. Inadequate understanding of references. "; criteria6[5] = "Relevant issues not identified or poorly presented. Poor, inappropriate or random choice of references. Little evidence that articles have been read and understood "; marksavailable7 = 0; criteria7[0] = "7. Conclusion "; criteria7[1] = "Key points accurately identified and summarised. "; criteria7[2] = "Key points succinctly summarised. "; criteria7[3] = "Satisfactory summary of key points. "; criteria7[4] = "Inadequate summary of key points. "; criteria7[5] = "No recognisable conclusion. Inappropriate conclusions drawn. "; //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] = 85; myscore1[2] = 65; myscore1[3] = 55; myscore1[4] = 45; myscore1[5] = 20; myscore2[0]= "" myscore2[1] = 85; myscore2[2] = 65; myscore2[3] = 55; myscore2[4] = 45; myscore2[5] = 20; myscore3[0]= "" myscore3[1] = 85; myscore3[2] = 65; myscore3[3] = 55; myscore3[4] = 45; myscore3[5] = 20; myscore4[0]= "" myscore4[1] = 85; myscore4[2] = 65; myscore4[3] = 55; myscore4[4] = 45; myscore4[5] = 20; myscore5[0]= "" myscore5[1] = 85; myscore5[2] = 65; myscore5[3] = 55; myscore5[4] = 45; myscore5[5] = 20; myscore6[0]= "" myscore6[1] = 85; myscore6[2] = 65; myscore6[3] = 55; myscore6[4] = 45; myscore6[5] = 20; myscore7[0]= "" myscore7[1] = 85; myscore7[2] = 65; myscore7[3] = 55; myscore7[4] = 45; myscore7[5] = 20;