//set this to the number of criteria!!! numberofcriteria = 5; numberofranges = 5; optionrange= new Array(); optionrange[0]="Select option..."; optionrange[1]="70-100"; optionrange[2]="60-69"; optionrange[3]="50-59"; optionrange[4]="40-49"; optionrange[5]="Less than 40"; var criteria1 = new Array(); var criteria2 = new Array(); var criteria3 = new Array(); var criteria4 = new Array(); var criteria5 = new Array(); marksavailable1 = 20; criteria1[0] = "1. Engagement with the organisation and completion of e-portfolio "; criteria1[1] = "There is excellent engagement with the e-portfolio. Self assessment against all of the CiPs has been undertaken at three timepoints. There is excellent evidence of action planning against 10 or more of the CiPs. "; criteria1[2] = "There is good engagement with the e-portfolio. Self assessment against all of the CiPs has been undertaken at least two timepoints. There is good evidence of action planning against 8 or more of the CiPs. "; criteria1[3] = "There is adequate engagement with the e-portfolio. Self assessment against most of the CiPs has been undertaken on at least one time point. There is some evidence of action planning against 5 or more CiPs. "; criteria1[4] = "There is very little engagement with the e-portfolio. Self assessment against CiPs has not been undertaken or is very limited. There is inadequate action planning under each CiP. "; criteria1[5] = "No engagement with the e-portfolio. There is no evidence of action planning under each CiP. "; marksavailable2 = 15; criteria2[0] = "2. The upload of evidence of engagement with mySkills self-assessment and the inclusion of a 500 word reflection and action plan "; criteria2[1] = "There is uploaded evidence of engagement with mySkills self-assessment on at least two occasions and an excellent 500 word reflection and action plan offering detailed learning against mySkills Sheffield Graduate Attributes. "; criteria2[2] = "There is uploaded evidence of engagement with mySkills self-assessment on at least two occasions and a good 500 word reflection and action plan of learning against mySkills Sheffield Graduate Attributes. "; criteria2[3] = "There is uploaded evidence of engagement with mySkills self-assessment on at least one occasion and an adequate reflection or action plan of learning against mySkills Sheffield Graduate Attributes. "; criteria2[4] = "No or limited evidence of engagement with mySkills self-assessment or reflection and action plan on learning against mySkills Sheffield Graduate Attributes are inadequate - for example too short or not relating to the topic. "; criteria2[5] = "No evidence of engagement with mySkills self-assessment or reflection and action plan included. "; marksavailable3 = 20; criteria3[0] = "3. A broad range of evidence of learning is uploaded against at least 10 of the 16 CiPs "; criteria3[1] = "There is an excellent and very broad range of relevant learning evidence uploaded against 10 or more of the CIPs. (eg. an excellent range of different sources / types of evidence, a clear articulation of how the evidence demonstrates learning against the CiPs). "; criteria3[2] = "There is good and a range of relevant evidence of learning uploaded against at least 10 of the CiPs. (eg. a good range of different sources / types of evidence, some articulation of how the evidence demonstrates learning against the CiPs). "; criteria3[3] = "There is adequate and relevant evidence of learning uploaded against at least 10 of the CiPs. (e.g. evidence is uploaded but there may be over reliance on a particular type rather than a broad range of evidence or it is not clearly articulated how the evidence demonstrates learning against the CiPs). "; criteria3[4] = "Evidence of learning upload is inadequate against fewer than 8 CiPs. (eg. fewer than 8 CiPs are evidenced and/or evidence that has been uploaded is not relevant to the CiPs). "; criteria3[5] = "No evidence has been uploaded for any CiPs. "; marksavailable4 = 20; criteria4[0] = "4. Reflective accounts are included in the 'reflective account' box clearly demonstrating your learning against at least 5 CiPs "; criteria4[1] = "Reflective accounts of high quality. Clear signposting to at least 5 specific CiPs. Excellent demonstration of learning evidenced within the reflections. "; criteria4[2] = "Reflective accounts of good quality. Good signposting to at least 5 CiPs. Most signpost to and are relevant to specific CiPs. Learning from the reflections is well demonstrated and evidenced. "; criteria4[3] = "Reflective accounts of adequate quality. Most are made relevant to at least 5 specific CiPs. Some learning evidenced within the reflections. "; criteria4[4] = "Reflective accounts inadequate, not signposted to or relevant to specific CiPs. "; criteria4[5] = "No evidence of reflective accounts. "; marksavailable5 = 25; criteria5[0] = "5. At least one of your reflective pieces is 500 words in length and makes reference to up to 5 pieces of relevant academic and / or policy evidence that support your reflections "; criteria5[1] = "At least one longer reflection of 500 words. Excellent use of up to 5 pieces of relevant academic and / or policy evidence that enhance critical reflection and discussion. "; criteria5[2] = "At least one longer reflection of 500 words. Good use of up to 5 pieces of relevant academic and / or policy evidence that clearly support the reflection and discussion. "; criteria5[3] = "One longer reflection of nearing 500 words. Adequate reference made to some relevant academic and / or policy evidence. "; criteria5[4] = "No reflection of close to 500 words. No reference to academic and / or policy evidence or any reference is not relevant to the reflection and discussion. "; criteria5[5] = "No reflection of 500 words. No reference to relevant academic and / or policy evidence. "; //Scores..//////////////////////////////////////////////////// var myscore = new Array(); myscore[0]= "" myscore[1] = 85; myscore[2] = 65; myscore[3] = 55; myscore[4] = 45; myscore[5] = 20;