Widget:PLASMIC score: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 27: | Line 27: | ||
document.forms["PLASMIC"]["result"].value = score; | document.forms["PLASMIC"]["result"].value = score; | ||
if(score == 0 && score <= 4){document.forms["PLASMIC"]["longanswer"].value = "Low risk";} | if(score == 0 && score <= 4){document.forms["PLASMIC"]["longanswer"].value = "Low risk";} | ||
if(score == 5){document.forms["PLASMIC"]["longanswer"].value = "Intermediate;} | if(score == 5){document.forms["PLASMIC"]["longanswer"].value = "Intermediate risk;} | ||
if(score == 6){document.forms["PLASMIC"]["longanswer"].value = "High risk";} | if(score == 6){document.forms["PLASMIC"]["longanswer"].value = "High risk";} | ||
if(score == 7){document.forms["PLASMIC"]["longanswer"].value = "High risk";} | if(score == 7){document.forms["PLASMIC"]["longanswer"].value = "High risk";} |