Back to Freecodecamp

Task 8

curriculum/challenges/english/blocks/es-a1-warm-up-first-questions-basics/690e48893869863487c9d8af.md

latest1.7 KB
Original Source
<!-- (Audio) Ángela: ¿Cuántos? -->

--description--

Ángela is asking about someone’s age. She starts her question with a word that literally means "how many" in Spanish.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What word is Ángela using to start her question?

--answers--

¿Qué…?

--feedback--

The word Qué means "What". It's not used for asking about someone's age.


¿Cómo…?

--feedback--

The word Cómo means "How". It's not used to ask about someone's age.


¿Cuántos…?


¿Cuál…?

--feedback--

The word Cuál means "Which" or "What" (when selecting from options). It's not used to ask about someone's age.

--video-solution--

3

--explanation--

The word Cuántos translates to "How many" and it's used to ask about a quantity.

It should have an accent mark in the letter a when it's part of a question.

--scene--

json
{
  "setup": {
    "background": "company3-center.png",
    "characters": [
      {
        "character": "Ángela",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_first_questions_warmup.mp3",
      "startTime": 1,
      "startTimestamp": 18.05,
      "finishTimestamp": 19.07
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 2.02,
      "dialogue": {
        "text": "¿Cuántos...?",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 2.52
    }
  ]
}