//set this to the number of criteria!!! numberofcriteria = 4; numberofranges = 7; optionrange= new Array(); optionrange[0]="Select option..."; optionrange[1]="100-70 (Excellent"; optionrange[2]="69-60 (Good)"; optionrange[3]="59-50 (Adequate)"; optionrange[4]="49-45 (Bare fail)"; optionrange[5]="44-30 (Clear fail)"; optionrange[6]="29-0 (Bad 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 = 35; criteria1[0] = "1. Reflection "; criteria1[1] = "You have provided in-depth and insightful reflection of the problem-based learning process and your involvement in/effect on the process. This includes evaluation and analysis, and conclusion or action plan (from Gibbs’ Reflective Cycle). "; criteria1[2] = "You have provided general reflection on the problem-based learning process and your involvement in/effect on the process, but could have expanded more. This includes evaluation and or analysis, and possibly conclusion and or action plan (from Gibbs’ Reflective Cycle). "; criteria1[3] = "You have provided some reflection on the problem-based learning process, but could have expanded more. This includes some evaluation and or analysis (from Gibbs’ Reflective Cycle). "; criteria1[4] = "There is minimal reflection on the problem-based learning process, however it is mainly descriptive. There is limited consideration of elements of Gibbs’ Reflective Cycle. "; criteria1[5] = "This work fails to reflect on the problem-based learning process. There is no consideration of elements of Gibbs’ Reflective Cycle. "; criteria1[6] = "This work fails to reflect on the problem-based learning process. There is no consideration of elements of Gibbs’ Reflective Cycle. "; marksavailable2 = 25; criteria2[0] = "2. Completeness "; criteria2[1] = "The reflective diary has been completed comprehensively at the three time points (weeks 3, 7 and 12). "; criteria2[2] = "The reflective diary has been completed at the three time points (weeks 3, 7 and 12). "; criteria2[3] = "There is some consideration of reflection at all three time points (weeks 3, 7 and 12) in the reflective diary. "; criteria2[4] = "The reflective diary has not been completed at all three time points (one or two time points are missing). "; criteria2[5] = "The reflective diary has only been completed at one time point. "; criteria2[6] = "No time point is referred to, or no reflective diary has been submitted. "; marksavailable3 = 25; criteria3[0] = "3. Evidence of growth and development "; criteria3[1] = "There is strong evidence of growth and development over the course of the module, including over the course of the first discussion, over the course of each set, and from one set to the next. "; criteria3[2] = "You have provided a good critique of the intervention and theoretical approach, with generally comprehensive examination of the strengths and limitations of the intervention and comparison and contrast with another theoretical approach. You have made reference to relevant literature, and given good consideration of the application of the intervention in the real world, with the use of one or more examples. You have used one or two countercritiques in your argument. "; criteria3[3] = "There is some evidence of growth and development over the course of the module, including over the course of the first discussion, over the course of each set, or from one set to the next. "; criteria3[4] = "There is little evidence of growth and development over the course of the module, including over the course of the first discussion, over the course of each set, or from one set to the next. "; criteria3[5] = "There is no evidence of growth and development over the course of the module. "; criteria3[6] = "There is no evidence of growth and development over the course of the module. "; marksavailable4 = 15; criteria4[0] = "4. Writing quality, layout and structure "; criteria4[1] = "Your writing is clear, concise, well organised and formatted, with attention to detail. You have expressed your thoughts in a coherent and logical manner. We have not identified any spelling, grammar, or syntax errors. "; criteria4[2] = "Your writing is mostly clear, concise and well laid out, but care and attention to detail could have been improved upon. You have expressed your thoughts in a coherent and logical manner. We have not identified more than three spelling, grammar, or syntax errors per page of writing. "; criteria4[3] = "Your writing is mostly clear, concise and generally well laid out but care and attention to detail are needed. You have expressed your thoughts in a generally coherent and logical manner. We have not identified more than five spelling, grammar, or syntax errors per page of writing. "; criteria4[4] = "The summary and conclusion is in need of some improvement, and could be more consistent with the key points and considerations discussed in the essay, and reflect the argument more accurately. New information or argument(s) have been presented. The summary of the argument needs to be more balanced or detailed, and the position statement is not generally consistent with the argument. Implications could have been considered. "; criteria4[5] = "The writing is unclear and disorganised which is, difficult to read, with lack of care and attention to presentation. Thoughts ramble and make little sense. There are numerous spelling, grammar, or syntax errors throughout. "; criteria4[6] = "The writing is unclear and disorganised which is, difficult to read, with lack of care and attention to presentation. Thoughts ramble and make little sense. There are numerous spelling, grammar, or syntax errors throughout. "; //Scores..//////////////////////////////////////////////////// var myscore1 = new Array(); var myscore2 = new Array(); var myscore3 = new Array(); var myscore4 = new Array(); myscore1[0]= "" myscore1[1] = 85; myscore1[2] = 65; myscore1[3] = 55; myscore1[4] = 47; myscore1[5] = 37; myscore1[6] = 15; myscore2[0]= "" myscore2[1] = 85; myscore2[2] = 65; myscore2[3] = 55; myscore2[4] = 47; myscore2[5] = 37; myscore2[6] = 15; myscore3[0]= "" myscore3[1] = 85; myscore3[2] = 65; myscore3[3] = 55; myscore3[4] = 47; myscore3[5] = 37; myscore3[6] = 15; myscore4[0]= "" myscore4[1] = 85; myscore4[2] = 65; myscore4[3] = 55; myscore4[4] = 47; myscore4[5] = 37; myscore4[6] = 15;