Back to Freecodecamp

Task 2

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

latest2.0 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 answer the question below.

--questions--

--text--

What does Anna think is important to do before the next meeting?

--answers--

Have a quick chat about the changes to the remote work rules.

--feedback--

Anna doesn't want a simple, fast conversation about the rules.


Review and agree on the new remote work rules.


Ignore the updates and continue with the current rules.

--feedback--

Anna doesn't say they need to ignore the updates.


Write a report about the remote work policy.

--feedback--

Anna does not mention writing a report.

--video-solution--

2

--explanation--

To update a policy means to make changes or improvements to a set of rules or guidelines. For example:

The company decided to update its vacation policy to include more flexible days. – This means the company changed the rules about vacation to better suit employees.

--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
    }
  ]
}