//set this to the number of criteria!!! numberofcriteria = 6; numberofranges = 7; optionrange= new Array(); optionrange[0]="Select option..."; optionrange[1]="100-80 (Outstanding)"; optionrange[2]="79-70 (Excellent)"; optionrange[3]="69-60 (Good)"; optionrange[4]="59-50 (Adequate)"; optionrange[5]="49-40 (Fail)"; optionrange[6]="39-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 = 15; criteria1[0] = "1. Pathway diagram "; criteria1[1] = "Outstanding level of clarity and understanding. Shows all current treatments, sub-populations and differences between jurisdictions. "; criteria1[2] = "Excellent level of clarity and understanding. Shows all current treatments and sub-populations and differences between jurisdictions. "; criteria1[3] = "Good level of clarity and understanding. Shows most current treatments, sub-populations and differences between jurisdictions. "; criteria1[4] = "Basic level of detail and understanding. Shows some current treatments and sub-populations. "; criteria1[5] = "Poor understanding of the condition and management. Major treatments and sub-populations omitted. "; criteria1[6] = "Few details on the current treatments and sub-populations given. "; marksavailable2 = 25; criteria2[0] = "2. Description of management pathway "; criteria2[1] = "Outstanding summary of the disease, sub-populations and treatment classes. Descriptions consistent with pathway. Outstanding awareness of differences between jurisdictions. Full description of evidence sources. Appropriate referencing. "; criteria2[2] = "Excellent summary of the disease, sub-populations and treatment classes. Descriptions consistent with pathway. Excellent awareness of differences between jurisdictions. Full description of evidence sources. Appropriate referencing. "; criteria2[3] = "Good summary of the disease and most sub-populations and treatment classes. Descriptions mostly consistent with pathway. Good awareness of differences between jurisdictions. Good description of evidence sources. Appropriate referencing. "; criteria2[4] = "Basic summary of the disease, sub-populations and key treatment classes. Some elements missing. Descriptions not always consistent with pathway. Some awareness of differences between jurisdictions. Some description of evidence sources. Some referencing. "; criteria2[5] = "Poor summary. Many key sub-populations and treatment classes omitted. Description poorly described and inconsistent with pathway. Little awareness of differences between jurisdictions. Little description of evidence sources. Unclear referencing. "; criteria2[6] = "No clear summary of treatment classes and sub-populations. Description has no logical structure. No awareness of differences between jurisdictions. Inadequate description of evidence sources. Inadequate referencing. "; marksavailable3 = 10; criteria3[0] = "3. Factors influencing positioning "; criteria3[1] = "Excellent understanding of factors affecting positioning. Insightful & well informed application to clinical topic. "; criteria3[2] = "Good understanding of factors affecting positioning. Insightful and informed application to clinical topic. "; criteria3[3] = "Clear understanding of factors affecting positioning. Reasonably insightful application to clinical topic. "; criteria3[4] = "Basic understanding of factors affecting positioning. Some application to clinical topic. "; criteria3[5] = "Poor understanding of factors affecting positioning. Little or superficial application to clinical topic. "; criteria3[6] = "Little or no understanding of factors affecting positioning. Little or no application to clinical topic. "; marksavailable4 = 10; criteria4[0] = "4. Pricing and positioning "; criteria4[1] = "Excellent understanding of how price and positioning affect one another. Insightful & well informed application to clinical topic. "; criteria4[2] = "Good understanding of how price and positioning affect one another. Insightful & informed application to clinical topic. "; criteria4[3] = "Clear understanding of how price and positioning affect one another. Reasonably insightful application to clinical topic. "; criteria4[4] = "Basic understanding of how price and positioning affect one another. Some application to clinical topic. "; criteria4[5] = "Poor understanding of how price and positioning affect one another. Little or superficial application to clinical topic. "; criteria4[6] = "Little or no understanding of how price and positioning affect one another. Little or no application to clinical topic. "; marksavailable5 = 30; criteria5[0] = "5. Unmet need, TVPs and trials "; criteria5[1] = "Exceptional TVPs including relevant positions and populations, consistent with pathways. Excellent explanation of unmet need, fully justified. Outstanding trial descriptions with relevant population, intervention, comparators and outcomes. Consistent with pathway and addresses unmet needs. "; criteria5[2] = "Excellent TVPs including relevant positions and populations, consistent with pathways. Good explanation of unmet need, fully justified. Excellent trial descriptions with relevant population, intervention, comparators and outcomes. Consistent with pathway and addresses unmet needs. "; criteria5[3] = "Good TVPs including mainly relevant positions and populations, mostly consistent with pathways. Clear explanation of unmet need, mostly justified. Good trial descriptions with mainly relevant population, intervention, comparators and outcomes. Mostly consistent with pathway and addresses unmet needs. "; criteria5[4] = "Adequate TVPs including fairly clear positions and populations, partly consistent with pathways. Basic explanation of unmet need, partly justified. Adequate trial descriptions with some relevant populations, interventions, comparators and outcomes. Partially consistent with pathway, partly addresses unmet needs. "; criteria5[5] = "Unsatisfactory TVPs with flaws in the positions and populations, not consistent with pathways. Little explanation of unmet need, poorly justified. Poor trial descriptions with few relevant populations, interventions, comparators and outcomes. Not always consistent with pathway, does not address unmet needs. "; criteria5[6] = "Poor TVPs with little clarity of positions and populations, not consistent with pathways. Little or no explanation of unmet need, not justified. Inadequate trial descriptions. Inconsistent with pathway, does not address unmet needs "; marksavailable6 = 10; criteria6[0] = "6. Evidence to demonstrate value "; criteria6[1] = "Outstanding consideration of all types of evidence and sources. "; criteria6[2] = "Excellent consideration of most types of evidence and sources. "; criteria6[3] = "Good consideration of most types of evidence and sources. "; criteria6[4] = "Adequate consideration of some types of evidence and sources. "; criteria6[5] = "Poor consideration of types of evidence and sources. "; criteria6[6] = "Little or no consideration of types of evidence and sources. "; //Scores..//////////////////////////////////////////////////// var myscore1 = new Array(); var myscore2 = new Array(); var myscore3 = new Array(); var myscore4 = new Array(); var myscore5 = new Array(); var myscore6 = new Array(); myscore1[0]= "" myscore1[1] = 90; myscore1[2] = 75; myscore1[3] = 65; myscore1[4] = 55; myscore1[5] = 45; myscore1[6] = 20; myscore2[0]= "" myscore2[1] = 90; myscore2[2] = 75; myscore2[3] = 65; myscore2[4] = 55; myscore2[5] = 45; myscore2[6] = 20; myscore3[0]= "" myscore3[1] = 90; myscore3[2] = 75; myscore3[3] = 65; myscore3[4] = 55; myscore3[5] = 45; myscore3[6] = 20; myscore4[0]= "" myscore4[1] = 90; myscore4[2] = 75; myscore4[3] = 65; myscore4[4] = 55; myscore4[5] = 45; myscore4[6] = 20; myscore5[0]= "" myscore5[1] = 90; myscore5[2] = 75; myscore5[3] = 65; myscore5[4] = 55; myscore5[5] = 45; myscore5[6] = 20; myscore6[0]= "" myscore6[1] = 90; myscore6[2] = 75; myscore6[3] = 65; myscore6[4] = 55; myscore6[5] = 45; myscore6[6] = 20;