I the very beginning of my life here I bought paper flip-cards to learn alphabet. This time I’ve decided to be more technological and use iPad and iPhone. Surely there are lots of flip card sets on the Internet but they are just abstract flip cards: korean numbers, colors, verbs etc. I needed special sets of flip cards linked to the lessons in my textbook. So there appeared necessity for creation of flip cards. For this activity iPad with its onscreen keyboard was perfect. And for word learning I planned to use iPhone. And final procedure for learning became:
- Create flip cards for the lesson on iPad
- Export it somewhere
- Import them on iPhone
- Learn words
First I’ve tried to find another app capable of converting Evernote notebook to flip cards and came across Everword - Evernote Flashcards. It was able to synchronize with Evernote and convert note for flash-cards and provide some statistics after learning sessions. But still I was not happy with the app mainly because of the look/price ratio.
So I used “flashcard” search on App Store and got bunch of apps. And started trying them. The list of apps I’ve tried:
- Flashcards+. App works both with iPhone and iPad, can interface Quizlet, has bearable UI. Though for some reason card flipping and switching was somewhat buggy.
- Brainscape. App was created by “cognitive science enthusiasts”. Works both on iPhone and iPad, has built-in card editor, can interface Quizlet card database. During study sessions allows student to select level of word or picture knowledge to rearrange cards for the future study sessions. And also app provides different kinds of statistics.
- Eductic. iPhone application with more or less standard feature set. Cards also can be marked by the level on knowledge (0—100%). But widget for mark is a slider and it is not so convenient to do this.
- A+ Flashcards. App is available for both iPad and iPhone. Can get flash cards from Quizlet or from iTunes folder. Provides statistics on learning process, has three decks during study session “I know”, “I don’t know” and “Not sure” to mark word knowledge. It seems that app is implemented with Titan so it looks un-native and buggy.
- Wordbook. iPhone app with quite simple interface. Has internal cards editor, with paid version it is possible to edit cards on PC and the import them in app over WiFi.
- Wordbook Uni. App for learning word translation as it described on the app page. And yes, it is possible to create word books there with translation queried from somewhere.
- Flipcards. Cute app available for iPhone. Has Quizlet integration, ability to create cards, in paid version it is capable of study and test sessions, grouping card decks in groups, TTS word pronunciation.
Still I had some card already made in Evernote and obvious solution will be to convert this data to Quizlet (or Brainscape) import format, import data there and be happy. Still working with Evernote on iPad is much more pleasant than waiting for the web-interfaces. There’re two possibilities for export in Evernote - HTML and Evernote XML format (well, it’s XML with portions of HTML cause text notes still keep all formatting). Ok, we’ll take DOM, throw away all formatting and create cards in Quizlet/CSV format.
Then I’ve recalled that I have PlainText app, which I sometimes use for notes. It has very simple interface, synchronizes with Dropbox and work fast on my iPad. So the obvious solution was to create files a la
Word1
Definition11
Definition12
---
Word2
Definition21
Definition22
Definition23
---
…
Then convert them to certain format e.g. JSON for Flipcards, import them in app and study. It will be possible to separate all words by lesson (just different text files). So I’ve decided to use Python for this task and came with this small program:It’s a little bit incompatible with Windows OS but it wasn’t the target platform.
And so final process of creating flash cards looks like:
- Create cards in PlainText
- Convert them for Flipcards format
- Put resulting file to iTunes Flipcards folder
- Import them on iPhone
This is a practical rundown of available flashcard programs. Thank you! Your readers might also consider our free EzFlashCards software (www.ezflashcards.com), written in JQuery, meaning that it works on iPhone, iPad, Android, PC, Mac, and Linux. Since it connects to Evernote, you have plenty of free tools to create and edit your notes. Our software then makes flashcards from your your Evernote info. Unlike Study Blue, it "hides" memorized cards without requiring payment.
RépondreSupprimerThanks for the comment. Though Ezflashcards seems to be good still wasn't able to find "shuffle" there ;)
Supprimer