Back to Freecodecamp

Task 108

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

latest2.0 KB
Original Source
<!-- (Audio) Brian: The first option is to build the software in-house. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

The first option is to BLANK BLANK.

--blanks--

build the software

--feedback--

These three words together mean to create and develop a program or application.


in-house

--feedback--

This means doing the work within the company instead of outsourcing it. This is a compound word. Remember to use -.

--explanation--

Build the software means to create and develop a program or application from scratch. It involves coding, designing, and testing the software. For example:

The company wants to build the software from the ground up using Python. – This means they will develop the software entirely from the beginning using Python.

In-house means that the work is done within the company rather than hiring an external team or outsourcing the project. For example:

Our team decided to do front-end development in-house instead of hiring an external agency. – This means the company's own employees will handle the front-end development instead of outsourcing it.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-3.mp3",
      "startTime": 1,
      "startTimestamp": 10.24,
      "finishTimestamp": 13.18
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.94,
      "dialogue": {
        "text": "The first option is to build the software in-house.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 4.44
    }
  ]
}