Back to Freecodecamp

Task 85

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/68124f90ca2ad42cfdd648fc.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: It's important that no part of the project gets delayed. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Bob worried about?

--answers--

Parts of the project being delayed.


The team forgetting their tasks.

--feedback--

Bob doesn't focus on forgetting tasks.


New developers leaving the company.

--feedback--

There's no mention of developers leaving.


The mobile app having too many features.

--feedback--

He talks about timing and progress, not features.

--video-solution--

1

--explanation--

Bob says no part of the project gets delayed, showing he is concerned about keeping the project on schedule and making sure everything moves forward without problems.

--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": 47.24,
      "finishTimestamp": 50.5
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.26,
      "dialogue": {
        "text": "It's important that no part of the project gets delayed.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.76
    }
  ]
}