Back to Freecodecamp

Task 29

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

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

--description--

The letter z is called zeta in Spanish.

Its sound is identical to the letter s.

An example is zapato ("shoe").

--instructions--

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

--fillInTheBlank--

--sentence--

BLANK

--blanks--

z

--feedback--

This is the 27th 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": 55.03,
      "finishTimestamp": 56.15
    }
  },
  "commands": [
    {
      "character": "Julieta",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Julieta",
      "startTime": 1,
      "finishTime": 2.12,
      "dialogue": {
        "text": "z",
        "align": "center"
      }
    },
    {
      "character": "Julieta",
      "opacity": 0,
      "startTime": 2.62
    }
  ]
}