You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
nprimo b32ef63889 docs(quizz-app): improve audit format 2 years ago
..
README.md docs(quizz-app): improve audit format 2 years ago

README.md

Functional

In order to run and hot reload app either on emulator or device, follow the instructions

Does the app run without crashes?
Does the app change states as it is being used, i.e. is it stateful?
Are there at least 5 categories?
Are there at least 10 questions to each category?
Does every category have a name, appropriate image?
Does tapping the category switch from first route?
Are there question text, image, and true/false buttons on the page containing questions?
Does tapping the true/false button let the user know the answer, and contribute to score correctly?
Does the last page correctly display the score, and button to go to main page?
Does the app behave as it is supposed to?

Bonus:

+Are there images for all the questions?
+When question is not answered within given time, is it considered as not answered?
+When question is not answered within given time, is it omitted and next one shown?