//set this to the number of criteria!!! numberofcriteria = 4; numberofranges = 6; optionrange= new Array(); optionrange[0]="Select option..."; optionrange[1]="Excellent"; optionrange[2]="Good"; optionrange[3]="Satisfactory"; optionrange[4]="Borderline"; optionrange[5]="Unsatisfactory"; var criteria1 = new Array(); var criteria2 = new Array(); var criteria3 = new Array(); var criteria4 = new Array(); marksavailable1 = 0; criteria1[0]= "1. Generic Graduate Skills "; criteria1[1]= "Very clearly presented, layout engaging, very easy to read, attractive presentation, information very well organised. Good use of headings to aid clarity, logical and coherent flow and structure with readable font. Excellent range of references majority from peer reviewed sources and appropriately cited using vancouver referencing system (e.g. provides date accessed for all website sources). "; criteria1[2]= "Good presentation in line with the excellent criteria but with weakness or scope for improvement in order to merit an excellent grade. Minimal typographical or grammatical errors. "; criteria1[3]= "Presentation reasonable with some obvious weaknesses and scope for improvement (e.g. presentation, layout, formatting). Some parts of the poster lacking clarity or lacking logical flow. Some typographical or grammatical errors. The student has used a reasonable selection of references. The Vancouver referencing system has been used but may not be fully or consistently implemented. "; criteria1[4]= "Weak presentation and organisation of information which makes it difficult to read, more than a few typographical errors and poor formatting. Needing a little more work on the presentation to merit a pass. References may include un-evidenced sources or sources not relevant to the topic. "; criteria1[5] = " Very poor presentation and organisation of information making it very difficult to read, significant typographical errors and poor formatting. Appears rushed with little or no attention to detail. May be poorly referenced with irrelevant or unevidenced sources of information. "; marksavailable2 = 0; criteria2[0] = "2. Communicating Health Information Specific Skills "; criteria2[1] = "Demonstrates an excellent understanding of the selected topic. Addresses the key information requirements coherently – public health topic; presents epidemiological information on the nature/extent of the problem/issue(incidence/prevalence); implications; intervention /policy/ recommendations; conclusions; population approach to prevention (primary/secondary/tertiary); provides a comparison on the basis of one epidemiological criterion (person, place, time, risk factor). Content is evidence based – accurate and (reasonably) up to date. "; criteria2[2] = "Demonstrates a clear understanding of the selected topics and addresses the key information requirements but with weakness or scope for improvement to merit an excellent grade. "; criteria2[3] = "Meets the key information requirements and demonstrates a reasonable understanding of the selected topic but coverage quite limited/superficial with obvious weaknesses and scope for improvement. "; criteria2[4] = "Does not quite address the key information requirements. Weak coverage of the selected topic. Needing a little more work to merit a pass. May be missing a section (i.e. epidemiology, risk factors, implications, interventions or conclusion). Does not appropriately focus on public health interventions focusing more on individual level interventions. "; criteria2[5] = "Does not address the key information requirements. Demonstrates a very limited understanding of the selected topic. Falls significantly short of the requirements for a satisfactory grade. May be missing a required section (i.e. epidemiology, risk factors, implications, interventions or conclusion). Topic is not relevant to public health or does not appropriately focus on public health interventions. "; marksavailable3 = 0; criteria3[0] = "3. Overall Competence "; criteria3[1] = "Excellent. "; criteria3[2] = "Good. "; criteria3[3] = "Satisfactory. "; criteria3[4] = "Borderline. "; criteria3[5] = "Unsatisfactory. "; marksavailable4 = 0; criteria4[0] = "4. Professional behaviours_SSC_CHUI "; criteria4[1] = "Satisfactory - no concerns. "; criteria4[2] = "Satisfactory - no concerns. "; criteria4[3] = "Satisfactory - no concerns. "; criteria4[4] = "Borderline - note to markers additional feedback is essential here. "; criteria4[5] = "Borderline - note to markers additional feedback is essential here. "; //Scores..//////////////////////////////////////////////////// var myscore1 = new Array(); var myscore2 = new Array(); var myscore3 = new Array(); var myscore4 = new Array(); myscore1[0]= "" myscore1[1] = 0; myscore1[2] = 0; myscore1[3] = 0; myscore1[4] = 0; myscore1[5] = 0; myscore2[0]= "" myscore2[1] = 0; myscore2[2] = 0; myscore2[3] = 0; myscore2[4] = 0; myscore2[5] = 0; myscore3[0]= "" myscore3[1] = 0; myscore3[2] = 0; myscore3[3] = 0; myscore3[4] = 0; myscore3[5] = 0; myscore4[0]= "" myscore4[1] = 0; myscore4[2] = 0; myscore4[3] = 0; myscore4[4] = 0; myscore4[5] = 0;