Review
{{ loading ? '...' : (currentWord ? currentWord[0] : 'Done') }}
{{ loading ? 'Optimizing Order' : (currentWord ? `${currentWord[1]} · ${currentWord[2]}` : '') }}
New: {{ stats.new }}
Due: {{ stats.due }}
Learned: {{ stats.learned }}
MyStatus
{{ s.en }}
{{ s.zh }}
{{ countdown }}
Learning Data
oxford_memory_v2
No learning records yet.
{{ key.split('-')[0] }}
{{ key.split('-')[1] }}
Ease:
{{ val.ease.toFixed(2) }}
Count:
{{ val.count }}
Next:
{{ formatDate(val.next_date) }}
Memory data is stored locally in your browser.