//set this to the number of criteria!!! numberofcriteria = 4; numberofranges = 6; optionrange= new Array(); optionrange[0]="Select option..."; optionrange[1]="70-100 (Outstanding)"; optionrange[2]="60-69 (Good)"; optionrange[3]="50-59 (Adequate)"; optionrange[4]="40-49 (Fail)"; optionrange[5]="0-40 (Bad Fail"; var criteria1 = new Array(); var criteria2 = new Array(); var criteria3 = new Array(); var criteria4 = new Array(); marksavailable1 = 40; criteria1[0] = "1. Understanding of social theory "; criteria1[1] = "A sharply-focused, consistently clear, well-structured paper, demonstrating a high degree of insight. Effectively and convincingly argued, and showing a critical understanding of conflicting theories and evidence. "; criteria1[2] = "Good to very good work, displaying substantial knowledge and understanding of concepts, theories and evidence relating to the topic. Answers the question fully, drawing effectively on a wide range of relevant sources. "; criteria1[3] = "Work which is satisfactory for a PGT degree, showing some accurate knowledge of the topic, understanding, interpretation and use of sources and evidence. There may be gaps in knowledge, or limited use of evidence, or over-reliance on a restricted range of sources. Content may be mainly descriptive. "; criteria1[4] = " Shows some knowledge of the topic, is intelligible, and refers to relevant sources, but likely to have significant deficiencies in argument, evidence or use of literature. "; criteria1[5] = "Flawed understanding of topic, showing poor awareness of theory. Unconvincing in its approach and grasp of the issues. Perhaps too short to give an adequate answer to the question. "; marksavailable2 = 40; criteria2[0] = "2. Interpretation and use of sources and evidence "; criteria2[1] = "Excellent scholarly standard in use of sources, and in presentation and referencing. "; criteria2[2] = "Answers the question fully, drawing effectively on a wide range of relevant sources. No significant errors of fact or interpretation. "; criteria2[3] = "The argument may be confused or unclear in parts, possibly with a few factual errors or misunderstandings of concepts. "; criteria2[4] = "May contain factual mistakes and inaccuracies. Not adequate to the topic, perhaps very short, or weak in conception or execution. "; criteria2[5] = "Major omissions or inaccuracies, and pedestrian use of inadequate sources. "; marksavailable3 = 10; criteria3[0] = "3. Presentation, style, grammar and referencing "; criteria3[1] = "The assignment is very well structured and presented with accurate referencing. There are no errors in spelling and grammar. The assignment is critical, innovative and provides excellence in its academic style. "; criteria3[2] = "The assignment is well structured and presented with accurate referencing. There are very few errors in spelling and grammar. The assignment is critical and there is good evidence of an academic style. "; criteria3[3] = "The assignment is sufficiently well structured and presented with some accurate referencing. There are a few errors in spelling and grammar. The assignment is critical and there is evidence of an academic style. "; criteria3[4] = "The assignment is not sufficiently well structured or presented with incorrect or inadequate referencing. There are some errors in spelling and grammar. The assignment does not demonstrate an appropriately academic style. "; criteria3[5] = "The assignment is poorly structured and presented with incorrect or inadequate referencing. There are many errors in spelling and grammar. The assignment does not demonstrate an appropriately academic style. "; marksavailable4 = 10; criteria4[0] = "4. Correct interpretation of the assignment "; criteria4[1] = "The assignment has provided an innovative interpretation of the assignment brief and all components are included. "; criteria4[2] = "The assignment has addressed all parts of the assignment brief and all components are included. "; criteria4[3] = "The assignment has addressed parts of the assignment brief and all components are included. "; criteria4[4] = "The assignment does not address the assignment brief but all components are included. "; criteria4[5] = "The assignment does not address the assignment brief and components are missing. "; //Scores..//////////////////////////////////////////////////// var myscore = new Array(); myscore[0]= "" myscore[1] = 85; myscore[2] = 65; myscore[3] = 55; myscore[4] = 45; myscore[5] = 20;