Back to Freecodecamp

Task 2

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

latest1.6 KB
Original Source
<!-- (Audio) Ángela: ¿Cómo? -->

--description--

Ángela is starting a question with a word that is commonly used to ask "How?" in Spanish.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What word is Ángela using to ask "How?"

--answers--

¿Qué...?

--feedback--

The word Qué means "What" in Spanish, not "How".


¿Cuándo...?

--feedback--

The word Cuándo means "When" in Spanish, not "How".


¿Cómo...?


¿Dónde...?

--feedback--

The word Dónde means "Where" in Spanish, not "How".

--video-solution--

3

--explanation--

The word Cómo means "How".

It's used in questions like ¿Cómo estás? ("How are you?").

In Spanish, when the word cómo is used to ask a question, it carries an accent mark in the first letter o.

--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": 4.05,
      "finishTimestamp": 4.78
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 1.73,
      "dialogue": {
        "text": "¿Cómo...?",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 2.23
    }
  ]
}