$(function() { timer.reset(600); });
Stop
Reset
div.timer {
border:2px #666666 solid;
width:150px;
height:35px;
line-height:35px;
font-size:28px;
font-family:”Courier New”, Courier, monospace;
text-align:center;
margin:5px;
}
.ans
{
color:blue;
font-weight:bold;
padding-left: 20px;
}
.submit
{
position: relative;
cursor: pointer;
height: 30px;
width: 100px;
font-weight: bold;
border-radius: 5px;
background: #336699;
font-size: 20px;
color: #FFFFFF;
}
.start, .stop, .re
{
position: relative;
cursor: pointer;
height: 25px;
width: 60px;
color: #FFFFFF;
font-weight: bold;
border-radius: 5px;
background: #336699;
font-size: 0.9em
}
var answers = [“C”,”D”,”B”,”A”,”C”,”B”,”C”,”A”,”A”,”B”,”B”,”C”,”D”,”B”,”C”,”A”,”D”,”B”,”A”,”D”], tot = answers.length;
//tot = answers.length;
function getCheckedValue( radioName ){
var radios = document.getElementsByName( radioName ); // Get radio group by-name
for(var y=0; y