You are required to design and implement an "English Test" program in which the user is presented with a word and then asked to answer a simple question about the word.
After 5 words, the program shows the user's score and ends.
The 5 words are selected at random from the list of words in the starter file (english_test.py) provided to you with this assignment brief.
Please use the starter file as the basis of your assignment code. For each of the 5 words, the program randomly selects one of the following 4 questions to ask:
1) How many letters does the word contain?
2) How many vowels does the word contain?
3) How many consonants does the word contain?
4) What is letter # of the word? (# is a number, e.g. "What is letter 3 of the word?")