1
00:00:00,180 --> 00:00:06,060
So I've got one for you, this project is generating our typing test where we're going to be presented

2
00:00:06,060 --> 00:00:12,150
with a phrase and the objective is to type that phrase and not make any mistakes on the words and type

3
00:00:12,150 --> 00:00:17,820
it as quick as possible, because that is going to be timed as well as errors are going to be checked.

4
00:00:18,120 --> 00:00:21,240
So random phrase is going to be presented to the user.

5
00:00:21,250 --> 00:00:23,910
We count the start time as well as the end time.

6
00:00:24,090 --> 00:00:29,790
So when they click finished, then that's when we and we also check for errors and count the errors.

7
00:00:29,970 --> 00:00:35,320
So how many words were misspelled and then provide results for the user that's played the game?

8
00:00:35,940 --> 00:00:36,980
Let me show you this one.

9
00:00:37,740 --> 00:00:43,860
So we're presented with a text area we had start and we see that this is the phrase that we need to

10
00:00:43,860 --> 00:00:44,250
type.

11
00:00:44,460 --> 00:00:45,270
I'm going to cheat.

12
00:00:45,270 --> 00:00:48,510
I'm going to just copy and paste it, and then I'm going to make some mistakes.

13
00:00:48,840 --> 00:00:53,310
So you can see that when we hit done, we got nine correct out of 13 words.

14
00:00:53,520 --> 00:00:57,920
So we calculated how many words were right, as well as how quickly we were typing.

15
00:00:57,930 --> 00:00:59,820
So we're doing eighty five words per minute.

16
00:00:59,820 --> 00:01:00,270
Wow.

17
00:01:00,420 --> 00:01:01,080
Pretty good.

18
00:01:01,080 --> 00:01:02,370
But we did get some mistakes.

19
00:01:02,760 --> 00:01:05,880
So this is a fun one and you can try this one out as well.

20
00:01:06,030 --> 00:01:08,370
If you enjoy typing, this is the one for you.

21
00:01:09,130 --> 00:01:09,960
Let's get coding.
