Back to Freecodecamp

Task 135

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67cafac07dc081eefb4d7adb.md

latest2.0 KB
Original Source
<!-- (Audio) Bob: That makes sense. Could you set up a weekly meeting to discuss progress and keep everyone in the loop? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is the objective of having weekly meetings?

--answers--

To reduce the number of tasks the team has.

--feedback--

Bob does not mention reducing tasks.


To avoid making any changes to the project.

--feedback--

Bob does not suggest that they avoid making changes.


To increase the number of meetings without a clear goal.

--feedback--

Bob has a specific goal and he mentions it.


To make sure everyone stays updated on the project.

--video-solution--

4

--explanation--

To keep someone in the loop means to keep them informed about important updates and decisions. For example:

Please keep me in the loop about any changes to the schedule. - This means the speaker wants to be updated if anything changes.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-3.mp3",
      "startTime": 1,
      "startTimestamp": 43.3,
      "finishTimestamp": 48.18
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.26,
      "dialogue": {
        "text": "That makes sense. Could you set up a weekly meeting",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 3.26,
      "finishTime": 5.88,
      "dialogue": {
        "text": "to discuss progress and keep everyone in the loop?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.38
    }
  ]
}