Back to Freecodecamp

Task 24

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

¿BLANK años BLANK?

--blanks--

Cuántos

--feedback--

This question word means "how many". Remember to use the accent mark to the letter a.


tienes

--feedback--

This is the conjugation of the verb tener ("to have").

--explanation--

The question is ¿Cuántos años tienes?.

Cuántos means "How many" and años means "years".

The word Cuántos should have an accent mark in the letter a when it's part of a question.

It's important to remember that questions in Spanish start with an opening question mark (¿) and end with a closing question mark (?).

--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
    }
  ]
}