Cloze only tests one card

Hi, I’m having this issue with the cloze function

My card has multiple cloze functions however, only one is tested, the other ones are shown outright.

More income means higher demand as more money to spend on {{c1::consumptions}} of {{c2::normal}} goods.
Therefore, more is demanded at any {{c3::given price}}.
Causes a shift {{c4::right}}

As above, that’s my card, but when it tests me, c1, c2 and c4 are already shown and only c3 is tested.

This is happening to all my cloze cards

That’s how clozes are intended to work. You’ll get 4 cards in your example from the single cloze note. Each one hides the corresponding cloze and shows the others.

You can either change the numbers to all be 1, which is going to make a single card testing for all.

Or if you still want to have 4 cards, but hide the other clozes sections, you can add this to the template:

.cloze-inactive {
  color: grey;
  background-color: grey;
}
1 Like

Thank you so much, i was under the assumption that they’d be one card not multiple.

I’ll change them now, thank you.

2 Likes