Back to Freecodecamp

Task 3

curriculum/challenges/english/blocks/es-a1-practice-first-questions/691613b96a5856810fdcd106.md

latest2.8 KB
Original Source
<!-- (AUDIO) Ángela: ¿Cuántos años tienes? --> <!--(AUDIO) Basti: Tengo veintiún años. ¿Y tú? --> <!--(AUDIO) Ángela: Tengo treinta y cinco años. -->

--description--

Sebastián and Ángela are talking about their ages.

--instructions--

Listen to the audio and complete the dialogue with the correct words.

--fillInTheBlank--

--sentence--

Ángela: ¿Cuántos BLANK tienes?

Sebastián: Tengo BLANK años. ¿Y tú?

Ángela: Tengo BLANK años.

--blanks--

años

--feedback--

This plural noun means "years". Remember to use the special character ñ.


veintiún

--feedback--

This is the number twenty-one (21), used in its shortened form before the masculine plural noun años ("years"). Remember to use the accent mark to the letter u.


treinta y cinco

--feedback--

This is the number thirty-five (35).

--explanation--

This dialogue includes the words años, veintiún, and treinta y cinco.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Ángela",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      },
      {
        "character": "Sebastián",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_meet_angela_and_basti.mp3",
      "startTime": 1,
      "startTimestamp": 25.92,
      "finishTimestamp": 33.68
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 2.4,
      "dialogue": {
        "text": "¿Cuántos años tienes?",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 3.09
    },
    {
      "character": "Sebastián",
      "opacity": 1,
      "startTime": 3.09
    },
    {
      "character": "Sebastián",
      "startTime": 3.77,
      "finishTime": 5.1,
      "dialogue": {
        "text": "Tengo 21 años.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "startTime": 5.35,
      "finishTime": 5.85,
      "dialogue": {
        "text": "¿Y tú?",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "opacity": 0,
      "startTime": 6.37
    },
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 6.37
    },
    {
      "character": "Ángela",
      "startTime": 6.88,
      "finishTime": 8.76,
      "dialogue": {
        "text": "Tengo 35 años.",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 9.26
    }
  ]
}