Flask Index#
What to Expect#
By the time we have reached Styling Form our web pages should look like the images above.
- index
The home or starting page
- account
Load the user name, using a form
- duplicate
The reaction when a user tries to insert a duplicate user name
- quiz
Ask a question after playing a bird song
- right
The result page showing the reaction to a correct answer
- wrong
The result page showing the reaction to an incorrect answer
- final
The last page giving the user their final score, and how well they did
We then apply some styling, which helps to keep the end-users interest, this is where you can also inject your own styling without affecting the basic structure and design.
Finally we make the system into an executable program using Python's virtual environment, venv.






