Back to Freecodecamp

Task 8

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

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

--answers--

¿Cómo se escribe tu apellido?

--feedback--

This asks about how to spell a last name.


¿Cuál es tu número de teléfono?

--feedback--

This question is about phone numbers.


¿Dónde trabajas?

--feedback--

This one is asking about place of work.


¿Cuál es tu apodo?

--video-solution--

4

--explanation--

¿Cuál es tu apodo? means "What is your nickname?"

--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": 20.51,
      "finishTimestamp": 21.98
    }
  },
  "commands": [
    {
      "character": "Esteban",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Esteban",
      "startTime": 1.3,
      "finishTime": 2.47,
      "dialogue": {
        "text": "¿Cuál es tu apodo?",
        "align": "center"
      }
    },
    {
      "character": "Esteban",
      "opacity": 0,
      "startTime": 2.57
    }
  ]
}