/typetrial

Measure your touch and keyboard typing skills in a sleek and responsive two minute exam app.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Logo

Typetrial

Typetrial is an attempt to create modern typing test app. In an effort to keep the project simple and succinct, the app is been restrained to a single page view. It is built for use on desktop as well as mobile, and is fully responsive.

Screenshots

Screenshots

Exams

To start an exam in Typetrial, begin typing in the input box. A timer for two minutes will begin, and when it reaches zero the exam will end and a report will be generated.

After starting the exam, a sentence will be displayed on the screen and you will be prompted to type it in. After typing it, clicking the space bar will shuffle the sentence randomly.

Speed calculations.

In an effort to calculate an accurate words per minute speed, a certain procedure is used. The amount of mistyped characters will be subtracted from the total number of characters typed. The amount will then be divided by the average word length (5) to get an estimate of the words typed. The word count will finally be divided by 120 seconds.