glutanimate / image-occlusion-enhanced

Anki add-on that transforms images into cloze tests
https://ankiweb.net/shared/info/1374772155
Other
398 stars 41 forks source link

Enumerated list occlusion method #110

Open taocrofl opened 5 years ago

taocrofl commented 5 years ago

Checklist

Please replace the space inside the brackets with an x if the following items apply:

Problem case / Solution

Suppose someone were trying to study a list of N procedures, e.g. perhaps a math proof. If you used Image Occlusion Enhanced, you might occlude each of the steps individually. Thus you'd end up with N cards.

Below is a new occlusion method that would facilitate this.

For the first card, all N steps would be occluded on the Question side. The first mask would be in red, to indicate that is the step being solved. On the Answer side, only the first mask would be revealed.

On the second card's Question side, the first step would now be displayed; it's second step would be in red; and the remaining steps would be occluded. On the Answer side, the first two masks would be revealed.

On every Nth card's Question side, the card would display the N-1 steps and the Answer side would reveal the N previous steps.

Maybe a translucent layer could be used to indicate what changed on the Answer side.

glutanimate commented 5 years ago

Thanks for the detailed suggestion, taocrofl. This is one of those things that has been on my to-do list for a while, but which I simply haven't gotten down to implementing yet. Rest assured however, that this will be one of my top priorities as soon as the current Anki 2.1 porting efforts are complete.