Back to Freecodecamp

Task 23

curriculum/challenges/english/blocks/es-a1-learn-consonants-and-special-characters/68f16a6fe3e82b37f5f28d06.md

latest1.1 KB
Original Source
<!-- (Audio) Julieta: t -->

--description--

The letter t is called te in Spanish.

To pronounce it, your tongue should touch the back of your top front teeth.

An example is torta ("cake").

--fillInTheBlank--

--sentence--

BLANK

--blanks--

t

--feedback--

This is the 21st letter in the alphabet.

--scene--

json
{
  "setup": {
    "background": "living-room.png",
    "characters": [
      {
        "character": "Julieta",
        "position": {
          "x": 50,
          "y": 18,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_alphabet.mp3",
      "startTime": 1,
      "startTimestamp": 42.93,
      "finishTimestamp": 44.07
    }
  },
  "commands": [
    {
      "character": "Julieta",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Julieta",
      "startTime": 1,
      "finishTime": 2.14,
      "dialogue": {
        "text": "t",
        "align": "center"
      }
    },
    {
      "character": "Julieta",
      "opacity": 0,
      "startTime": 2.64
    }
  ]
}