Back to Freecodecamp

Task 12

curriculum/challenges/english/blocks/es-a1-practice-personal-details-in-action/69601dcbbac9a66a2989227b.md

latest2.1 KB
Original Source
<!-- (Audio) ¿Cómo se deletrea? -->

--description--

You recently learned the pattern ¿Quieres que lo deletree? to offer to spell something. Another common question is:

¿Cómo se deletrea?

This question is used when someone wants to know how a word, name, or email is spelled letter by letter.

It is very common in conversations where people are confirming contact details.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which of the following is the correct answer to the question being asked?

--answers--

Mi nombre es Luna.

--feedback--

This is a full sentence introducing someone's name.


Soy chilena.

--feedback--

This is a statement of nationality.


j-u-l-i-e-t-a punto c-a-c-e-r-e-s arroba a-n-d-e-s punto com.


Soy científica de datos.

--feedback--

This answer describes a profession.

--video-solution--

3

--explanation--

Esteban asks ¿Cómo se deletrea?, so he is asking how something is spelled. The correct answer should spell the information letter by letter.

Only one option does this: j-u-l-i-e-t-a punto c-a-c-e-r-e-s arroba a-n-d-e-s punto com.

The other options are full statements (name, nationality, profession) and do not provide spelling.

--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": 46.35,
      "finishTimestamp": 48.09
    }
  },
  "commands": [
    {
      "character": "Esteban",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Esteban",
      "startTime": 1,
      "finishTime": 2.34,
      "dialogue": {
        "text": "¿Cómo se deletrea?",
        "align": "center"
      }
    },
    {
      "character": "Esteban",
      "opacity": 0,
      "startTime": 2.84
    }
  ]
}