Change cloze 1 to also be colored on cloze 2 but have 2 separate cards

I don’t know if this makes any sense, but I want to have multiple cloze cards but have the text of each stay a different color on the next card. For example, I have 2 cloze deletions on one card. When I flip to reveal Cloze 1, I want Cloze 2 to be highlighted in a different color, but not part of the Cloze 1 answer reveal and vice versa for Cloze 2. Basically, I want all cloze deletions to be highlighted in a different color, and stay that different color on subsequent deletions so that the important information is always automatically highlighted. Does anyone know how to code this to make it possible?




I’m not 100% sure if I’ve understood your request correctly, but maybe try adding this code to the Styling section:

.cloze-inactive { color: #0BB4EC; }

1 Like

.card1 .cloze { … }
.card2 .cloze { … }

This is EXACTLY what I needed! Thank you so much!!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.