Back to Freecodecamp

Task 15

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

latest1.5 KB
Original Source
<!-- (no audio) -->

--instructions--

This task doesn't have audio. Read the question below and select 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

--questions--

--text--

Based on the information in the form above, select the correct answer to: ¿Cuál es tu nombre y apellido completo?

--answers--

Méndez Pérez Luna

--feedback--

This has the correct parts but in the wrong order. Names come first in Spanish.


Luna Pérez

--feedback--

This only includes one last name. Two are expected in a full name.


Luna Méndez Pérez


Pérez Méndez

--feedback--

These are last names, but the first name is missing.

--video-solution--

3

--explanation--

The question ¿Cuál es tu nombre y apellido completo? asks for the full name, including the first name and both surnames.

In Spanish naming conventions, the order is typically:

First name + first surname + second surname

From the form:

  • Nombre: Luna.
  • Primer apellido: Méndez.
  • Segundo apellido: Pérez.

Putting them together in the correct order gives:

Luna Méndez Pérez

The other options either change the order or omit part of the full name.