Back to Freecodecamp

Task 102

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sophie mean when she says they need to go through the inventory?

--answers--

They should throw out all their old software.

--feedback--

She says go through, not throw out or remove.


They need to review or check each item on the list.


They should install new software tools.

--feedback--

There's no mention of installing new tools.


They are going to test all the tools today.

--feedback--

Testing may be part of it, but go through means checking the full list first.

--video-solution--

2

--explanation--

Go through means to review something step by step. For example:

She will go through the design with the client tomorrow. — She will review and discuss the design with the client.

Sophie means they should review the inventory of software tools and likely check what's still in use or needs updating.

--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
    }
  ]
}