Back to Freecodecamp

Task 6

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

latest1.8 KB
Original Source
<!-- (Audio) Ángela: ¿De dónde? -->

--description--

Ángela is using a common way to start a question about where a person is from.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How is Ángela starting the question?

--answers--

¿Por qué…?

--feedback--

This phrase means "Why...?", which is used to ask about a reason, not a place of origin.


¿Qué es…?

--feedback--

This phrase means "What is...?", which is used to ask about identity or definition, not origin.


¿De dónde…?


¿Dónde…?

--feedback--

This phrase means "Where...?" but it's missing the important preposition de ("from") to ask about origin.

--video-solution--

3

--explanation--

The question starter ¿De dónde…? means "From where...?" and it's commonly used to ask about a person's origin.

The preposition de ("from") is very important because omitting it changes the meaning of the phrase.

--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": 13.81,
      "finishTimestamp": 14.8
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 1.99,
      "dialogue": {
        "text": "¿De dónde...?",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 2.49
    }
  ]
}