Back to Freecodecamp

Task 25

curriculum/challenges/english/blocks/learn-how-to-share-feedback/67978e0d5ab8504e3f7443b9.md

latest2.1 KB
Original Source
<!-- (Audio) Bob: Let's set some goals for the next quarter to ensure you're on track. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Bob want to set goals for Jessica for the next quarter?

--answers--

To make her take on more responsibilities.

--feedback--

Bob's focus isn't on assigning Jessica more responsibilities.


To help her complete her tasks faster.

--feedback--

While setting goals may improve efficiency, Bob's main concern is monitoring her progress.


To delay discussing her progress until later.

--feedback--

Bob's suggestion to set goals indicates he wants to ensure progress now, not delay it.


To ensure she's on track with her work.

--video-solution--

4

--explanation--

To ensure means to make certain that something happens or is achieved. For example:

We must ensure that all safety regulations are followed. - This means to make sure that the regulations are adhered to.

To be on track means to be progressing as planned or expected. For example:

The project is on track to be completed by the deadline. - This means the project is progressing as expected and will likely be finished on time.

In this context, Bob wants to confirm that Jessica is meeting her objectives.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-1.mp3",
      "startTime": 1,
      "startTimestamp": 40.48,
      "finishTimestamp": 43.64
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.16,
      "dialogue": {
        "text": "Let's set some goals for the next quarter to ensure you're on track.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.66
    }
  ]
}