Back to Freecodecamp

Task 13

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/6848839f98b89790fd0874a2.md

latest2.0 KB
Original Source
<!-- (Audio) Anna: I agree. We should also lay down some guidelines for communication during remote work. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Anna want to do about communication between people working remotely?

--answers--

Start casual chats every morning.

--feedback--

Anna wants something more formal than casual chats.


Send messages only when something urgent happens.

--feedback--

Anna doesn't suggest limiting communication to urgent messages.


Hold long weekly meetings to improve connection.

--feedback--

Anna doesn't mention meetings.


Create clear rules for how people should communicate.

--video-solution--

4

--explanation--

To lay down, in this context, means to create or establish official rules or procedures. For example:

The manager laid down new procedures for reporting bugs. – This means the manager made new official steps everyone should follow. The past tense of lay is irregular: laid.

--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": 18.08,
      "finishTimestamp": 22.42
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 3.26,
      "dialogue": {
        "text": "I agree. We should also lay down some guidelines",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 3.26,
      "finishTime": 5.34,
      "dialogue": {
        "text": "for communication during remote work.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 5.84
    }
  ]
}