Widget:Test: Difference between revisions
Jump to navigation
Jump to search
Created page with "<includeonly> <script type="text/javascript"> function calcScore(){ var score = 0; if(document.forms["DVTCalc"]["input1"].checked == 1){ score += 1; } if(document.forms["DVTC..." |
No edit summary |
||
Line 4: | Line 4: | ||
var score = 0; | var score = 0; | ||
if(document.forms["DVTCalc"]["input1"].checked == 1){ | if(document.forms["DVTCalc"]["input1"].checked == 1){ | ||
score += | score += 2; | ||
} | } | ||