A simple angular quiz with multiple valid answers and a simple login system
Using Angular.js create a simple Quiz application that will allow user to login, answer questions and see his score (results).
No backend is required for following steps, simple mockups or dummy-services would suffice.
- Create Login screen with Email/Password fields
- After login user would see a simple Quiz consisting of 5 questions
- User should answer each question (Each question should contain 2..5 possible answers)
- After final step show user his results (for simplification we can assume that first answer in each question was always the right one)
Made by Teodor Birca / http://www.softacid.net/scripts
#Installation You need to have installed Node.js
- Open a terminal (CMD in windows) cd /server and run npm install
- node server.js
- open a browser at http://localhost:3000
- If you have any problem don't hesitate to contact me :)
#Screens
Have Fun!