mirror of https://github.com/01-edu/public.git
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.
32 lines
1.1 KiB
32 lines
1.1 KiB
2 years ago
|
#### Functional
|
||
|
|
||
|
#### In order to run and hot reload app either on emulator or device, follow the [instructions](https://docs.flutter.dev/get-started/test-drive?tab=androidstudio#run-the-app).
|
||
|
|
||
|
###### 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?
|