Back to Freecodecamp

Task 16

curriculum/challenges/english/blocks/es-a1-practice-first-questions/691090f4e43e61297523d064.md

latest2.9 KB
Original Source
<!-- (AUDIO) Camila: ¿Cuántos años tienes? --> <!-- (AUDIO) Mateo: Tengo veinticinco años. ¿Y tú? --> <!-- (AUDIO) Camila: Tengo treinta años. -->

--description--

Camila and Mateo are talking about their ages.

--instructions--

Listen to the audio and complete the dialogue below.

Write these words in the correct spot:

cómo, años, dónde, cuántos, tengo

There are more words than blanks. You won't need to use all words.

--fillInTheBlank--

--sentence--

Camila: ¿BLANK años tienes?

Mateo: BLANK veinticinco años. ¿Y tú?

Camila: Tengo treinta BLANK.

--blanks--

Cuántos

--feedback--

This word is used to ask about quantity. Remember to use the accent mark to the letter a.


Tengo

--feedback--

This is the yo ("I") form of the verb tener ("to have"). The first letter is capitalized.


años

--feedback--

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

--explanation--

This dialogue between Mateo and Camila focuses on age.

¿Cuántos años tienes? means "How old are you?"

Tengo + [number] + años means "I'm [number] years old".

--scene--

json
{
  "setup": {
    "background": "cubicle.png",
    "characters": [
      {
        "character": "Camila",
        "position": {
          "x": 50,
          "y": 18,
          "z": 1.5
        },
        "opacity": 0
      },
      {
        "character": "Mateo",
        "position": {
          "x": 50,
          "y": 18,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_meet_camila_and_mateo.mp3",
      "startTime": 1,
      "startTimestamp": 28.95,
      "finishTimestamp": 35.9
    }
  },
  "commands": [
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Camila",
      "startTime": 1,
      "finishTime": 2.4,
      "dialogue": {
        "text": "¿Cuántos años tienes?",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 3.05
    },
    {
      "character": "Mateo",
      "opacity": 1,
      "startTime": 3.05
    },
    {
      "character": "Mateo",
      "startTime": 3.69,
      "finishTime": 5.16,
      "dialogue": {
        "text": "Tengo veinticinco años.",
        "align": "center"
      }
    },
    {
      "character": "Mateo",
      "startTime": 5.18,
      "finishTime": 5.68,
      "dialogue": {
        "text": "¿Y tú?",
        "align": "center"
      }
    },
    {
      "character": "Mateo",
      "opacity": 0,
      "startTime": 6
    },
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 6
    },
    {
      "character": "Camila",
      "startTime": 6.31,
      "finishTime": 7.95,
      "dialogue": {
        "text": "Tengo treinta años.",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 8.45
    }
  ]
}