Back to Freecodecamp

Task 9

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

latest1.4 KB
Original Source
<!-- (Audio) Esteban: ¿Cómo se escribe? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which of the following questions matches what you hear in the audio?

--answers--

¿Cómo se escribe?


¿Cuál es tu nombre?

--feedback--

The question is not asking about someone's name.


¿Cómo estás?

--feedback--

This is not what Esteban says.


¿Dónde trabajas?

--feedback--

This asks about a workplace. That's not his question.

--video-solution--

1

--explanation--

¿Cómo se escribe? means "How is it spelled?"

--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": 39.42,
      "finishTimestamp": 40.86
    }
  },
  "commands": [
    {
      "character": "Esteban",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Esteban",
      "startTime": 1,
      "finishTime": 2.44,
      "dialogue": {
        "text": "¿Cómo se escribe?",
        "align": "center"
      }
    },
    {
      "character": "Esteban",
      "opacity": 0,
      "startTime": 2.54
    }
  ]
}