Back to Freecodecamp

Task 15

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

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

--description--

The letter m is called eme in Spanish.

An example is the word mesa ("table").

--instructions--

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

--fillInTheBlank--

--sentence--

BLANK

--blanks--

m

--feedback--

This is the 13th 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": 27.07,
      "finishTimestamp": 28.28
    }
  },
  "commands": [
    {
      "character": "Julieta",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Julieta",
      "startTime": 1,
      "finishTime": 2.21,
      "dialogue": {
        "text": "m",
        "align": "center"
      }
    },
    {
      "character": "Julieta",
      "opacity": 0,
      "startTime": 2.71
    }
  ]
}