Back to Freecodecamp

Task 42

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678dbb627eb6df9a8012a25a.md

latest2.0 KB
Original Source
<!-- (audio) Maria: We need to choose a development environment for the new project. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We need to choose a BLANK BLANK for the new project.

--blanks--

development

--feedback--

This word refers to the process of creating or improving software or systems.


environment

--feedback--

This word refers to the overall setting or conditions in which work or activities are carried out, including tools, hardware, and software.

--explanation--

Development refers to the process of creating, designing, and maintaining software. It can also mean improving a system or program. For example:

The development of the new app took six months. - This sentence means that the process of creating and building the new app lasted six months.

Environment refers to the tools and conditions where a task, like coding or testing, is carried out. For example:

The testing environment includes a computer with specific software to check the app's performance. - This means the setup is designed with particular tools and conditions to help test how well the app works.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-2.mp3",
      "startTime": 1,
      "startTimestamp": 0.4,
      "finishTimestamp": 3.16
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "We need to choose a development environment for the new project.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.26
    }
  ]
}