Back to Freecodecamp

Task 40

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/685342965ee0c916aff8dccf.md

latest2.0 KB
Original Source
<!-- (Audio) Anna: It's important that they reflect our company's values and current work environment. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What could Brian say to respond to Anna's thank you?

--answers--

It wasn't my job.

--audio-id--

EN0768a7a8

--feedback--

This sounds negative and unhelpful in the context of teamwork.


My pleasure, Anna.

--audio-id--

EN354acebf

--video-solution--

2

--explanation--

My pleasure is a polite and friendly way to say that you're happy to help someone. For example:

  • Person 1: Thanks for your help today!

  • Person 2: My pleasure! – This shows that the person was glad to assist and feels positive about doing it.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-1.mp3",
      "startTime": 1,
      "startTimestamp": 74.9,
      "finishTimestamp": 80.9
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 2.96,
      "dialogue": {
        "text": "Thanks for helping to make these policies clearer.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 3.32,
      "finishTime": 4.64,
      "dialogue": {
        "text": "It's important that they reflect",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 4.64,
      "finishTime": 7.0,
      "dialogue": {
        "text": "our company's values and current work environment.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 7.5
    }
  ]
}