Skip to content

ChangMinPark/mocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mocket

Mocket is an android application helping users to memorize words.

Unique Features

  • Unique testing system helping users to memorize words in lifetime.
  • Supports built in dictionary. Users can lookup words and directly add to memory list.
  • Keeps bothering users to finish daily test. (A duration can be configurable).
  • Supports a fun card game(words get picked randomly form memory list).
  • Shows a graph that contains statics of memory, game, and test.

Logic of Lifetime Memory

According to Ebbinghaus's forget curve, people get a stronger memory when they are able to recall it longer period of time.

So, Mocket gives tests in certain periods.

As shown on above picture, it gives tests everyday for first three days. After that, the period gets longer, and this helps users to memorize words for lifetime.

Third Party Libraries Used

Table of Layout Contents

Login Feature

  • Used Firebase Realtime Database.
  • It stores encrypted passwords.
  • After signup, email verification should be done to login.
  • When forgot password, users can send password reset link to their emails.

Memory Feature

  • When adding words, users can lookup on built in dictionary.
  • Supports pronunciation feature.
  • Today's memory list has all words added on that day.
  • Users can have a quiz for today's memorized words.

Daily Test and Game Feature

This screen has two fun features, daily test and game.

Daily Test

  • For certain period mentioned earlier, all the words, which should be tested today, will be shown on the cards.
  • After guessing a definition of the shown word, users flip the card.
    • Confused emoticon: keep it in the iteration.
    • Confidence emoticon: remove the word from the iteration.
  • It iterates until no word left.

Game

  • For each word, 4 random definitions will appear.
  • Users choose a definition from the 4 options.
  • Correct and incorrect count will be shown on upper right.

Graph Feature

  • A graph shows statistics about number of morized words, number of words tested, number of correct-and-incorrect counts in game.
  • There are three time period options(weekly, monthly, and yearly)
  • Under the graph, there is a list of all the words that a user memorized.

Profile Feature

  • On settings, users can set time duration for daily test notification and switch of vibration.
  • Users can edit their profile, logout, or completely delete their account.

About

Mocket is an android application helping users to memorize vocabulary words.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages