# Can there be "3 sides" to a card?

**URL:** https://forums.ankiweb.net/t/can-there-be-3-sides-to-a-card/4778
**Category:** Help
**Created:** [November 2, 2020, 3:01pm UTC](https://forums.ankiweb.net/t/can-there-be-3-sides-to-a-card/4778 "2020-11-02T15:01:59Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Anne-Marie](https://sea2.discourse-cdn.com/flex002/user_avatar/forums.ankiweb.net/anne-marie/32/2336_2.png) [@Anne-Marie](https://forums.ankiweb.net/u/Anne-Marie)
#### Post date: [November 2, 2020, 3:01pm UTC](https://forums.ankiweb.net/t/can-there-be-3-sides-to-a-card/4778/1 "2020-11-02T15:01:59Z")

</div>

Hi–  
Most of my cards are basic-and-reversed. On card 1 the front has English and the back has Turkish. What I’ve realized is that I often don’t recognize words when they are spoken to me. Is it possible to have “3 sides” to the card? So on the first side/front of each card is a sound file of the word being spoken, then on the second/back side is written Turkish and the third side is the English equivalent. Is this possible, or is there something else you could recommend? Maybe I could change all the cards to basic and put the sound file on the front and the Turkish followed by English on the back. However, I saw that when I was in Browse and clicked on a random card and clicked the “Card” button, it said “Changes below will affect the 1080 notes that use this card type.” I will only be able to get sound files for 40-80 words a week, so I’m leery of committing to the idea of putting the sound on the front and the Turkish/English on the back when I won’t have sound files for all my cards for months.

I’m not sure how people use sound in their cards , so I don’t know what is best practices.

---

<div class="post-metadata">

### Author: ![p4nix](https://sea2.discourse-cdn.com/flex002/user_avatar/forums.ankiweb.net/p4nix/32/81_2.png) [@p4nix](https://forums.ankiweb.net/u/p4nix)
#### Post date: [November 2, 2020, 4:01pm UTC](https://forums.ankiweb.net/t/can-there-be-3-sides-to-a-card/4778/2 "2020-11-02T16:01:12Z")

</div>

> **[Can I reveal parts of a card one at a time? - Frequently Asked Questions](https://faqs.ankiweb.net/can-i-reveal-parts-of-a-card-one-at-a-time.html)**

---

<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: [November 2, 2020, 4:09pm UTC](https://forums.ankiweb.net/t/can-there-be-3-sides-to-a-card/4778/3 "2020-11-02T16:09:42Z")

</div>

You can make a separate [field](https://docs.ankiweb.net/#/getting-started?id=notes-amp-fields) for sounds and put a reference to it in your [templates](https://docs.ankiweb.net/#/templates/intro?id=card-templates).

1. Use the “Fields” button in the editor to add a new field (let’s call it “sound”)  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/anki2/original/2X/0/01a4677d8d6a2e55317cad1a72afe386f2a22f23.png)

2. Click on the “Cards” button to go to the card templates screen and add the following to the front template (after switching to the second card type; the Turkish\>English one):

```auto
{{#sound}}
{{sound}}
{{/sound}}

```

You can move the reference of the Back field to the back template to have the English and Turkish words on the back side and the sound on the front side.

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

Edit: this causes Turkish\>English cards not to be generated when there is no sound.  
depending on what you exactly want, you can make a third card type with sounds on the front side.

---

<div class="post-metadata">

### Author: ![Anne-Marie](https://sea2.discourse-cdn.com/flex002/user_avatar/forums.ankiweb.net/anne-marie/32/2336_2.png) [@Anne-Marie](https://forums.ankiweb.net/u/Anne-Marie)
#### Post date: [November 4, 2020, 7:42pm UTC](https://forums.ankiweb.net/t/can-there-be-3-sides-to-a-card/4778/4 "2020-11-04T19:42:13Z")

</div>

Okay, great! Thank you!

---

<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, 5:24am UTC](https://forums.ankiweb.net/t/can-there-be-3-sides-to-a-card/4778/5 "2023-05-01T05:24:26Z")

</div>


