Back to Freecodecamp

Task 14

curriculum/challenges/english/blocks/es-a1-learn-basic-personal-information/69988aff9ac45d88faaa8040.md

latest1.6 KB
Original Source
<!-- (Audio) Esteban: h-u-a-m-á-n, con acento en la última a. -->

--instructions--

Listen to the audio and correctly spell Esteban's last name.

--fillInTheBlank--

--sentence--

BLANK BLANK BLANK BLANK BLANK BLANK

--blanks--

H

--feedback--

This is the first letter Esteban says.


u

--feedback--

This is the second letter.


a

--feedback--

This is the third letter he says. It is a vowel.


m

--feedback--

This consonant comes before the accented vowel.


á

--feedback--

This letter has the accent mark ´.


n

--feedback--

This is the final letter of the name.

--explanation--

Esteban spells: H-u-a-m-á-n.

Each letter is pronounced separately.

The fifth letter is á, which has an accent mark.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Esteban",
        "position": {
          "x": 50,
          "y": 18,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_esteban_personal_records_dialogue_with_angela.mp3",
      "startTime": 1,
      "startTimestamp": 19.04,
      "finishTimestamp": 27.53
    }
  },
  "commands": [
    {
      "character": "Esteban",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Esteban",
      "startTime": 1,
      "finishTime": 9.19,
      "dialogue": {
        "text": "H-u-a-m-á-n, con acento en la última a.",
        "align": "center"
      }
    },
    {
      "character": "Esteban",
      "opacity": 0,
      "startTime": 9.29
    }
  ]
}