Back to Freecodecamp

Task 27

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

latest1.3 KB
Original Source
<!-- (Audio) Julieta: x -->

--description--

The letter x is called equis in Spanish.

Its pronunciation varies depending on where it's located.

Its most common sound is similar to a ks. An example of this pronunciation is the word experimento ("experiment").

When it's located at the beginning of a word, it sounds more like the letter s. For example, xilófono ("xylophone").

--instructions--

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

--fillInTheBlank--

--sentence--

BLANK

--blanks--

x

--feedback--

This is the 25th 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": 51.22,
      "finishTimestamp": 52.25
    }
  },
  "commands": [
    {
      "character": "Julieta",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Julieta",
      "startTime": 1,
      "finishTime": 2.03,
      "dialogue": {
        "text": "x",
        "align": "center"
      }
    },
    {
      "character": "Julieta",
      "opacity": 0,
      "startTime": 2.53
    }
  ]
}