function liczbapkt() {
var punkty, wynik
if (document.pytania.txtnazwisko.value =="") {wynik=alert("zapomniałeś wpisać swoje nazwisko i imię")}
else
{
	punkty = 0

	if (document.pytania.p1[0].checked) 	{punkty = punkty + 1}
	
	if (document.pytania.p2[1].checked) 	{punkty = punkty + 1}
	
	if (document.pytania.p3[2].checked) 	{punkty = punkty + 1}

	if (document.pytania.p4[2].checked)     {punkty = punkty + 1}

        if (document.pytania.p5[1].checked) 	{punkty = punkty + 1}

	if (document.pytania.p6[1].checked) 	{punkty = punkty + 1}
	
	if (document.pytania.p7[0].checked) 	{punkty = punkty + 1}
	
	if (document.pytania.p8[1].checked) 	{punkty = punkty + 1}

	if (document.pytania.p9[1].checked)     {punkty = punkty + 1}

        if (document.pytania.p10[0].checked) 	{punkty = punkty + 1}

	if (document.pytania.p11[1].checked) 	{punkty = punkty + 1}
	
	if (document.pytania.p12[2].checked) 	{punkty = punkty + 1}
	
	if (document.pytania.p13[1].checked) 	{punkty = punkty + 1}

	if (document.pytania.p14[0].checked)    {punkty = punkty + 1}

        if (document.pytania.p15[1].checked) 	{punkty = punkty + 1}

	if (document.pytania.p16[0].checked) 	{punkty = punkty + 1}
	
	if (document.pytania.p17[1].checked) 	{punkty = punkty + 1}
	
	if (document.pytania.p18[0].checked) 	{punkty = punkty + 1}

	if (document.pytania.p19[1].checked)    {punkty = punkty + 1}

        if (document.pytania.p20[0].checked) 	{punkty = punkty + 1}

	if (document.pytania.p21[1].checked) 	{punkty = punkty + 1}
	
	if (document.pytania.p22[2].checked) 	{punkty = punkty + 1}
	
	if (document.pytania.p23[0].checked) 	{punkty = punkty + 1}

	if (document.pytania.p24[2].checked)    {punkty = punkty + 1}

        if (document.pytania.p25[2].checked) 	{punkty = punkty + 1}

	if (document.pytania.p26[0].checked) 	{punkty = punkty + 1}
	
	if (document.pytania.p27[0].checked) 	{punkty = punkty + 1}
	
	if (document.pytania.p28[1].checked) 	{punkty = punkty + 1}

	if (document.pytania.p29[0].checked)    {punkty = punkty + 1}

        if (document.pytania.p30[2].checked) 	{punkty = punkty + 1}
	if (document.pytania.p31[0].checked) 	{punkty = punkty + 1}

	var dobrze="Thank you"
	var odpowiedz=0

	while(odpowiedz!=dobrze){
	odpowiedz=prompt(document.pytania.txtnazwisko.value + " - liczba punktów:  "+punkty,"wpisz kod zakończenia");

}
}
}
