Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Files

Latest commit

author
Huang-Chenyu
Mar 8, 2017
20df722 · Mar 8, 2017

History

History
21 lines (14 loc) · 861 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 861 Bytes

GRE Vocabulary Builder

This is a personal Android project built aimed to help my friends as well as myself to prepare for GRE verbal test. It generates multiple choices questions to test student's vocabulary.

Current Features

  • Automatic multiple choices question generation
  • Connected SQLite database to store word-definition fields, as well as keep track of student's performance
  • A fuzzy search enabled dictionary to search for word definitions

Todos:

  • Better search mechanisms to retrieve more accurate result
  • Integration of API to search words not currently in database
  • Generate questions based on student's past performance
  • Notify users to study if they don't study for a few days

March 7th Update:

  • Fixed a bug causing the app to crash when user make choices
  • Integrated Datamuse API to search for words not in the database