Back to Freecodecamp

Task 134

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

latest1.8 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 complete the sentence below.

--fillInTheBlank--

--sentence--

That makes sense. Could you set up a BLANK meeting to discuss BLANK and keep everyone in the loop?

--blanks--

weekly

--feedback--

This means happening once a week.


progress

--feedback--

This refers to improvement or movement toward a goal.

--explanation--

Weekly means happening once every week. For example:

We have a weekly report to track our work. - This means the report is created once a week.

Progress means improvement or movement toward completing something. For example:

She made great progress on her project. - This means she improved or moved forward with her work.

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