I’m using a Dope Anatomy deck where all the cards are basically pictures with number labels. Normally, when I review the card, the question number is provided on the top of the card so I would be able to identify which structure they are pointing to. However, recently I have encountered a problem where the card only presents the title of the card with no question number so I am unable to answer.
I have already tried updating Anki but it didn’t work.
These are the templates. I think something went wrong when I was downloading new decks or add-ons and somehow the code changed. Then now the ID question doesn’t appear for cards like these.
I vaguely recall a similar template in the past where the deck author had used styling the rendered the text invisible against the background in either night mode or day mode. Maybe switching to night mode in the preferences will help.
{{^2a}}
{{#1a}}
<span id=title>[ ? ]</span> <hr>
<span id=question>What MUSCLE is being shown here at "1" ?</span> <br/>
{{OccludedImage}}
{{/1a}}
{{/2a}}
{{#2a}}
<span id=title>[{{Title}} ]</span> <hr>
<span id=question>What is being shown here at "1" ?</span> <br/>
{{OccludedImage}}
{{/2a}}
I’ve tried what dae had suggested and it works. I think the styling code changed when I downloaded the new deck and caused all my cards to switch font colours. Now, I have just switched the styling code for all the affected cards so the words are visible now.