Back to Freecodecamp

Task 127

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67d7ec5fe7ccd757f6d49bd2.md

latest1.8 KB
Original Source
<!-- (Audio) Sarah: Building in-house is more reliable because we can oversee the entire process. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Building in-house is more reliable because we can BLANK the BLANK.

--blanks--

oversee

--feedback--

This means to supervise or manage something to ensure it is done correctly.


entire process

--feedback--

This two-word phrase refers to all the steps involved from beginning to end.

--explanation--

Oversee means to supervise or monitor something to ensure it is completed properly. For example:

The manager oversees the software development to ensure quality. – This means the manager checks and guides the development process.

Entire process refers to all the steps involved in completing a task or project. For example:

The team handles the entire process, from planning to final testing. – This means they take care of every stage from start to finish.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-3.mp3",
      "startTime": 1,
      "startTimestamp": 65.12,
      "finishTimestamp": 68.98
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.86,
      "dialogue": {
        "text": "Building in-house is more reliable because we can oversee the entire process.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.36
    }
  ]
}