Back to Freecodecamp

Task 152

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/6814e9248e03912b3b77a373.md

latest1.8 KB
Original Source
<!-- (Audio) Maria: We can review it together and make changes before showing it to the whole team. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We can review it together and BLANK before showing it to BLANK.

--blanks--

make changes

--feedback--

This two-word phrase means to edit or update something.


the whole team

--feedback--

This refers to a specific group of people. Don't forget to use an article if necessary.

--explanation--

Make changes is a common phrase that means to edit, adjust, or update something. For example:

  • We need to make changes to the design. - The current design isn't working, so they should update it.

  • They made changes after testing the app. - The team updated the app based on what they learned from testing.

The whole team uses the because Maria is talking about a specific, known team - the one working on the current project.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-3.mp3",
      "startTime": 1,
      "startTimestamp": 72.5,
      "finishTimestamp": 76.36
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.86,
      "dialogue": {
        "text": "We can review it together and make changes before showing it to the whole team.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.36
    }
  ]
}