Back to Freecodecamp

Task 103

curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68492bbb716fe07357a7cbf1.md

latest1.6 KB
Original Source
<!-- (audio) Sophie: Hey Tom, we need to go through our software tools inventory today. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We need to go through our BLANK today.

--blanks--

software tools inventory

--feedback--

These three words refer to a list of the programs and platforms the team uses for work.

--explanation--

Software tools are programs or platforms used to complete tasks, such as coding, design, or communication.

An inventory is a list of items you have — usually for tracking or review.

So, a software tools inventory is a list of all the software programs the team uses. For example:

We updated our software tools inventory last week. — They checked and listed all the software tools they have.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-3.mp3",
      "startTime": 1,
      "startTimestamp": 0.72,
      "finishTimestamp": 4.34
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.62,
      "dialogue": {
        "text": "Hey Tom, we need to go through our software tools inventory today.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.12
    }
  ]
}