Back to Freecodecamp

Task 33

curriculum/challenges/english/blocks/es-a1-learn-basic-personal-information/69370297d24a1d727641c907.md

latest2.5 KB
Original Source
<!-- (Audio) Camila: ¿sanjuan.pr? Mateo: Sí, correcto. -->

--description--

In this exchange, Camila repeats part of the email address to confirm it.

She uses a rising intonation to show that it is a confirmation question.

When someone repeats information with question intonation, it is usually to check if it is correct.

In this situation, the other person can either confirm or deny the information. For example:

  • Sí, correcto. (What the person said is correct).

  • No, es ... + correction (What the person said is wrong).

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Camila: sanjuan. BLANK BLANK?

Mateo: Sí, BLANK.

--blanks--

p

--feedback--

This letter comes after O in the alphabet.


r

--feedback--

This letter comes after R in the alphabet.


correcto

--feedback--

This word is often used to confirm that something is accurate or right.

--explanation--

Camila repeats the final part of the email address to confirm it: sanjuan.pr?

Mateo answers Sí, correcto.

shows agreement.

Correcto confirms that the information is accurate.

If the information were wrong, he could respond:

No, es + correction.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Camila",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      },
      {
        "character": "Mateo",
        "position": {
          "x": 50,
          "y": 18,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_mateo_email_dialogue_with_camila.mp3",
      "startTime": 1,
      "startTimestamp": 35.86,
      "finishTimestamp": 40.09
    }
  },
  "commands": [
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Camila",
      "startTime": 1.2,
      "finishTime": 3.71,
      "dialogue": {
        "text": "¿sanjuan.pr?",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 3.78
    },
    {
      "character": "Mateo",
      "opacity": 1,
      "startTime": 3.78
    },
    {
      "character": "Mateo",
      "startTime": 3.84,
      "finishTime": 5,
      "dialogue": {
        "text": "Sí, correcto.",
        "align": "center"
      }
    },
    {
      "character": "Mateo",
      "opacity": 0,
      "startTime": 5.33
    }
  ]
}