made the mod page, he can see the pending question. he is also allowed to update, fix, and delete.
edited the game page, which will call a random question from the database.
made the setting page which changes your username, password or delete the user.
made the database with 2 table, one for user and the other for questions.
fixed the sign up page, now a create a new user but it will check to see if the username is already used. if so then it can't create the user.
made the sign in page more secure by putting attemps. When all of the attemps are used up then the user will be kick out of the app for an hour.
edited the make question page by adding a new question to the database, that will initialize the Questiontype to Etc. and the QuestionAccepted to pending.
In the GamePage, It gets a random question from the database and start a new counter called streak. For every question right the streak will increase. Once you get something wrong then the streak will update to the database if that streak is bigger than the max streak value.
Hello I have worked on the formal proposal with Jason Fiddle.