Pull some Anki magic tricks out of your top hat! (Image from freeimages.com)

Anki magic tricks – by serendipity

I’ll make a confession here, as a die-hard Anki aficionado: I haven’t read the manual.

That is, at least, from cover to cover. For one thing, the Anki user guide is pretty thick (in digital terms). For another, I hate long instruction manuals. Instead, I learnt to use Anki by playing. Just dive in, have a go. From new electronic gadgets to household appliances, that spirit of exploration (and perhaps a touch of impatience) has followed me from childhood.

The inclination to tinker still turns up new tricks by the week. There is a lot to explore in Anki.

Back to basics

Sometimes, however, going back to basics can be helpful. A chance leaf through the Anki manual this week turned up some nuggets of wisdom I had long missed.

In fact, what I found out what not at all what I thought I was looking for. It started out as an attempt to tidy up my media folder by using subfolders. Would the media folder cope with these?

Well, partly. It appeared that the desktop and iOS apps behaved quite differently in this case, so I turned to the user guide for help. I didn’t find what I was looking for, sadly. It transpires that subfolders are recognised by the desktop program, but not the iOS app.

But all was not lost! Through my leafing through these online help pages, I did happen upon a really useful trick with filenames. How serendipitous!

Protect template images

To illustrate how useful this accidental trick is, let me set the scene. The topic of sprucing up Anki decks with media has long been one of my favourite topics to cover on this blog. From customising cards with images like flags, to maintaining a tidy media folder with the Tools > Check Media function, it’s par for the course for any Anki-loving linguist.

A customised Icelandic card in Anki

An Icelandic card in Anki –
complete with flag!

That said, I noticed something frustrating with that Check Media function in recent weeks. Each time I let it run to clean up unused image and sound files, my flag images were appearing in the list as candidates for deletion.

This is because they have no link to an actual Anki note – just a template.

Anki lists as unused all media not linked to a note.

Anki lists as unused all media not linked to a note.

To give a concrete example of this, let’s take this note in an Irish vocabulary deck for oráiste (orange), with a linked image file orange.png. That picture is perfectly safe from Anki’s musings, as it was added directly to the note. The Check Media tool will consider it in use by your decks, as it attached to the entry for oráiste. But your Irish flag image, flag_ie.png will only be present on the card template.

An Anki card with a note image and a template image.

An Anki card with a note image
and a template image.

Without being linked to an actual note, Anki flags your flag as unused every time you Check Media. And you don’t want to accidentally hit Delete Unused and get rid of it on a day when your attention is less than optimal!

Now, named as it is, Anki will always consider these files candidates for deletion. But the remedy I chanced across in the user guide is surprisingly simple. All you need to do is prefix any template-only media files with an underscore. Check Media then overlooks them, and they disappear from your list of deletion suggestions.

The Anki media folder, with underscores prefixing template media files.

The Anki media folder, with underscores prefixing template media files.

Two tricks for the price of one

My new Anki magic tricks didn’t stop there. I found the underscore tip, whilst searching for subfolders, in the section on custom fonts in card templates. Yes: it’s possible to go one step further with your customisation, and install fonts that travel around with your decks from device to device. This could be particularly useful if you are creating cards in a language with a very particularly, non-standard script.

Before we get too excited, however, the feature doesn’t yet work on the Mac OS version. It’s also unclear how much support there is in the mobile apps for it. Which returns me to the starting point of my query: subfolders, which also seem to lack full support across Anki’s platforms.

But then, that is the point of tinkering. Through playing around, we somehow find a way. And the user guide is always there when that approach fails!

You really do learn something every day, don’t you? May the spirit of the tinkerer follow you in your own Anki exploits. But dive into that guide now and again – you never know what you might find.

There's no better time to clean up your Anki! (Image from freeimages.com)

Anki Spring Cleaning : Brush up your decks!

It’s almost Spring! So doesn’t it feel like time for a refresh? A change is as good as a rest, and if that doesn’t go for our Anki decks too, I don’t know what does.

The thing with well-used tools is that, over time, the lose their sheen. Imperfections creep in, annoying niggles that we ignore for the time being. A note type out of place. An image not showing now and again. It may not interrupt our learning terribly, but after a while they can start to grate.

That’s why it’s a great idea to lay aside some time every few months to clean up your Anki decks.  If you are also a stickler for order, you will understand this declutter itch!

So what is the order of ceremonies for our Anki freshen-up blast? Our tidying spree here will focus on three areas:

  1. Bringing card images into the Anki file rather than external links
  2. Cleaning up unwanted media (without deleting your card images)
  3. Identifying and eliminating rogue note types

Before we start, remember to exercise caution when tinkering around in Anki’s underbelly. Preferably, make a full backup via the Export feature before you start. Better safe than sorry!

1. All-inclusive media

If you know a bit of HTML, it’s easy to spruce up your cards with colour and images. When I customise Anki cards, I often use flags, for instance. For the visual polyglot learner in you, flags can really help keep multiple languages separate in memory.

A customised Norwegian card in Anki

A Norwegian card in Anki

Now, for speed and ease, I often just search for a flag image online and use the URL directly in the card, like this:

<img src="https://upload.wikimedia.org/wikipedia/en/thumb/0/03/Flag_of_Italy.svg/1500px-Flag_of_Italy.svg.png" width="50" height="40" style="margin-bottom: 20px; border: 2px solid black" />

The problem here is not only that the code looks bloated and long-winded. More seriously, when using the decks without internet, the flags are simply absent, since they are downloaded every time.

Bring them home

The trick is to download and place your images inside Anki so they ‘live’ inside your data. Anki has a media folder just for this. Usually, the program places items there automatically when you add sound or images to a card, for example. But you can place them there yourself, too, and refer to them in your card code.

To open the media folder, open your Anki Preferences. Then, select the Backups tab. You should see a link titled Open backup folder – click it.

Anki Preferences

Anki Preferences

Now, the folder it opens isn’t the one we want. We need to go up one directory level, then into the folder called collection.media. This is where your Anki account keeps all of its MP3, PNG and similar files. With this folder open, it’s a good idea to close the Anki program in the background while we work.

Download and add the flag images and otherwise to this folder. You might want to resize them first. And, if you have lots of them, use a file naming system that keeps things tidy. For example, I prefix flag image files with fl_.

Close the folder once you are done, then reopen Anki. Head to the browser, select a card for customising, and you are set to use simply the file name on its own to link the image:

<img src="flag_it.png" width="50" height="40" style="margin-bottom: 20px; border: 2px solid black" />

Isn’t that so much better?

One note: you can nest files in subfolders and refer to them in your code, like flags/flag_it.png. However, while the desktop app recognises these paths, it seems that the iPhone app doesn’t. As with all these things, it’s worth playing around to see what you can and can’t do (while taking copious backups along the way, of course).

Edit 2021: the media folder is now a bit more hidden for Mac users. Here’s how to locate it now!

2. Media hangover

While we hang around in Anki’s media emporium, we may as well take the opportunity to keep on cleaning!

For a long time, I wondered why my Anki syncs were so large. It turned out that the media from old, since removed, shared decks were still hanging around. Inexplicably, deleting the deck hadn’t deleted the associated media. Carefully checking and deleting that wodge of unwanted files took multiple megabytes off my sync.

Of course, Anki has a tool for this already, in Tools > Check Media. In theory, it lists unused / unliked media for deletion. But sometimes a hands-on approach is just a bit more reliable. For one thing, your card images, like the flags above, will be listed as unused. They are not attached to cards, but rather your card templates, meaning they fall through Anki’s net. We don’t want the program to delete those!

A nice tidy Anki media folder

A nice and tidy Anki media folder

3. Rogue note types, begone!

Similarly, as with the media clutter, I’d accumulated some note types that meant nothing to me over prolonged use. Some of them seemed to be versions of standard cards but with odd suffixes, like Basic and Reversed Card-accfe. This seems to happen when cards are imported from shared decks, and there is some conflict with existing card types.

Fortunately, it is an easy problem to fix. Head to Tools > Manage Note Types on the home screen of the desktop app. Then, hit Add to create a new note type based on the same template as the strangely named notes.

Adding a new note type in Anki

Adding a new note type in Anki

After the new note type is ready, you can head to the Browse section of Anki. In the left-hand list, you should find an entry for the rogue note type. Click it to view cards assigned to that type, and highlight the notes you want to correct. Then go to Edit > Change Note Type, and change the selected cards to the new, corrected note type you set up above.

After you have done this to all the cards assigned to the strangely-named rogue types, you can go back to Tools > Manage Note Types on the main screen and delete them. Check that it reads 0 notes next to the type before you do – if not, you still need to change the type of some cards unless you no longer want to keep them.

Changing the note type in Anki

Changing the note type in Anki

As you get used to the internal machinery of the Anki app, you can do a regular sweep to keep on top of these foibles. It’s quite satisfying – a little akin to doing regular weeding to keep your garden in order – and will increase that sense of ownership you have over your vocabulary.

So roll up your sleeves, make plentiful backups, and get to Spring cleaning! Your Anki decks will positively shine for it.

Keep your language learning colourful - change things up from time to time.

Managing Anki decks with options groups

Well, the football didn’t go England’s way this week. Commiserations, fellow polyglot fans who were also hoping. But when anticlimactic gloom ensues, sometimes you’re motivated to very productive distractions. I’ve spent a useful chunk of time this week optimising my Anki flash card decks.

With Anki, as with all things, it’s easy to get stuck in your ways. When something works straight out the box and does the job, it’s tempting not to tinker. How many people, for example, never touch the advanced settings on a new phone, console or TV?

Change things up a little

That said, sometimes you just need to be brave and change things up a little. The experimenter’s ethos is key: it might work; it might not. But it’s worth trying!

Yes, Anki works straight out of the box. And it does a fantastic job like that. But, with some tweaking, you can fit it around your goals and lifestyle much more neatly. Here’s how I’ve tweaked it to fit my goals and lifestyle more neatly lately.

The problem

The problem is that I rotate a lot of languages in my learning routine. Some I’m actively learning right now. Others I’ve learnt in the past, and want to ‘rest’ them for a while before returning to them in the future. And some of those I want to bring out of their rest phase, and work on maintaining, rather than growing them.

The way I was doing this before was quite efficient, on the whole. I normally nest all my language decks in a superdeck called ‘Languages’. When I was ready to rest a language for a while, I’d simply rename its deck into ‘Rested Languages’. This deck had a learn / review limit of zero in its settings, effectively turning it off. When I was ready to restart that language, I’d move it back. I talk about this cycle in a previous post.

The trouble is, it could feel like a clunky kludge at times. Removing a whole deck from your stack renders the language invisible. It’s almost like you’ve given up on it – it’s no longer in your Anki hall of fame, it no longer feels like yours. I love seeing the long list of languages I’ve worked on in Anki, and removing one smarts a little. It’s like parking you classic, but disused car, in a dark, dusty garage. Or shutting away your pet in a kennel. Or lots of other slightly sad metaphors… In any case, it felt wrong.

If only there were some way of keeping decks where they are, but adjusting the new card / review settings separately from the rest…

Anki Options Groups

Roll on Anki options groups. By default, all the decks in a superdeck have the same settings. If you have a limit of ten new cards a day on the superdeck, all the subdecks share that limit.

However, you can set up separate ‘options groups’, and apply them to individual decks in a stack. This gives you control over the settings for that deck alone, and allows you to keep the deck where it is, but make it behave differently.

Getting started

It’s easiest to do this in the desktop program. Next to each deck, you’ll see a little cog symbol, which you can pull down to access a deck’s options.

Changing the options on a deck in Anki

Changing the options on a deck in Anki

Your decks will be set to the default options to start with. Pull down the cog menu in the top-right corner of the options form to add a new batch of settings.

Adding a new set of options in Anki

Adding a new set of options in Anki

The key setting here is ‘New cards/day’. In this example, I’m setting that to just two, as these are rested languages that I’ve reset all the scheduling on, and am drip-feeding as new vocab at a slow pace each day.

Adjusting options in Anki

Adjusting options in Anki

When you press OK, you’ve created an options group that you can use on your other decks, too. For instance, I’m currently sharing that ‘Minor languages’ group above with my Greek and Hebrew.

Grades of activity

It’s a great way to manage your study if you have lots of languages. It also pays to spend some time deciding what your levels of activity will be before creating options groups. Mine, for example, include:

I can’t underestimate how satisfying – and motivating! – it is to see all the languages I’ve worked on in the same list again. No more dusty attic of lost languages – they’re all in one place again. Give it a go, and get a little bit more tailor-made learning from this amazing, free tool!

Anki - with lots of language decks!

Anki – with lots of language decks!

Geoglot Verb Blitz Apps

Polish words in a dictionary

2000 words and still not fluent? My Polish Anki experiment 🇵🇱📱

Would you be impressed if I told you I know over 2000 words in Polish? What about if I told you that I still can’t actually speak Polish?

As crazy as it sounds, it’s true. At least, it was true – I’m working on the speaking part now. But for some time, I’ve been exploring ideas of what fluency really means in language learning. Common sense dictates that, of course, fluency isn’t just knowing hundreds of words in a foreign language. But sometimes, you have to try something to confirm what common sense tells you. So I set off on a little Polish experiment: what if I just learnt all the words first?

Away with words

The language-canny amongst you might already see where this was heading. I should add that I never expected to reach conversational fluency this way. Rather, it was a trial to see just how far mass vocabulary learning can take a learner. There are plenty of courses that focus on rote-learning of vocab (Vocabulearn Polish, for example). Just how effective is the approach on its own, or, at least, as a springboard for more rounded learning later on?

Also, a disclaimer: I wasn’t completely new to Polish. I’ve had a casual interest in the language and culture ever since this formative TV moment at the age of 17. I’d learn a little Polish before, and knew the fundamentals of grammar. But fundamentals is perhaps an overstatement – I knew a handful of set phrases, a couple of noun cases and one verb conjugation.

The process

The whole thing was done pretty much on the cheap. I set about building a list in Anki based on a really old Polish text that I picked up for 50p in a second-hand bookshop: the 1948 edition of “Teach Yourself Polish”. Chapter by chapter, I’d strip the pages for new entries, and add them to Anki, tagging for parts of speech and topic. After I exhausted that (it contains maybe 1500 individual vocabulary entries or so), I turned to other texts I had at home (but never completed), like Routledge’s Colloquial Polish.

As I built the lists, I cross-referenced carefully using tools like Wiktionary, to check for mistranslations, obsolete terms and so on. That’s a pretty important step when using a text from 1948! However, the core vocabulary of a language doesn’t typically change drastically in any 70-year period, so I ended up with a pretty solid list of everyday words in the language (as well as some nice little oddities like jaskółka – a swallow, and borsuk – badger). 🐦

Input, test, repeat

I started doing my daily Anki routine right after my first words had been input. That meant that, for some weeks, I was learning words from early chapters, while typing them in from later ones. I found that helped, in fact; I’d become familiar with words for the first time when entering them, and then have an ‘echo’ of them when they came round in Anki. I certainly had a lot of success with recall that way.

Thankfully, there’s no damage that can’t be undone when learning languages. I’m back on track now with a structured textbook and regular one-to-one lessons with a Polish teacher. Those months learning the entire vocabulary of “Teach Yourself Polish” weren’t wasted – I now have a massive word bank at my disposal (even if learning to put them together is taking a lot of effort!).

Lessons learnt

So what did I learn, besides 2000 words, and how to be a walking dictionary?

Well, it clearly demonstrates two distinct mental processes when it comes to linguistic memory. There is the mental dictionary. And then there is the rule book. They can be learnt in isolation, but to really speak, they need to be learnt together.

Also, without learning them together, your power to retrieve words from memory can be a little mechanical and clunky. I had never practised firing off reams of words in the flow of conversation. I could answer like lightning if asked “what’s the Polish for apple?“. But when the time came to try and speak, my retrieval was just too slow to be useful.

It’s necessary to practise your vocabulary in the full stream of everyday speech; your brain must get used to pulling words quickly from memory as soon as they are needed.

By way of comparison, I notice a huge difference between my Polish and Icelandic. For me, the two languages are approximately at the same level on paper. However, speaking Icelandic in full sentences from the start, I come to a complete, faltering stop much less often.

Curating your own lists in Anki

It was also a great lesson in vocab organisation. Because I’d diligently tagged all of the entered words, I could leverage Anki’s search and filter to pull up custom vocab lists based on topic, or even parts of speech. What are all the adverbs of time I’ve learnt in Polish? Search the deck on ‘tag:adverb’ and ‘tag:time’, and hey presto. What about all the words for colours I’ve learnt? Pop in ‘tag:colours’ and there they all are.

This is important because of the power of ownership in language learning. These were my lists – they have particular salience to me, as I create and curate them. When entering them, I thought hard to think up tags that might be useful for sorting later. It’s quite satisfying to interrogate a mass of words in this way, and see the patterns and orders in them. And it works wonders for helping them stick in memory.

Interrogating lists of Anki words by tag

Interrogating lists of Anki words by tag

Gist king

Even in the absence of full syntax, it is now much easier to get the gist of most Polish texts.  Words alone are certainly not useless; they just serve the user better in a passive capacity.

The boosted banks are also a fantastic advantage now I am learning Polish in a more rounded,  systematic fashion. As I learn new structures, I have a ready-made treasure of words to drop into them.

Incidentally, it gave me a wonderful bird’s eye view of certain differences between Slavic languages, too. As a former learner of Russian, it was fascinating to see where Polish completely matched, or totally diverged from Russian.

An experience to repeat?

Has the experience been useful? Incredibly. Would I do it again? Certainly not with a completely new language that I knew nothing about in terms of grammar.

However, the sense of purpose and diligence it gave me was invaluable – I felt very actively engaged in the process of learning Polish. Not only that, but it was a masterclass in how to use Anki and take ownership of your vocabulary. As such, I shall definitely incorporate the same approach into further learning – only as a complimentary, rather than a principle, strand!

Polish Verb Blitz for iOS

Pulling out lists of words by tag in Anki

Anki, the vocab monster

Did you think learning vocabulary in a foreign language was just about memorising lists of words? Well, there’s a science to it. And Anki, a free flashcard learning system, has it down to a tee.

I’ve made frequent mention of the program in previous blog posts, and it’s formed a key part of my learning strategy since I started experimenting with it last year. I’m using it to drill and practise a couple of different languages, but here, I’ll focus on my experiences with it to achieve a decent working vocabulary in Polish.

Getting started

I hear it from several language-loving friends, and I felt the same at first: it’s a little bit intimidating at first. Its basic, unstyled interfaces can be offputting for the newcomer, and for certain things – like styling your cards – it is helpful to know a little tech magic like HTML. However, there are some helpful videos on the fundamentals at this link. And further assistance is just a YouTube search away, as there is a vast number of active users online, posting tips and hints. This excellent video introduction is a good example, and a great place to start.

Of course, all the magic is under the hood; it’s in the algorithms that Anki uses to drip-feed you vocab, day by day, and decide which words need more practice, and how often. It just requires a little work on your part, in curating your word lists.

feeding the Anki monster

There’s one key rule to maintaining pace with Anki: keep filling it up. Treat it like a vocabulary monster than needs a regular bucket of new words every so often to keep it fierce. You can add hundreds of words in one fell swoop at the beginning, and let the program do its stuff over the following weeks and months. It will select 25 new words from the bank a day, adding them to previously viewed words to recycle in each session. Eventually, it will run out of new words, and you’ll just be in memory maintenance mode.

Adding huge swathes of vocabulary in one go isn’t practical, though. It’s boring, for a start. And how do you decide on a source right at the beginning of your language learning journey? Also, vocab learning should be – in my opinion – an ongoing, lifelong process, and I feel my own use of Anki should reflect that.

Instead, then, I decided to just stay a few weeks ahead of myself with adding words. I chose a primary text for learning Polish – a very old edition of Teach Yourself Polish – and made a note to myself to add 2-3 chapters of vocabulary from it each week. I did this religiously, and within a few weeks I’d added a whole book’s worth of words.

However, making this a regular habit also allowed me to add in extra sources of vocabulary when I came across them. Along the way, I started to use the excellent Routledge Basic Polish – A Grammar and Workbook and Intermediate Polish – A Grammar and Workbook. As I found useful words in the examples, I’d add those in too. To keep things tidy, I’d add a sub-deck of flashcards to mark vocabulary from different sources separately.

Vocabulary mining

As well as books, I found two other useful ways to mine for vocabulary: self-interrogation and headline hunting.

In the first case, I’d actively interrogate my vocabulary as it was presented to me each day. If the words ‘shirt’, ‘trousers’ and ‘dress’ popped up, I’d ask myself: have I come across the word for ‘t-shirt’ yet? I’d check my vocab list, Google Translate the missing word, double-check it in Wiktionary, and add it to the bank if necessary. (I always use a couple of electronic resources with word-checking – never just a single one. Cross-referencing ensures you don’t end up with any dodgy mistranslations in your word bank!)

Headline hunting speaks for itself – I’d find a new site, and scan down the headlines for new or unusual words. Again, I’d Google Translate, check in Wiktionary and add to the bank. If I only do this once a week, it still generates a trickle of extra vocab to keep the monster fed.

Notably, I decided that vocabulary didn’t just mean ‘words’. Throughout my mining, I’d take model phrases, sayings, turns of speech – anything that I thought could be useful. Doing so meant that I could use Anki to revise simple structure, as well as dictionary items.

Tags are key

Crucially, I’d also add keywords to each vocabulary item. These were mainly based on broad topics that I could assign to each individual word; examples were ‘food and drink’, ‘clothes’, ‘colours’ and so on.

This turned out to be invaluable, given that the vocabulary was not thematically organised in the source material. After adding the words along with keyword tags, I could sort topically later on, pulling out all the ‘colours’ words for revision, for example. It’s especially satisfying when you call up a search list like this, and see how many different sources have gone into building your learning material.

Pulling out lists of words by tag in Anki

Pulling out lists of words by tag in Anki

First-pass learning

The very act of adding words to Anki doubles up as a sort of pre-learning phase. I never make a conscious effort to remember vocab as I’m typing it into the app. But inevitably, some items will catch my attention, and there’ll be a fair bit of residual recall when they pop up later in the program. I call this ‘first-pass learning’, and it’s often enough to provide a hook by the time the words get a second pass when popping up as scheduled.

This ‘learning proper’ phase could happen any time, in any place, thanks to the Anki app. I usually find myself squeezing those 10-15 minutes into train journeys – it’s a great way to fill otherwise ‘dead time’.

For Android users, the experience is still completely free, thanks to a third-party tool app on Google Play. However, for us iPhone people, the iOS app is a slightly pricey purchase at £23.99 / $24.99. Nonetheless, there are ways to approach that price tag on a budget of nothing. I bagged some free iTunes vouchers on Swagbucks for mine – see here for my experience with that!

Lieutenant Anki, language-learning regiment

The greatest thing is that Anki has regimented and regularised my vocabulary learning. Where I could be a little chaotic, now I have organisation. The system forces you to stay on top of things, too; miss a couple of days, and the list of words to learn and revise grows bigger and bigger. Stick to little and often and you won’t work up a backlog!

I’ve now thoroughly learnt over 1000 Polish vocabulary items. In fact, Anki has been so successful at drilling them, my vocab level has far outstripped my grammar – one possible downside to blitzing your words like this! But as I learn grammar at a slightly less frenetic pace, having a large knowledge of words to use with new structures is definitely a bonus. And I’m still experimenting with ways to drill grammar and structure in Anki, too.

In short, I’m now hooked on Anki. I’m proud of my curated word lists, as they are a record of how far I’ve travelled on each language learning journey. They’re highly personal, and, for that, I’m all the more motivated to work with them and learn them. If you’ve ever tried and have felt put off, please persevere – it’s definitely worth it!

A dictionary won't always help you learn words in their natural habitat: the sentence.

Taming Anki’s ‘new card’ quota to pace your vocab learning

Anki is an amazing beast of a language-learning tool. But, like all beasts, it can be a bit intimidating. I’ve been using it for over a year now, and still learn new things about it all the time. I’ve recently discovered a simple trick to avoid being overwhelmed by its relentless rate of daily card testing.

On Anki, you organise your flashcard learning into decks. These could be different subjects, like Sociology and Psychology; for linguaphiles, they’re more likely to be different languages.

How Anki schedules new cards

Now, Anki schedules a certain number of new cards to present you with every day. The default is 25. However, those are spread out across all your decks. When you hit the tally of 25 new cards, then you won’t come across any more new ones that day – in any deck.

The Anki dashboard (Mac desktop version)

My Anki dashboard (Mac desktop version) – new cards scheduled are in blue.

I’ve only recently noticed how useful this can be for paced learning. For instance, if you’re working on several languages at once, you’ll probably have one you find a bit easier – a ‘maintenance’ language as opposed to a full-blown, totally new one. In my case, I’ve been adding lots of words in Norwegian that are either already familiar, or quite easy to learn. On the other hand, I’ve been adding a lot of words in Polish that are really, really hard to remember.

Rest your difficult languages when you need a break

When testing daily, I can give myself an ‘easy’ day by hitting Norwegian first. That way, the ‘new card’ tally is used up on my maintenance language, and I have a day off new Polish words! Note that it doesn’t let me off my Polish completely – but I’ll only be retesting words I’ve already learnt in that language.

This works best when you’re regularly adding vocabulary cards to all your Anki language decks. It highlights the fact that language learning is never ‘done’. You should be actively reading even in your ‘easy’ languages, and adding to your vocab bank all the time. The upshot is the availability of ‘easier’ cards when you need them. And we all need an easier ride from time to time!

Coins

Anki for iOS – on the cheap

Like all the best language hackers, I’m a long-time convert to the Anki flashcards system. It’s one of the power tools of language learning, combining science-smart learning methodology with a simple, no-nonsense interface and complete customisability. I use it to build my own personal word lists as I browse and read in my target languages; I come across a new word, look it up, and pop it in.

I generally administer my vocab lists on the free desktop client (available for Windows, OS and Linux), and test myself in my spare moment during the day on the mobile app. However, after switching back to iOS from Android recently, I was, admittedly, discouraged to learn that the iOS version of the app is a not insignificant £18.99 / US $24.99. After using the free Android version, having to pay rankled a bit (being a thrifty Midlander at heart!).

However, with a bit of rational processing, it’s easy to see why the price is more than fair for such a brilliant app. The author does a good job of justifying the cost at this link, and as a fellow independent app developer, I more than get it. The Android version, it turns out, is developed and maintained by a separate group of people. From the official channel, you’re still getting the very powerful desktop software for nothing at all, and £18.99 for adding mobile capabilities doesn’t seem like much compared to other language learning tools, or subscription-based services.

So far, so good – I’d justified why the app was worth £18.99. But the thrifty Midlander in me still seethed silently at the thought of spending that much on an app.

Enter Swagbucks. On the face of it, Swagbucks is a run-of-the-mill survey / pay-per-click site, where bored Internetsters with some spare time go to earn rewards. The site has been fêted a lot on thrift-seeking sites, particularly MoneySavingExpert.com, in recent years. But wait – Swagbucks can pay out in iTunes gift cards!

I signed up, and set myself a goal – no more than 30 minutes of Swagbucking a day, until I’d earnt enough to cover the app. I won’t lie – surveys and pay-per-clicks aren’t particularly riveting to plough through, so setting yourself a max goal is a good idea. In fact, Swagbucks helps you with this by setting you a daily goal to hit for a bonus. In less than a month, I’d got my two £10 gift cards – that app was mine! *cue maniacal laughter*

So, summing up, this is an age-old tale of a slightly stingy language learner at Christmas time. But if you’re also keen to get the power of Anki on your iOS device, and feel the sting is a bit too sharp, then sites like Swagbucks are definitely worth considering. Happy Swagbucking / Anki-ing! #hohoho