mvysny / aedict

Original Aedict 2 source codes
http://www.aedict.eu
GNU General Public License v3.0
40 stars 7 forks source link

Long term: SRS calendar-based study #200

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please provide a summary of feature that you would like to see implemented
in the product.

Well, for the JLPT quizzes, I was thinking that vocabulary words from each
of the JLPT levels could be implemented the same way like the way you have
kanji. I know programs like Kotoba-Chan and Obenkyo have done this. It's
kinda hard to explain on how it would be implemented, considering I don't
even know the first thing about programming an app lol. Another app that's
on the iOS side of the spectrum for JLPT flashcards is Stickystudy, which
uses an SRS algorithm combined with a calendar system that sets a goal for
the amount of cards you can study for before a date you set. Plus, the more
you do, the number of new or incorrect cards you have to do each day. That
app was the only reason I used my iPod touch and it was really effective,
in fact, I felt more confident during the JLPT N4 test than I ever did. But
that's just me. That would be a dream of a study tool on android, but
that's a tall order, and no one hasn't done something like that on android.
I'm not asking you to go that much in depth, but if vocab and SRS be used
in the app, that would be awesome. I know there's Ankidroid, but I find the
interface cumbersome and I don't like the way the multiple choice is set up
when it comes to certainty. That's just my take on it. If JLPT vocab could
be implemented like the way you have the kanji, then that would be okay as
well.

Please add any screenshots, logs, or other details that would help to
describe your request.

Original issue reported on code.google.com by martin.v...@gmail.com on 3 Jan 2014 at 8:09

GoogleCodeExporter commented 9 years ago
Mass export to AnkiDroid has been implemented, see bug #264 for details. 
Perhaps I can create a documentation on how to create custom Note Type in 
AnkiDroid which handles mass imports from Aedict 3 efficiently? I will revisit 
this when AnkiDroid guys implement the mass import Intent.

Original comment by martin.v...@gmail.com on 15 Apr 2014 at 8:31

GoogleCodeExporter commented 9 years ago
Okay, I have implemented a simple SRS algorithm based on 
http://en.wikipedia.org/wiki/Leitner_system
When enabled in the configuration, the system tracks quiz answers for 
particular characters. When next quiz is launched, incorrectly answered kanjis 
are shown more often than correctly answered kanjis.

See 
https://code.google.com/p/aedict/wiki/FAQ?ts=1400143534&updated=FAQ#Q:_SRS/Leitn
er? for more details.

Original comment by martin.v...@gmail.com on 15 May 2014 at 8:45

GoogleCodeExporter commented 9 years ago
Marking as fixed. Please open a new bug for a particular request on how the SRS 
system can be improved in Aedict.

Original comment by martin.v...@gmail.com on 15 May 2014 at 8:57