Back to Freecodecamp

Task 11

curriculum/challenges/english/blocks/es-a1-learn-contact-information-and-spelling/693723c1111f7943f5cea1e1.md

latest2.1 KB
Original Source
<!-- (Audio) Camila: ¿Otra vez, por favor? -->

--description--

In this task, you will hear Camila politely ask for something to be repeated.

Remember, ¿otra vez? is commonly used when you didn't catch what someone said and want to hear it again.

--instructions--

Listen to the audio and decide if the following statement is true or false.

--questions--

--text--

Is it true or false: Camila is asking Mateo to say his name again.

--answers--

True

--feedback--

Camila is asking for something to be repeated, but not specifically for Mateo's name.


False

--video-solution--

2

--explanation--

Camila says ¿Otra vez, por favor? Since Mateo just mentioned his phone number, it is implied she is asking him to repeat the number, not his name.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Mateo",
        "position": {
          "x": 50,
          "y": 18,
          "z": 1.5
        },
        "opacity": 0
      },
      {
        "character": "Camila",
        "position": {
          "x": 50,
          "y": 18,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_mateo_camila_phone_number_dialogue.mp3",
      "startTime": 1,
      "startTimestamp": 33.55,
      "finishTimestamp": 42.57
    }
  },
  "commands": [
    {
      "character": "Mateo",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mateo",
      "startTime": 1,
      "finishTime": 7.86,
      "dialogue": {
        "text": "Es +213 554 0028.",
        "align": "center"
      }
    },
    {
      "character": "Mateo",
      "opacity": 0,
      "startTime": 8.25
    },
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 8.25
    },
    {
      "character": "Camila",
      "startTime": 8.64,
      "finishTime": 10.02,
      "dialogue": {
        "text": "¿Otra vez, por favor?",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 10.52
    }
  ]
}