Back to Freecodecamp

Task 20

curriculum/challenges/english/blocks/es-a1-practice-personal-details-in-action/695f0374a7145a15b8ade056.md

latest1.9 KB
Original Source
<!-- (Audio) Julieta: Soy uruguaya y soy estratega de marketing. -->

--description--

In this task, Julieta gives information about pieces of personal information using the verb soy, which means "I am".

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which two questions is Julieta answering?

--answers--

¿Cómo es tu nombre? and ¿Cuál es tu nacionalidad?

--feedback--

Julieta doesn't mention her name or her nationality in her answer.


¿Cuál es tu número de teléfono? and ¿Cuál es tu correo electrónico?

--feedback--

No contact information is given in her response.


¿Cuál es tu nacionalidad? and ¿Cuál es tu profesión?


¿Cuál es tu apellido? and ¿Cuál es tu primer apellido?

--feedback--

She does not provide any information about her last name.

--video-solution--

3

--explanation--

Soy uruguaya y soy estratega de marketing means "I am Uruguayan and I am a marketing strategist".

The verb soy is used here to describe both who she is and what she does.

--scene--

json
{
  "setup": {
    "background": "living-room.png",
    "characters": [
      {
        "character": "Julieta",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_julieta_personal_details.mp3",
      "startTime": 1,
      "startTimestamp": 47.92,
      "finishTimestamp": 51.2
    }
  },
  "commands": [
    {
      "character": "Julieta",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Julieta",
      "startTime": 1,
      "finishTime": 4.28,
      "dialogue": {
        "text": "Soy uruguaya y soy estratega de marketing.",
        "align": "center"
      }
    },
    {
      "character": "Julieta",
      "opacity": 0,
      "startTime": 4.78
    }
  ]
}