Back to Freecodecamp

Task 4

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

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

--description--

The letter b is part of many essential words in Spanish. It's called be.

An example is the word barco, which means "ship".

Interestingly, the sound of the letter b is very similar to the sound of the letter v. They are almost indistinguishable.

--instructions--

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

--fillInTheBlank--

--sentence--

BLANK

--blanks--

b

--feedback--

This is the second 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": 4.47,
      "finishTimestamp": 5.17
    }
  },
  "commands": [
    {
      "character": "Julieta",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Julieta",
      "startTime": 1,
      "finishTime": 1.7,
      "dialogue": {
        "text": "b",
        "align": "center"
      }
    },
    {
      "character": "Julieta",
      "opacity": 0,
      "startTime": 2.2
    }
  ]
}