Widget:Test: Difference between revisions

Jump to navigation Jump to search
Mehdi Pahlavani (talk | contribs)
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..."
 
Mehdi Pahlavani (talk | contribs)
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 += 1;
score += 2;
}
}



Revision as of 15:08, 13 October 2017