Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/683b041e315a2b231b6be69e.md

latest2.4 KB
Original Source
<!-- (Audio) Anna: Brian, we really need to hash out the updates to our remote work policy. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Brian, we really need to BLANK the updates to our remote work BLANK.

--blanks--

hash out

--feedback--

This two-word phrase means to talk in detail to reach an agreement.


policy

--feedback--

This means a set of rules or guidelines for actions.

--explanation--

Phrasal verbs are combinations of verbs and one or more prepositions or adverbs, which, combined, produce a meaning that might be partly or completely different from the original meaning of the verb. Using these expressions helps users in conversation express meaning in an informal way and convey what they mean efficiently.

To hash out is a phrasal verb meaning to discuss something thoroughly in order to come to an agreement. For example:

Let's hash out the budget before the meeting. – This means the discussion about how to plan expenses should be made before the meeting happens.

A policy is a rule or guideline used by a group or organization. A remote work policy, for instance, would be the set of rules about working at any place outside the office. For example:

The company has a strict policy on data security. – This means the company has a very rigid set of rules concerning how their data is dealt with.

--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": 0.68,
      "finishTimestamp": 4.36
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 2.8,
      "dialogue": {
        "text": "Brian, we really need to hash out",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 2.8,
      "finishTime": 4.68,
      "dialogue": {
        "text": "the updates to our remote work policy.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 5.18
    }
  ]
}