Back to Freecodecamp

Task 38

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/66127850c4415c3df1b4e99a.md

latest2.3 KB
Original Source
<!-- (Audio) Brian: That's impressive. I met with the client yesterday, and they loved our progress. They gave us the green light to move on to the next phase. -->

--description--

In this task, you'll learn about the phrase to give the green light to something. This phrase means to give permission or approval to proceed with a project or plan.

For example, in a work setting, a manager might say, We've been given the green light to start the new marketing campaign. indicating that they have approval to begin.

--fillInTheBlank--

--sentence--

That's impressive. I BLANK with the client BLANK, and they BLANK our progress. They BLANK us the green light to move BLANK to the next phase.

--blanks--

met

--feedback--

It is the past simple form of meet, indicating that Brian had a meeting with the client.


yesterday

--feedback--

It refers to the day before today, specifying when the meeting took place.


loved

--feedback--

It is the past tense of love, used here to show that the client was very pleased with the progress.


gave

--feedback--

It is the past tense of give. In this context, it refers to the client giving approval.


on

--feedback--

It indicates progressing or advancing to the next stage or phase of a project.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 30.08,
      "finishTimestamp": 36.62
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.96,
      "dialogue": {
        "text": "That's impressive. I met with the client yesterday and they loved our progress.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 5.18,
      "finishTime": 7.54,
      "dialogue": {
        "text": "They gave us the green light to move on to the next phase.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 8.04
    }
  ]
}