Back to Freecodecamp

Task 23

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67dd9f9a764e7f37dc99ff96.md

latest1.7 KB
Original Source
<!-- (Audio) James: That should work. Oh, and we need to confirm with the client about the new requirements. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That should work. Oh, and we need to BLANK with the client about the new requirements.

--blanks--

confirm

--feedback--

This means to check or make sure something is correct.

--explanation--

To confirm with someone about something means to check or verify a detail with another person to make sure it's correct or agreed on. For example:

I'll confirm with the manager about the meeting time. – This means checking the time with the manager to be sure.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-1.mp3",
      "startTime": 1,
      "startTimestamp": 26.3,
      "finishTimestamp": 30.98
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 1.8,
      "dialogue": {
        "text": "That should work.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 2.26,
      "finishTime": 5.78,
      "dialogue": {
        "text": "Oh, and we need to confirm with the client about the new requirements.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 6.28
    }
  ]
}