- Semester: 19.1A
- Subject: Practice Project A
- Topic: implement a national-flag quiz app for mobile devices.
- Initialize Date: Sep 25th, 2019 (old repos: https://github.com/pdnminh99/flaguru01), Oct 8th, 2019 (new repos: https://github.com/pdnminh99/flaguru)
- Pham Do Nhat Minh (https://github.com/pdnminh99)
- Pham Van Hieu (https://github.com/kai618)
- Duong Gia Lac (https://github.com/LacDuongGia)
- Truong Hoang Duy (https://github.com/truonghoangduy)
- Nguyen Dang Cao (https://github.com/DangCao3659)
https://drive.google.com/file/d/1kIGwDO9evZXn7RPy07j9PUvag1gQK63a/view?usp=sharing
https://flaguru-35568.web.app/
The video was recorded in debug mode, the answer of every quiz was always A.
https://drive.google.com/file/d/1WlyzsRIMxr9AZyJhJTKMmo5o0nPC8vXk/view
- Drawbacks of traditional flags classification strategies.
- By marking each flag: Easy, but subjective.
- By location distance: Still subjective, depends on many other factors.
- Function to calculate ratio that correct answer will occur.
Ratio = [ correct count / total call count ] * 100
- Flags start from ratio of Zero are considered as difficult.
- Flags start from ratio of 100 are considered as easy.
- Then flags start from the middle are considered as normal.