Back to Freecodecamp

Task 4

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

latest1.9 KB
Original Source
<!-- (Audio) Esteban: ¿Cuál es tu profesión? -->

--instructions--

Listen to the audio. Identify what information is being requested. Then use the form below to complete the sentence with the correct answer.

Campo del formularioEntrada del formulario
NombreLuna
Primer apellidoMéndez
Segundo apellidoPérez
Nacionalidadchilena
Profesióncientífica de datos
Correo electrónico[email protected]
Número de teléfono+56 923 881 240
Edad25

--fillInTheBlank--

--sentence--

Soy BLANK

--blanks--

científica de datos

--feedback--

Have a look on the field related to Luna's profession. Also, remember the accent on the i.

--explanation--

The question ¿Cuál es tu profesión? asks about someone's job or occupation. So you need to have a look on the profesión field which says Luna is a científica de datos. So, to answer the question Luna would need to use the structure:

Soy + profession.

Together, soy científica de datos is the natural way to state her profession in Spanish.

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "Esteban",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_personal_details_just_questions.mp3",
      "startTime": 1,
      "startTimestamp": 27.67,
      "finishTimestamp": 29.48
    }
  },
  "commands": [
    {
      "character": "Esteban",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Esteban",
      "startTime": 1.3,
      "finishTime": 2.81,
      "dialogue": {
        "text": "¿Cuál es tu profesión?",
        "align": "center"
      }
    },
    {
      "character": "Esteban",
      "opacity": 0,
      "startTime": 2.91
    }
  ]
}