Всем привет, возник вопрос помогите пжл- есть тэст но немогу понять как сделать так чтобы он различал правильные и не правильные ответы помогите пжл и правильный код, тоесть надо сделать так чтобы скрипт отбирал правильный ответ и отсеивал его потом писал какое кол-во ответов правильно и не правильно.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style type = "text/css">
div.questionBlock {
display: none;
}
</style>
<script type = "text/javascript">
var answer;
</script
<title> Сборка ПК - Контактная информация </title>
<link href="style.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<div id="wrap">
<div id="masthead">
<h1>Все о сборке ПК</h1>
<div id="menucontainer">
<div id="menunav">
<ul>
<li><a href="F:\Web-Сайт\www.sborka-pk.ru\Главная.html"><span>Главная</span></a></li>
<li><a href="F:\Web-Сайт\www.sborka-pk.ru\Обучение.html"><span>Обучение</span></a></li>
<li><a href="F:\Web-Сайт\[url]www.sborka-pk.ru\Контактная[/url] информация.html" class="current"><span>Контактная информация </span></a></li>
</ul>
</div>
</div>
</div>
<br>
<font size="+2"><p align="center">
Тест по теме: Знакомство с ПК и его составными</font></p>
<div class = "questionBlock">
<font size="+1">
<br>
Вопрос 1:<br>
<input type = "radio" name=q1 onclick="qa.nowRight = 0">1)<br>
<input type = "radio" name=q1 onclick="qa.nowRight = 1">2)<br>
<input type = "radio" name=q1 onclick="qa.nowRight = 0">3)<br>
<input type = "radio" name=q1 onclick="qa.nowRight = 0">4)<br>
</div>
<br>
Вопрос 2:<br>
<input type = "radio" name=q2 onclick="qa.nowRight = 1">1)<br>
<input type = "radio" name=q2 onclick="qa.nowRight = 0">2)<br>
<input type = "radio" name=q2 onclick="qa.nowRight = 0">3)<br>
<input type = "radio" name=q2 onclick="qa.nowRight = 0">4)<br>
</div>
<br>
Вопрос 3:<br>
<input type = "radio" name=q3 onclick="qa.nowRight = 0">1)<br>
<input type = "radio" name=q3 onclick="qa.nowRight = 0">2)<br>
<input type = "radio" name=q3 onclick="qa.nowRight = 1">3)<br>
<input type = "radio" name=q3 onclick="qa.nowRight = 0">4)<br>
</div>
<br>
Вопрос 4:<br>
<input type = "radio" name=q4 onclick="qa.nowRight = 0">1)<br>
<input type = "radio" name=q4 onclick="qa.nowRight = 0">2)<br>
<input type = "radio" name=q4 onclick="qa.nowRight = 0">3)<br>
<input type = "radio" name=q4 onclick="qa.nowRight = 1">4)<br>
</div>
<br>
Вопрос 5:<br>
<input type = "radio" name=q5 onclick="qa.nowRight = 1">1)<br>
<input type = "radio" name=q5 onclick="qa.nowRight = 0">2)<br>
<input type = "radio" name=q5 onclick="qa.nowRight = 0">3)<br>
<input type = "radio" name=q5 onclick="qa.nowRight = 0">4)<br>
</div>
<br>
Вопрос 6:<br>
<input type = "radio" name=q6 onclick="qa.nowRight = 1">1)<br>
<input type = "radio" name=q6 onclick="qa.nowRight = 0">2)<br>
<input type = "radio" name=q6 onclick="qa.nowRight = 0">3)<br>
<input type = "radio" name=q6 onclick="qa.nowRight = 0">4)<br>
</div>
<br>
Вопрос 7:<br>
<input type = "radio" name=q7 onclick="qa.nowRight = 0">1)<br>
<input type = "radio" name=q7 onclick="qa.nowRight = 0">2)<br>
<input type = "radio" name=q7 onclick="qa.nowRight = 1">3)<br>
<input type = "radio" name=q7 onclick="qa.nowRight = 0">4)<br>
</div>
<br>
Вопрос 8:<br>
<input type = "radio" name=q8 onclick="qa.nowRight = 0">1)<br>
<input type = "radio" name=q8 onclick="qa.nowRight = 1">2)<br>
<input type = "radio" name=q8 onclick="qa.nowRight = 0">3)<br>
<input type = "radio" name=q8 onclick="qa.nowRight = 0">4)<br>
</div>
<br>
Вопрос 9:<br>
<input type = "radio" name=q9 onclick="qa.nowRight = 0">1)<br>
<input type = "radio" name=q9 onclick="qa.nowRight = 1">2)<br>
<input type = "radio" name=q9 onclick="qa.nowRight = 0">3)<br>
<input type = "radio" name=q9 onclick="qa.nowRight = 0">4)<br>
</div>
<br>
Вопрос 10:<br>
<input type = "radio" name=q10 onclick="qa.nowRight = 0">1)<br>
<input type = "radio" name=q10 onclick="qa.nowRight = 0">2)<br>
<input type = "radio" name=q10 onclick="qa.nowRight = 0">3)<br>
<input type = "radio" name=q10 onclick="qa.nowRight = 1">4)<br>
</div>
</font>
</h1>
<br>
<input type="button" value="Ответить" onclick="qa.nextOrResult()">
<script type = "text/javascript">
var qa = new QuestAnalizer();
function QuestAnalizer() {
var now = 0, printed = false, rightCount = 2;
var questionBlocks = document.querySelectorAll("div.questionBlock");
var allQCount = questionBlocks.length;
this.nowRight = 0;
questionBlocks[now].style.display = "block";
this.nextOrResult = function () {
if (now >= allQCount-1) {
now++;
if (!printed) {
questionBlocks[now - 1].style.display = "none"
var p = document.createElement("p");
p.innerHTML = "Верных ответов " + rightCount + ". Вы набрали " + (rightCount / allQCount * 100).toFixed(0) + "%";
document.body.appendChild(p);
printed = true;
} else {
alert("Ваш результат на экране.");
}
} else {
questionBlocks[now].style.display = "none";
now++;
rightCount += this.nowRight;
questionBlocks[now].style.display = "block";
}
}
}
</script>
<div id="navcontainer">
</div>
<p></p>
</div>
<div id="content">
<h2>
</h2>
</div>
</div>
</div>
<div id="footer">
</body>
</html>