Back to Freecodecamp

Task 4

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

latest2.0 KB
Original Source
<!-- (Audio) Anna: There's been a lot of back and forth on what should be included. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Anna think it's important to combine all the information on the updates to the remote work policy?

--answers--

Because it will make the updates longer and more complicated.

--feedback--

Anna does not want to make the policy more complex.


Because it will allow everyone to add their own ideas freely.

--feedback--

Anna's focus is on organizing the ideas.


Because there's already been a lot of debate concerning what to add to the policy.


Because it will delay the decision-making process even more.

--feedback--

Anna doesn't want to delay decisions.

--video-solution--

3

--explanation--

To include means to make something part of a whole or group. For example:

The meeting agenda will include a discussion about the new software. – This means the discussion about the software will be part of the meeting topics.

--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": 4.6,
      "finishTimestamp": 7.36
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 2.52,
      "dialogue": {
        "text": "There's been a lot of back and forth",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 2.52,
      "finishTime": 3.76,
      "dialogue": {
        "text": "on what should be included.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 4.26
    }
  ]
}