//set this to the number of criteria!!! numberofcriteria = 5; numberofranges = 7; optionrange= new Array(); optionrange[0]="Select option..."; optionrange[1]="100-70 (Distinction)"; optionrange[2]="69-60 (Merit)"; optionrange[3]="59-50 (Pass)"; optionrange[4]="49-40 (Bare Fail)"; optionrange[5]="39-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(); marksavailable1 = 20; criteria1[0] = "1. Identify and prioritise one key global public health issue "; criteria1[1] = "Excellent evidence presented for the choice of the key global public health issues as well as for the country or population of choice (in-depth and insightful). A clear and relevant review of the literature that includes strong critical assessment. "; criteria1[2] = "Good evidence presented for the choice of the key global public health issues as well as for the country or population of choice. A good review of the literature that includes critical assessment. "; criteria1[3] = "A key global public health issues is identified and some evidence for its choice in the context of the chosen country or population is presented. The review of the literature includes a limited critical review. "; criteria1[4] = "A key global public health issues is identified but its importance / relevance / impact in the context of the chosen country or population is unclear (i.e. appropriate evidence to support choices not presented). Mainly descriptive review of the literature. "; criteria1[5] = "Fails to clearly identify a key public health issue OR fails to focus on a country or population. LIMITED review of the literature but with no critical assessment. "; criteria1[6] = "Fails to clearly identify a key public health issue AND fails to focus on a country or population. No critical assessment of the literature. "; marksavailable2 = 20; criteria2[0] = "2. Discuss / critically assess current strategies "; criteria2[1] = "An in-depth description of current strategies being developed / instigated that makes clear their methods, aims and potential impact as well as the roles of different implementing partners in relation to each strategy. An insightful, critical and supported (references) discussion on progress and challenges being faced with a strong element of critical assessment. "; criteria2[2] = "Good description of current strategies being developed / instigated that makes clear the roles of different implementing partners in relation to each strategy. A detailed and relevant discussion on progress and challenges being faced with good critical assessment throughout. "; criteria2[3] = "Clear description of current strategies being developed / instigated. Makes clear implementing partners and their role. Adequate discussion on progress and challenges being faced with some critical assessment. "; criteria2[4] = "Identifies current strategies being developed / instigated and lists implementing partners. Limited discussion on progress and challenges being faced with limited or no critical assessment. "; criteria2[5] = "Fails to clearly identify current strategies being developed and instigated by implementing partners OR fails to make clear progress and challenges being faced. "; criteria2[6] = "Fails to identify current strategies being developed and instigated by implementing partners AND fails to discuss progress and challenges being faced. "; marksavailable3 = 25; criteria3[0] = "3. Identify key global health actors involved "; criteria3[1] = "Makes clear the key global health actors involved (comprehensive approach), and for each actor provides an in-depth description and critical assessment of their role in relation to the chosen issue and setting. "; criteria3[2] = "Makes clear the key global health actors involved and describes well, with some critical assessment, their roles in relation to the chosen issue and setting. "; criteria3[3] = "Key global health actors are listed and there is a discussion, with limited critical assessment, of their roles. The link between these roles and the chosen issue and setting could be made clearer. "; criteria3[4] = "Key global health actors are listed and there is a limited discussion, with little or no critical assessment, of their roles. The link between these roles and the chosen issue and setting is unclear. "; criteria3[5] = "A number of global health actors are listed but it is not clear why they are key and what their role is. Little or no attempt to link their role with the chosen issue and setting."; criteria3[6] = "Key actors not clearly identified or no indication of role or relevance for those that have been mentioned. "; marksavailable4 = 25; criteria4[0] = "4. Offer evidenced-based ideas "; criteria4[1] = "Highly relevant and potentially impactful suggestions put forward to address the well-defined issue within the chosen context. The evidence base for the ideas put forward is robust and clearly defined."; criteria4[2] = "Relevant suggestions put forward to address the issue within the chosen context. The ideas put forward are evidence-based and clearly referenced. "; criteria4[3] = "Suggestions put forward but could be made clearer as to relevance to chosen issue and context. The ideas put forward are evidence based. "; criteria4[4] = "Suggestions are put forward, but it is unclear how they would address the issue and context. References presented but could be clearer how they support the suggestions / arguments put forward. "; criteria4[5] = "Suggestions are made but they lack context and the evidence base for the suggestions is not clear. "; criteria4[6] = "The suggestions made are out of context and no attempt to support them with evidence. "; marksavailable5 = 10; criteria5[0] = "5. Appropriate referencing and quality of academic writing "; criteria5[1] = "References are highly relevant to the point being made, used appropriately, highly credible (up to date and from appropriate sources) and are correctly referenced and cited with correct formatting. Excellent adoption of academic writing throughout. Excellent use of a supporting figure or table. "; criteria5[2] = "References are relevant to the point being made, used appropriately, credible (up to date and from appropriate sources), and are mainly correctly referenced and cited with mainly correct formatting. Good use of academic writing throughout Good use of a supporting figure or table "; criteria5[3] = "References are adequate for the point being made, mainly used appropriately, and generally credible (mostly up to date and from appropriate sources), with a few errors of formatting in reference lists and citations. A good attempt at academic writing with some errors (e.g. over interpretation of results; over use of adjectives; unsupported statements of fact….). A table or figure is presented but it could be made clearer how it supports the discussion / arguments. "; criteria5[4] = "References are less than adequate for the point being made, generally not used appropriately, not completely credible (many are not up to date and/or from inappropriate sources), and there are errors of formatting in reference lists and citations. Academic approach to writing could be strengthened. A table or figure is included but it is unclear why. "; criteria5[5] = "Limited use of references throughout. References not adequate for the point being made, and not credible (not up to date and/or from inappropriate sources), with significant errors of formatting in reference lists and citations. Poor adoption of academic writing. No table or figure presented. "; criteria5[6] = "References not used or inappropriate for the point being made, not credible (not up to date and/or from inappropriate sources), significant errors of formatting in reference lists and citations or missing reference list or citations. Written in a style that is not academic and no table or figure presented. "; //Scores..//////////////////////////////////////////////////// var myscore = new Array(); myscore[0]= "" myscore[1] = 85; myscore[2] = 65; myscore[3] = 55; myscore[4] = 45; myscore[5] = 35; myscore[6] = 15;