Back to Freecodecamp

Task 21

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

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

--description--

The letter r is called erre in Spanish.

This consonant has two different pronunciations.

A single r has a soft sound. For example, cero ("zero").

A double r (rr) or an r at the beginning of a word makes a stronger sound. For example, perro ("dog") or ruido ("noise").

--instructions--

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

--fillInTheBlank--

--sentence--

BLANK

--blanks--

r

--feedback--

This is the 19th 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": 38.88,
      "finishTimestamp": 40.2
    }
  },
  "commands": [
    {
      "character": "Julieta",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Julieta",
      "startTime": 1,
      "finishTime": 2.32,
      "dialogue": {
        "text": "r",
        "align": "center"
      }
    },
    {
      "character": "Julieta",
      "opacity": 0,
      "startTime": 2.82
    }
  ]
}