Back to Freecodecamp

Task 93

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/681348a41c33850a20811144.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: I'm considering bringing in a couple more people for this project. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Bob thinking about doing?

--answers--

Adding a few more people to the project.


Canceling the project.

--feedback--

Bob is not talking about canceling the project.


Hiring only managers.

--feedback--

He says people, not just managers.


Moving people to a different project.

--feedback--

Bob focuses on this project, meaning the current one, not moving people away.

--video-solution--

1

--explanation--

Bob says he's considering bringing in a couple more people, which means he is thinking about adding two or three more team members to help on the current project.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-2.mp3",
      "startTime": 1,
      "startTimestamp": 57.7,
      "finishTimestamp": 60.86
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.16,
      "dialogue": {
        "text": "I'm considering bringing in a couple more people for this project.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.66
    }
  ]
}