Back to Freecodecamp

Task 2

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

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

--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--

Chilena

--feedback--

Look up the field Nacionalidad.

--explanation--

¿Cuál es tu nacionalidad? means "What is your nationality?" If you have a look on the field Nacionalidad, you'll see it says chilena. So, the correct answer is Soy chilena.

Notice that in Spanish nationalities are written in lowercase. For example:

  • Soy mexicana. - I'm Mexican. (Feminine)
  • Soy español. - I'm Spanish. (Masculine)

--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": 23.78,
      "finishTimestamp": 25.61
    }
  },
  "commands": [
    {
      "character": "Esteban",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Esteban",
      "startTime": 1.3,
      "finishTime": 2.83,
      "dialogue": {
        "text": "¿Cuál es tu nacionalidad?",
        "align": "center"
      }
    },
    {
      "character": "Esteban",
      "opacity": 0,
      "startTime": 2.93
    }
  ]
}