//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 and organisation within the e-portfolio. Self-assessment against each CiP has been undertaken at an initial and final assessment. There is excellent evidence of action planning. ";
criteria1[2] = "There is good engagement with the e-portfolio. Self-assessment against each CiP has been undertaken at an initial and final assessment. There is clear evidence of action planning. ";
criteria1[3] = "There is adequate engagement with the e-portfolio. Self-assessment against each CiP has been undertaken at both initial and final assessment, with some action planning. ";
criteria1[4] = "There is very little engagement with the e-portfolio. Self-assessment against each CiP has not been undertaken or is very limited or only refers to only either an initial or final assessment. There is inadequate action planning. ";
criteria1[5] = "No engagement with the e-portfolio. There is no self-assessment or evidence of action planning under each CiP. ";
marksavailable2 = 20;
criteria2[0] = "2. Provides a 500 word reflection and action plan ";
criteria2[1] = "There is an uploaded evidence map of engagement with mySkills and an excellent 500 word reflection and action plan offering detailed learning against the mySkills Sheffield Graduate Attributes self-assessment. ";
criteria2[2] = "There is an uploaded evidence map of engagement with mySkills and a reflective 500 word reflection and action plan of learning against mySkills Sheffield Graduate Attributes. ";
criteria2[3] = "There is an uploaded self-assessment map and an adequate reflection with some action planning against the mySkills Sheffield Graduate Attributes. ";
criteria2[4] = "No or limited evidence of engagement with mySkills 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 or reflection and no action plan included. ";
marksavailable3 = 20;
criteria3[0] = "3. A broad range of evidence of learning is uploaded ";
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 10 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. A 500 word reflective accounts is included in the 'reflective account' box which demonstrate learning against CiP 1 ";
criteria4[1] = "Reflection of 500 words with the relevant CiP clearly identified. Good use of up to 4 pieces of relevant academic and / or policy evidence that clearly support the critical reflection and discussion. ";
criteria4[2] = "Reflection of 500 words with the relevant CiP clearly identified. Good use of up to 4 pieces of relevant academic and / or policy evidence that clearly support the reflection and discussion. ";
criteria4[3] = "Reflection of nearing 500 words with the relevant CiP clearly identified. Adequate reference made to some relevant academic and / or policy evidence. ";
criteria4[4] = "No reflection or less than 500 words. No reference to academic and / or policy evidence. ";
criteria4[5] = "No reflection of 500 words. No reference to relevant academic and / or policy evidence. ";
marksavailable5 = 20;
criteria5[0] = "5. A 500 word reflective accounts is included in the 'reflective account' box which demonstrate learning against CiP 2 ";
criteria5[1] = "Reflection of 500 words with the relevant CiP clearly identified. Good use of up to 4 pieces of relevant academic and / or policy evidence that clearly support the critical reflection and discussion. ";
criteria5[2] = "Reflection of 500 words with the relevant CiP clearly identified. Good use of up to 4 pieces of relevant academic and / or policy evidence that clearly support the reflection and discussion. ";
criteria5[3] = "Reflection of nearing 500 words with the relevant CiP clearly identified. Adequate reference made to some relevant academic and / or policy evidence. ";
criteria5[4] = "No reflection or less than 500 words. No reference to academic and / or policy evidence. ";
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;