Back to Freecodecamp

Task 23

curriculum/challenges/english/blocks/es-a1-learn-meet-angela-and-basti/690f68686781213c9eac4b65.md

latest1.6 KB
Original Source
<!-- (AUDIO) Ángela: ¿Cuántos años tienes? -->

--description--

¿Cuántos años tienes? is the most common way to ask someone's age in Spanish.

It is equivalent to "How old are you?"

This phrase has a conjugation of the verb tener ("to have") because Spanish expresses age using possession.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Is it true: Ángela is asking Sebastián about his age.

--answers--

True


False

--feedback--

¿Cuántos años tienes? is the common way to ask someone's age in Spanish.

--video-solution--

1

--explanation--

Ángela is asking Sebastián ¿Cuántos años tienes?.

This question is equivalent to "How old are you?".

Therefore, this is true because Ángela is asking Sebastián about his age.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Ángela",
        "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": 27.32
    }
  },
  "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": 2.9
    }
  ]
}