Back to Freecodecamp

Task 7

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

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

--description--

Listen to the audio and answer the question.

--questions--

--text--

What letter do you hear in the audio?

--answers--

a

--feedback--

The letter a has a different sound.


e


i

--feedback--

The letter i has a different sound.


o

--feedback--

The letter o has a different sound.

--video-solution--

2

--explanation--

The sound in the audio corresponds to the vowel e.

--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": 10.62,
      "finishTimestamp": 11.62
    }
  },
  "commands": [
    {
      "character": "Julieta",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Julieta",
      "startTime": 1,
      "finishTime": 2,
      "dialogue": {
        "text": "e",
        "align": "center"
      }
    },
    {
      "character": "Julieta",
      "opacity": 0,
      "startTime": 2.5
    }
  ]
}