Give brief descriptions of the enhancements you added to your app. Provide screen shots of important blocks and describe how you used them to solve certain programming problems.

        After creating a simple quiz, I added an enhancement to voice input the answer. I created a button that, when clicked, gets the voice input. Once this voice input component gets the input, the answer box is set to the input. When the user clicks submit, the answer text is retrieved just like if it was typed in.

Capture.PNG

Describe how one or more of your enhancements used a list.

        My speech recognizer component indirectly uses the list through referencing the answer text box. The text box controls the answer list, which stores all the user’s answers.