Back to Freecodecamp

Task 13

curriculum/challenges/english/blocks/es-a1-learn-meet-angela-and-basti/69160253e5339069a251cd9a.md

latest1.7 KB
Original Source
<!-- (AUDIO) Sebastián: ¿De dónde eres? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

¿BLANK BLANK BLANK?

--blanks--

De

--feedback--

This preposition means "from". It's important for asking about origin.


dónde

--feedback--

This is the question word for "where". Remember to use the accent mark to the letter o.


eres

--feedback--

This is the conjugation of the verb ser ("to be") for the pronoun ("you").

--explanation--

The question ¿De dónde eres? is a common way to ask about someone's place of origin.

It is equivalent to "Where are you from?".

This question must have the preposition de ("from") at the beginning, and the conjugation of the verb ser ("to be") because origin is considered a permanent characteristic.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sebastián",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_meet_angela_and_basti.mp3",
      "startTime": 1,
      "startTimestamp": 14.27,
      "finishTimestamp": 15.32
    }
  },
  "commands": [
    {
      "character": "Sebastián",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sebastián",
      "startTime": 1,
      "finishTime": 2.05,
      "dialogue": {
        "text": "¿De dónde eres?",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "opacity": 0,
      "startTime": 2.55
    }
  ]
}