You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each word has three status, depending on the learner's memorization status.
---
title: Word status
---
stateDiagram-v2
direction LR
classDef white fill:white,color:black,font-weight:bold,stroke-width:0px
classDef green fill:#A5D6A7,color:black,font-weight:bold,stroke-width:0px
classDef red fill:#FFAB91,color:black,font-weight:bold,stroke-width:0px
Before_learning: Before learning
Not_remembered: Not remembered
Learn_&_Review: Learn & Review
[*] --> Not_remembered:::white
state Before_learning {
Not_remembered
}
Not_remembered --> Remembered:::green
Remembered --> Forgot:::red
state Learn_&_Review {
Forgot --> Remembered
}
Learn_&_Review --> [*]
Loading
Before learning
All words are in the Not remembered status. Once you have memorized the meaning of a word, move its status to Remembered.
Learn & Review
You will review the words you have learned. If you cannot recall the meaning of a word, move its status to Forgot. If you remember the meaning of the word again, move its status back to Remembered.
Sign in to Eiken Grade 1 with your Google account using Firebase Authentication. Your learning data will be stored in Cloud Firestore, making it possible to synchronize your learning data and configurations across different devices.
The status of an unhighlighted word is Not remembered. Once you have learned a word, you can tap it to make its status Rememembered. The meaning of the word will be automatically hidden (just like covered with a red sheet). If you cannot remember the meaning of a hidden word when reviewing, tap the word to make its status Forgot.
Choose the level of words to display from A, B, C, and Idioms.
Change word status
Choose the status of the word to be displayed from Not remembered (including Forgot), Remembered, Forgot, and All.
Toggle audio playback
Toggle whether or not to playback the pronunciation on tapping a word.
Toggle Japanese audio playback
Toggle whether or not to playback Japanese after the pronunciation playback.
Change playback speed
Change playback speed from 0.5x to 4x.
See progress charts
The charts above show the number of Remembered words at each level. The chart below shows the total number of Remembered words since you started learning.
Sign out from Google
Sign out from Eiken Grade 1 to switch your Google accounts for saving your learning data and configurations.
📄 Disclaimer
Warning
Although the code in this repository is MIT licensed, the word and sound assets used in Eiken Grade 1 are third-party copyrighted works and are reproduced for the author's personal use under Article 30 of the Copyright Act. Therefore, distribution of these assets is prohibited.