#Why do my card browser display cards like the image but when I review they look perfectly fine?
14 messages · Page 1 of 1 (latest)
This is the "From German" front
<table class=small> <caption>
{{#Ranking}} <tr> <th># <td>{{Ranking}} {{/Ranking}}
{{#Part}} <tr> <th>Part <td>{{Part}} {{/Part}}
{{#Source}} <tr> <th>Source <td>{{Source}} {{/Source}}
</table>
<hr><tts preset=german>{{German}}</tts>
<div class="what front"><hr></div>
and this is the back
<div class=back > {{FrontSide}} </div>
<div class=what ><hr> <tts preset=english>{{English}}</tts> </div>
<div class=med>
{{#Example German}}<hr>{{Example German}}{{/Example German}}
{{#Example English}}<hr>{{Example English}}{{/Example English}}
{{#Example Source}}<hr>{{Example Source}}{{/Example Source}}
{{#Notes}}<hr>{{Notes}}{{/Notes}}
</div>
https://docs.ankiweb.net/browsing.html?highlight=Answer Question#columns
Here's a description of what shows up in the Answer and Question columns and how to modify that for your cards.
Anki's user manual. Anki is a flashcard program that makes learning easier.
iirc it was something to do with "sort field" in the card
If I have browse options as cards then one of the cards looks like that.
what is wrong with sort field?
How do I modify it to fix my problem?
If you're using the Question and Answer columns in the browser and not some other column, you can find the instructions for modifying them by clicking the link in the manual page I sent you.
If you're using another column, please show a screenshot with your column headers.
I changed the sortfield to english but it didnt help
Do I have to give up the {{FrontSide}}
part in my backside card?
So I cant show both the question and the answer on the back card?
I gave up on {{FrontSide}} ages ago, but I still show both question and answer on the backs. I just copy the relevant parts of the front template to the back also.
I found a solution