"); your_results.document.write("

Graph for "+correctname+"


"); your_results.document.write("Accuracy

"); your_results.document.write("Speed



Note : This will not be very accurate sometimes."); } else { alert("You didn't start a test."); } } function get() { chars=document.testform.test.value.length; document.testform.chars.value=chars; } function ok() { if(document.testform.scnds.value.indexOf('0',0)!=-1 || document.testform.scnds.value.indexOf('1',0)!=-1 || document.testform.scnds.value.indexOf('2',0)!=-1 || document.testform.scnds.value.indexOf('3',0)!=-1 || document.testform.scnds.value.indexOf('4',0)!=-1 || document.testform.scnds.value.indexOf('5',0)!=-1 || document.testform.scnds.value.indexOf('6',0)!=-1 || document.testform.scnds.value.indexOf('7',0)!=-1 || document.testform.scnds.value.indexOf('8',0)!=-1 || document.testform.scnds.value.indexOf('9',0)!=-1) { start=0; stop=document.testform.scnds.value; document.testform.scnds.disabled=true; document.testform.name.disabled=true; document.testform.bresults.disabled=true; document.testform.sgraph.disabled=true; document.testform.test.disabled=false; alert("Be sure to aim your cursor at the text area now.\nReady, get set, ..........click OK"); keepcountin(); } else { alert("Invalid seconds sppecified!"); } } function keepcountin() { if(start == stop) { alert("Your time is up."); alert("Click \"Results\" to view your speed and accuracy results."); getallres(); } else { start++; setTimeout("keepcountin()",1000) } } function getallres() { //results document.testform.test.disabled=true; document.testform.bresults.disabled=false; document.testform.sgraph.disabled=false; utyped=document.testform.test.value; ityped="Soccer is one of the world's most popular sport, and this is evident in the faces of over 2 billion fans gathered to watch the World Cup, held every 4 years. The dominate forces of soccer have traditionally been Brazil and Germany, with Brazil holding the record for the most World Cup Championship wins in the history of this sport. In 1998, the World Cup was held in France, with the host team, France, and the visitor Brazil, going for the gold. Brazil was generally favored in this match, while France looked to its first World Cup championship ever. The outcome of the match was shocking for most, with France decisively beating Brazil, 3-0."; spcs=document.testform.test.value; charcs=document.testform.test.value.length; words=spcs.split(' '); mywords=ityped.split(' '); yourwords=utyped.split(' '); gotcha=words.length; seconds=stop; mins=seconds/60; wpm=parseInt(gotcha/mins); wps=parseInt(gotcha/seconds); cpm=parseInt(charcs/mins); cps=parseInt(charcs/seconds); y=0; done="yes"; //nu line acc=0; inac=0; for(x=0;x=150 && cpm<=280) { status="Okay"; } else if(cpm>280 && cpm<=330) { status="Good"; } else if(cpm>330 && cpm<=600) { status="Too Good"; } else if(cpm>600 && cpm<=700) { status="Absolute Top Class"; } else if(cpm>700) { status="You weren't serious"; } if(accuracy<10) { accstats="Very very Bad"; } else if(accuracy>=10 && accuracy<40) { accstats="Very Bad"; } else if(accuracy>=40 && accuracy<60) { accstats="Bad"; } else if(accuracy>=60 && accuracy<80) { accstats="Poor"; } else if(accuracy>=80 && accuracy<90) { accstats="Okay"; } else if(accuracy>=90 && accuracy<92) { accstats="Good"; } else if(accuracy>=92 && accuracy<94) { accstats="Very Good"; } else if(accuracy>=94 && accuracy<96) { accstats="Very very good"; } else if(accuracy>=96 && accuracy<98) { accstats="Too Good"; } else if(accuracy>=98 && accuracy<=99) { accstats="Brilliant"; } else if(accuracy=100) { accstats="Absolutely Spot on"; } } //sorry cum back-->
Typing Speed Test 1.1
Name:      Duration (seconds):
READ THIS
Enter your name above. Specify the duration in seconds. Scroll down, click the start button at the bottom of the page. As soon as you click start an alert message will appear telling you to get ready, click ok, place your cursor on the text-area and start typing whatever is written in the paragraph below. After the duration you specified elapses, you will be stopped. Click the "Results" button at the bottom to view your results. You may also view a graph of your results.

Soccer is one of the world's most popular sport, and this is evident in the faces of over 2 billion fans gathered to watch the World Cup, held every 4 years. The dominate forces of soccer have traditionally been Brazil and Germany, with Brazil holding the record for the most World Cup Championship wins in the history of this sport. In 1998, the World Cup was held in France, with the host team, France, and the visitor Brazil, going for the gold. Brazil was generally favored in this match, while France looked to its first World Cup championship ever. The outcome of the match was shocking for most, with France decisively beating Brazil, 3-0.


Untitled