Back to Freecodecamp

Task 23

curriculum/challenges/english/blocks/es-a1-practice-personal-details-in-action/69603cef0e32022f1461f97a.md

latest1.6 KB
Original Source
<!-- (Audio) Julieta: Y mi número es +598 94 227 495. -->

--description--

In this task, you'll hear Julieta giving her full phone number, including the country code.

This kind of response is commonly used after someone asks for contact information.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which question is Julieta answering?

--answers--

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


¿Cuál es tu edad?

--feedback--

This question asks how old someone is.


¿Cuál es tu correo electrónico?

--feedback--

This would prompt an email address.


¿Dónde vives?

--feedback--

That's asking about location.

--video-solution--

1

--explanation--

Y mi número es +598 94 227 495 means "And my number is +598 94 227 495".

--scene--

json
{
  "setup": {
    "background": "living-room.png",
    "characters": [
      {
        "character": "Julieta",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_julieta_personal_details.mp3",
      "startTime": 1,
      "startTimestamp": 51.84,
      "finishTimestamp": 61.33
    }
  },
  "commands": [
    {
      "character": "Julieta",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Julieta",
      "startTime": 1,
      "finishTime": 10.49,
      "dialogue": {
        "text": "Y mi número es +598 94 227 495.",
        "align": "center"
      }
    },
    {
      "character": "Julieta",
      "opacity": 0,
      "startTime": 10.99
    }
  ]
}