Hi Guys,
Every time i add a new card to Anki with type: Basic
It does this: https://share.getcloudapp.com/WnuJdNrY
Adds the answer twice once grey and once normal.
Any idea what is going on?
Cheers,
Chris
Hi Guys,
Every time i add a new card to Anki with type: Basic
It does this: https://share.getcloudapp.com/WnuJdNrY
Adds the answer twice once grey and once normal.
Any idea what is going on?
Cheers,
Chris
Most probably you have the field reference duplicated in the card template. If you don’t know what I am refering to, share a screenshot of the window after clicking Cards… button.
{{FrontSide}}
is copying everthing in the front template, so you don’t need to add the {{Back}}
again in the back template.
You have typing enabled and I guess that is what you want. In Ankidroid you can override the typing in the settings or either delete the “typing” in the template. In case you are refering to the Q/A horitzontal line then update the template to the following:
Front template:
{{Front}}
{{type:Back}}
Back template:
{{Front}}
<hr id=answer>
{{type:Back}}