This android application based on java, aims to help learning english verbs and common tenses.
- Massiles GHERNAOUT.
- Antoine MONTIER.
.
├── LICENSE
├── readme.md
└── src
1 directory, 2 files
As mentionned above, this application will allow the user to choose verbs and then be tested on them. For that, the application will be composed of two views, the main view (start screen), and then the availible tests view. Follow reading below for more details.
The start screen will be a list of all the verbs. The user will have the opportunity to check every verb he wants to learn.
After the user has chosen the verbs, he will have the opportunity to learn more about these. For each question, the app will provide one of the following: the french version, the infinitive, the preterit or the past participle according to his choice. The remaining options should be filled by the user.
This mode is almost the same as the Classic mode. For each verb, the user will need to provide 3 of the 4 fields (french, infinitive, preterit, past participle). The 3 mandatory fields will be chosen randomly.
The user answers are going to be stored and computed by this app. The goal is to provide the user with a pertinent question, depending on his previous failures.