Skip to content

michalrus/anki-simple-cloze-overlapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Cloze Overlapper template for Anki 2.1 (probably any version, as it's JavaScript-only)

Hey 👋

I got a bit confused with the original Cloze Overlapper, and it felt a bit wrong to keep redundant information in our collections. The author also keeps updates for Anki 2.1 behind a paywall.

Here is a pure JavaScript version that you can paste into your card templates:

screen-recording

It has been tested to work on Anki (desktop), and AnkiDroid. I assume it should work everywhere indefinitely, as it's written in JavaScript only.

I hope the recording will be self-explanatory! The last two modes seem odd to me, but they were trivial to add, maybe someone will find them useful.

Reddit thread: https://old.reddit.com/r/Anki/comments/116nky2/simple_cloze_overlapper_template_for_anki_21/

Options (per note)

A good idea is to create a new note type (based on Cloze), e.g. “Cloze (overlapping)”, copy the front and back templates from here, and add a new field to it to control the behavior per each note. The templates below assume that the field will be called “Overlapping”.

The options (separated by space, comma, pipe, etc.) are:

  1. (default: 1) The number of leading clozes to uncover.
  2. (default: 0) The number of following clozes.
  3. (default: true) Whether to show all clozes – set to false to omit them, e.g. for long lyrics/poems.
  4. (default: false) Whether to reveal all clozes on the back (the ones we didn't ask for).
  5. (default: false) Whether to reveal all user-defined hints (placeholders).

Card asking for all clozes

If you need an extra card that asks you for all the clozes at once, add another cloze with an unused number and ask-all in its content. E.g. {{c99::ask-all}} – as in the recording (thanks to /u/Spiritual_Issue7174).

About

Simple Cloze Overlapper template for Anki 2.1 (probably any version, as it's JavaScript-only)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages