Back to Freecodecamp

Task 14

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

latest1.2 KB
Original Source
<!-- (Audio) Julieta: l -->

--description--

The letter l in Spanish is called ele.

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

An example is luna ("moon").

--instructions--

Listen to the audio and write the letter in the blank space below.

--fillInTheBlank--

--sentence--

BLANK

--blanks--

l

--feedback--

This is the 12th 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": 25.25,
      "finishTimestamp": 26.25
    }
  },
  "commands": [
    {
      "character": "Julieta",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Julieta",
      "startTime": 1,
      "finishTime": 2,
      "dialogue": {
        "text": "l",
        "align": "center"
      }
    },
    {
      "character": "Julieta",
      "opacity": 0,
      "startTime": 2.5
    }
  ]
}