Back to Freecodecamp

Task 9

curriculum/challenges/english/blocks/es-a1-learn-basic-personal-information/6998af8c51b33a3e464127fe.md

latest1.5 KB
Original Source
<!-- (Audio) Ángela: ¿Navarro con dos erres? -->

--description--

Ángela uses a short expression to talk about spelling. Focus on the structure con + number + plural noun.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

¿Navarro con BLANK BLANK?

--blanks--

dos

--feedback--

This is the number two in Spanish.


erres

--feedback--

This is the plural form of the letter name erre.

--explanation--

Navarro con dos erres. follows the structure: con + number + plural noun.

Con adds information about spelling.

Dos gives the quantity.

Erres refers to two letters r.

This structure is common when clarifying how a word is written.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Ángela",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_esteban_personal_records_dialogue_with_angela.mp3",
      "startTime": 1,
      "startTimestamp": 10.81,
      "finishTimestamp": 12.91
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 2.71,
      "dialogue": {
        "text": "¿Navarro con dos erres?",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 3.21
    }
  ]
}