Back to Freecodecamp

Task 6

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

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

--description--

The letter d is called de.

At the beginning of a word or after l or n, its sound is stronger, like in the word dos ("two"). However, it's softer between vowels, like in the word idea ("idea").

An example is doctor ("doctor").

--instructions--

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

--fillInTheBlank--

--sentence--

BLANK

--blanks--

d

--feedback--

This is the fourth 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": 8.39,
      "finishTimestamp": 9.39
    }
  },
  "commands": [
    {
      "character": "Julieta",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Julieta",
      "startTime": 1,
      "finishTime": 2,
      "dialogue": {
        "text": "d",
        "align": "center"
      }
    },
    {
      "character": "Julieta",
      "opacity": 0,
      "startTime": 2.5
    }
  ]
}