Back to Freecodecamp

Task 112

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

latest2.0 KB
Original Source
<!-- (Audio) Sarah: Well, building in-house is probably the best way to maintain control over the project. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Well, building in-house is probably the BLANK to BLANK BLANK BLANK the project.

--blanks--

best way

--feedback--

This two-word phrase means the most effective method to achieve a goal.


maintain

--feedback--

This means to keep something in the same condition or state over time.


control

--feedback--

This refers to having power or authority over something.


over

--feedback--

This preposition shows what is being managed or influenced.

--explanation--

Best way means the most effective or suitable method to achieve a goal. For example:

The best way to learn programming is through practice. – This means practicing is the most effective way to learn programming.

Maintain control over means to keep authority, power, or influence over something. For example:

The company wants to maintain control over the development process. – This means the company wants to ensure it has decision-making power over how the project is developed.

--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": 20.5,
      "finishTimestamp": 24.5
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.0,
      "dialogue": {
        "text": "Well, building in-house is probably the best way to maintain control over the project.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.5
    }
  ]
}