Back to Freecodecamp

Task 101

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/68134cec46b2440ea4bbd640.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: I'll make sure we have all the resources we need. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob promise to do?

--answers--

Make sure the team has no resources at all.

--feedback--

Bob doesn't say that.


Finish the app without any more help.

--feedback--

He is focusing on ensuring they have enough help and materials.


Start a new project next month.

--feedback--

Bob talks about supporting the current project.


Make sure the team has all the resources they need.

--video-solution--

4

--explanation--

Bob says I'll make sure we have all the resources we need, meaning he promises to ensure that everything necessary for completing the project will be available.

--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": 70.22,
      "finishTimestamp": 73.16
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.94,
      "dialogue": {
        "text": "I'll make sure we have all the resources we need.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.44
    }
  ]
}