Skip to content

Instantly share code, notes, and snippets.

View stevtymz's full-sized avatar
🎯
Focusing

stevtymz

🎯
Focusing
View GitHub Profile
@slopeofhope81
slopeofhope81 / gist:9093298
Created February 19, 2014 14:35
I made this quiz app that has following: 1)radio button choices 2)it will show score upon completion 3)can show any # of questions and choices4)tally the user's score and remove everything else in the form
<html>
<head><!--html-->
<title>example1</title>
<link rel="stylesheet" type="text/css" href="do.css">
</head>
<body>
<div id="point"></div>
<div id="question"></div>
<form name="radioAnswers">