//set this to the number of criteria!!! numberofcriteria = 6; numberofranges = 8; optionrange= new Array(); optionrange[0]="Select option..."; optionrange[1]="100-80 (Outstanding)"; optionrange[2]="79-70 (First class piece of work)"; optionrange[3]="69-60 (Good but with faults)"; optionrange[4]="59-50 (Adequate pass)"; optionrange[5]="49-40 (Fail)"; optionrange[6]="39-20 (Bad Fail)"; optionrange[7]="19-0 (Serious 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(); marksavailable1 = 15; criteria1[0] = "1. Composition of the meal in relation to UK advice for healthy eating "; criteria1[1] = "Excellent understanding of applying healthy eating guidelines to the case study. Provides a complete and critical analysis. Draws from wider reading. "; criteria1[2] = "Very good understanding of healthy eating guidelines and its application to the case study. Discusses with depth. Some minor omissions. "; criteria1[3] = "Good understanding of healthy eating guidelines and applying to the case study. No misunderstandings but there are minor omissions. "; criteria1[4] = "Reasonable understanding of healthy eating guidelines and applying to the case study. Compares the meal with healthy eating guidelines. Some omissions and minor misunderstandings. "; criteria1[5] = "Some understanding of the subject, but only at a general level. Some major misunderstandings. "; criteria1[6] = "Little understanding of the subject. Frequent misunderstandings. "; criteria1[7] = "Almost no understanding of the subject "; marksavailable2 = 25; criteria2[0] = "2. Metabolic state prior to the meal "; criteria2[1] = "Excellent understanding of the fasted state. Complete, excellent discussion, provides critical insights and draws from wider reading. "; criteria2[2] = "Very good understanding of the fasted state. Covers all of the main metabolic processes with some minor omissions. Good level of discussion. "; criteria2[3] = "Good understanding of the fasted state. Covers most of the main metabolic processes but there are omissions. Discussion can be improved. "; criteria2[4] = "Reasonable understanding of the fasted state. Covers some of the main metabolic processes but not all. "; criteria2[5] = "Some understanding of the fasted state, but only at a general level. Some major misunderstandings. "; criteria2[6] = "Little understanding of the fasted state. Frequent misunderstandings. "; criteria2[7] = "Almost no understanding of the subject. "; marksavailable3 = 10; criteria3[0] = "3. Digestive and absorptive processes "; criteria3[1] = "Excellent understanding of digestion and absorptive processes. Covers all of the processes and draws from wider reading. "; criteria3[2] = "Very good understanding of digestion and absorptive processes. Covers all of the processes with some minor omissions. "; criteria3[3] = "Good understanding of digestion and absorptive processes. Covers most of the processes but not all. "; criteria3[4] = "Reasonable understanding of digestion and absorptive processes. Covers some of the processes and there are some misunderstandings. "; criteria3[5] = "Some understanding of digestion and absorptive processes, but only at a general level. Some major misunderstandings. "; criteria3[6] = "Little understanding of the subject. Frequent misunderstandings. "; criteria3[7] = "Almost no understanding of the subject. "; marksavailable4 = 40; criteria4[0] = "4. Metabolism and regulation following the meal "; criteria4[1] = "Excellent understanding of postprandial metabolism. Covers all of the processes and their regulation. Provides critical insights and draws from wider reading. "; criteria4[2] = "Very good understanding of postprandial metabolism and regulation. Covers all of the processes with some minor omissions. Good discussion but can be improved. "; criteria4[3] = "Good understanding of postprandial metabolism. Covers most of the processes but not all including regulation. Some minor misunderstandings. "; criteria4[4] = "Reasonable understanding of postprandial metabolism. Covers some of the processes and there are some misunderstandings. Regulation not covered sufficiently. "; criteria4[5] = "Some understanding of the subject, but only at a general level. Some major misunderstandings. "; criteria4[6] = "Little understanding of the subject. Frequent misunderstandings. "; criteria4[7] = "Almost no understanding of the subject. "; marksavailable5 = 5; criteria5[0] = "5. Formatting, spelling and grammar "; criteria5[1] = "Excellent formatting, spelling and grammar, with no or isolated errors only. " criteria5[2] = "Very good formatting, spelling, and grammar. Occasional errors only. " criteria5[3] = "Good formatting, spelling, and grammar. There are a few errors in some sections. " criteria5[4] = "Acceptable formatting, spelling, and grammar. Frequent errors but not critical to understanding. " criteria5[5] = "Poorly presented, poor spelling, poor grammar. " criteria5[6] = "Very poorly presented, very poor spelling, very poor grammar. " criteria5[7] = "Unacceptable presentation, spelling and grammar requires significant improving. "; marksavailable6 = 5; criteria6[0] = "6. Referencing "; criteria6[1] = "Referencing used very consistently. Both in-text citations and references are exemplary. "; criteria6[2] = "Referencing used consistently. Both in-text citations and references are very good quality with only minor inconsistencies. "; criteria6[3] = "Good referencing and generally used consistently. Few errors in in-text citations or references. "; criteria6[4] = "Good referencing and generally used consistently. Few errors in in-text citations or references. "; criteria6[5] = "Consistent style but poor referencing with frequent errors. "; criteria6[6] = "Very poor referencing with frequent errors, lacks consistency. "; criteria6[7] = "Unacceptable referencing with major errors. "; //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(); myscore1[0]= "" myscore1[1] = 90; myscore1[2] = 75; myscore1[3] = 65; myscore1[4] = 55; myscore1[5] = 45; myscore1[6] = 30; myscore1[7] = 10; myscore2[0]= "" myscore2[1] = 90; myscore2[2] = 75; myscore2[3] = 65; myscore2[4] = 55; myscore2[5] = 45; myscore2[6] = 30; myscore2[7] = 10; myscore3[0]= "" myscore3[1] = 90; myscore3[2] = 75; myscore3[3] = 65; myscore3[4] = 55; myscore3[5] = 45; myscore3[6] = 20; myscore3[7] = 10; myscore4[0]= "" myscore4[1] = 90; myscore4[2] = 75; myscore4[3] = 65; myscore4[4] = 55; myscore4[5] = 45; myscore4[6] = 30; myscore4[7] = 10; myscore5[0]= "" myscore5[1] = 90; myscore5[2] = 75; myscore5[3] = 65; myscore5[4] = 55; myscore5[5] = 45; myscore5[6] = 30; myscore5[7] = 10; myscore6[0]= "" myscore6[1] = 90; myscore6[2] = 75; myscore6[3] = 65; myscore6[4] = 55; myscore6[5] = 45; myscore6[6] = 30; myscore6[7] = 10;