//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 = 50; criteria1[0] = "1. Understanding of social theory "; criteria1[1] = "Introduces a sociological theory, identifies rationale for selection and justification compared to other theories, and provides a critical overview of its application. "; criteria1[2] = "Introduces an appropriate sociological theory, identifies rationale for selection and provides some limited critical appreciation of its application. "; criteria1[3] = "Introduces an appropriate sociological theory. Does not clearly structure the theoretical approach and provides a purely descriptive overview. "; criteria1[4] = "Introduces and identifies an appropriate sociological theory. "; criteria1[5] = "No or limited overview of a chosen and appropriate sociological theory. "; marksavailable2 = 30; criteria2[0] = "2. Application to a specific problem in health and/or health care "; criteria2[1] = "Identifies a specific problem and provides insight in relation to sociological theory. Demonstrates critical insight into why this problem was chosen and provides a critical overview of what sociological theory contributes in understanding the problem. "; criteria2[2] = "Identifies a specific problem and critically explores it in relation to sociological theory. Develops critical insight into why this problem was chosen and what sociological theory contributes in understanding the problem. "; criteria2[3] = "Identifies a specific problem and explores it in relation to sociological theory. Describes why this problem was chosen. Some descriptive discussion. "; criteria2[4] = "Identifies a specific problem but limited discussion of why it’s relevant, and limited discussion of how sociological theory application. "; criteria2[5] = "Unclear what the specific problem is. Doesn’t apply the theory. "; 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;