How can I achieve this cloze result?

[Sorry for duplicate post, I accidentally hit delete on the first one]

I have a note with information like so:

A: answer1
B: answer2
C: answer3
D: answer4

I want this to create two study cards using clozes so that I will either see field A or field B, and have to answer the rest, like so:

Card 1:
A: answer1
B: […]
C: […]
D: […]

Card 2:
A: […]
B: answer2
C: […]
D: […]

Thank you for any help!

That’s basic cloze behavior and can be achieved like this:

A: {{c2::answer1}}
B: {{c1::answer2}}
C: {{c2::{{c1::answer3}}}}
D: {{c2::{{c1::answer4}}}}

I highly recommend you to read the short chapter in the manual to get yourself familiar with it: Adding/Editing - Anki Manual.

2 Likes