Back to Freecodecamp

Task 41

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/68534426734b8c1ff60a6dca.md

latest1.9 KB
Original Source
<!-- (Audio) Brian: My pleasure, Anna. Let's make sure these policies do just that. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Brian want to make sure?

--answers--

That the policies are shared with everyone in the company.

--feedback--

Brian isn't talking about distributing the policies.


That the policies are approved by all managers.

--feedback--

He doesn't mention needing approval from others.


That the policies are written quickly.

--feedback--

Speed isn't Brian's main concern; he's focused on purpose.


That the policies represent the company's values and work style, which is exactly what Anna said.

--video-solution--

4

--explanation--

To do just that means to take action exactly as previously described or intended. For example:

She said she would fix the code, and she did just that. – This means she fixed the code, exactly as she said she would.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-1.mp3",
      "startTime": 1,
      "startTimestamp": 81.08,
      "finishTimestamp": 84.7
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 1.88,
      "dialogue": {
        "text": "My pleasure, Anna.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 2.08,
      "finishTime": 4.62,
      "dialogue": {
        "text": "Let's make sure these policies do just that.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.12
    }
  ]
}