# Solution shown twice in Card Type Basic (and reversed card)

**URL:** https://forums.ankiweb.net/t/solution-shown-twice-in-card-type-basic-and-reversed-card/2265
**Category:** Card Design
**Created:** [August 13, 2020, 8:00pm UTC](https://forums.ankiweb.net/t/solution-shown-twice-in-card-type-basic-and-reversed-card/2265 "2020-08-13T20:00:48Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![lia](https://avatars.discourse-cdn.com/v4/letter/l/22d042/32.png) [@lia](https://forums.ankiweb.net/u/lia)
#### Post date: [August 13, 2020, 8:00pm UTC](https://forums.ankiweb.net/t/solution-shown-twice-in-card-type-basic-and-reversed-card/2265/1 "2020-08-13T20:00:48Z")

</div>

Hey everybody,  
I’m new to Anki and I’d really appreciate your help.  
When entering my cards in the Basic (and reversed card) format everything looks fine for the front/back version. However when it shows me the back/front cards, the solution is displayed twice. That can be quite disruptive, especially since I’ll need to share these decks with my students.  
I have attached a picture.

Can anybody tell me what I need to do in order for both ways (front/back & back/front) to be displayed once?

Lia!

[Annotation 2020-08-13 215919|259x499](https://forums.ankiweb.net/uploads/short-url/n7SqwkqLcuRrxn8CAJiPeNexJLx.png)

---

<div class="post-metadata">

### Author: ![abdo](https://sea2.discourse-cdn.com/flex002/user_avatar/forums.ankiweb.net/abdo/32/654_2.png) [@abdo](https://forums.ankiweb.net/u/abdo)
#### Post date: [August 13, 2020, 8:35pm UTC](https://forums.ankiweb.net/t/solution-shown-twice-in-card-type-basic-and-reversed-card/2265/2 "2020-08-13T20:35:32Z")

</div>

You likely have included `{{Front}}` twice in your back template.

Click on `Edit` when reviewing a reverse card, click `Cards`, and check the back template text found at the left (after selecting `Back Template`).

 ![image](https://us1.discourse-cdn.com/flex002/uploads/anki2/original/2X/d/dbb99c88f6b26aa12539d21c2cb06128fa186bc0.png)

The back template should look something like this:

```auto
{{FrontSide}}

<hr id=answer>

{{Front}}

```

---

<div class="post-metadata">

### Author: ![lia](https://avatars.discourse-cdn.com/v4/letter/l/22d042/32.png) [@lia](https://forums.ankiweb.net/u/lia)
#### Post date: [August 13, 2020, 10:40pm UTC](https://forums.ankiweb.net/t/solution-shown-twice-in-card-type-basic-and-reversed-card/2265/3 "2020-08-13T22:40:01Z")

</div>

Hey there,  
thank you for your quick response!  
What you were saying would mean that instead of **a/b** I would get **a/a**.

Let me give you an example of what the issue is:  
**a/a** works, so front/back is fine.  
But instead of **b/a** I get **b/aa**  
Meaning that I get **back/front front** and I have no idea where the second front is coming from. If it’s just one word it’s fine, but oftentimes it is more and it gets confusing.

Here is the code for the back template:

{{FrontSide}}

\< hr id=answer\>

{{Back}}

(Note: Here I added a space after \<, because it wouldn’t show otherwise)

Here is the code for the front template:

{{Front}}

I checked and it’s the same code for Basic, Basic (and reversed card) and Basic (optional reversed card). I don’t think I changed anything about the code, I just made a few changes concerning the styling. I don’t think that is relevant here, but I’ll add the code just in case I might have missed something:

Styling:  
.card {  
font-family: calibri;  
font-size: 21px;  
text-align: center;  
color: green;  
background-color: white;  
}

Do you have any suggestions for me?

---

<div class="post-metadata">

### Author: ![abdo](https://sea2.discourse-cdn.com/flex002/user_avatar/forums.ankiweb.net/abdo/32/654_2.png) [@abdo](https://forums.ankiweb.net/u/abdo)
#### Post date: [August 13, 2020, 10:54pm UTC](https://forums.ankiweb.net/t/solution-shown-twice-in-card-type-basic-and-reversed-card/2265/4 "2020-08-13T22:54:27Z")

</div>

Since the problem is in the Back-\>Front cards, you should check the templates of that **card type**. What you actually posted are the templates of the Front-\>Back cards.

In the default `Basic (and reversed card)` note type, it’s `Card 2`. You can select it in the top of the card layout screen.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/anki2/original/2X/7/7ced1284337eaccd69488e84994b2c70c8da87e2.png)

---

<div class="post-metadata">

### Author: ![lia](https://avatars.discourse-cdn.com/v4/letter/l/22d042/32.png) [@lia](https://forums.ankiweb.net/u/lia)
#### Post date: [August 14, 2020, 9:13am UTC](https://forums.ankiweb.net/t/solution-shown-twice-in-card-type-basic-and-reversed-card/2265/5 "2020-08-14T09:13:41Z")

</div>

You are absolutely right, I was able to fix it with your help!

The back side is now

{{Back}}

\< hr id=answer\>

{{Front}}

I tried and it works, thanks a lot!

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex002/uploads/anki2/original/1X/8f1279ababc5879d54e4838989f606cfe55af8c7.jpeg) [@system](https://forums.ankiweb.net/u/system)
#### Post date: [May 1, 2023, 7:44am UTC](https://forums.ankiweb.net/t/solution-shown-twice-in-card-type-basic-and-reversed-card/2265/6 "2023-05-01T07:44:03Z")

</div>


