Back to Freecodecamp

Task 4

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67802cab680a85130fd846a0.md

latest1.9 KB
Original Source
<!-- (Audio) Bob: We need to start planning our new mobile app project. Let's discuss the timeline. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Bob want to discuss the timeline?

--answers--

To assign tasks to team members.

--feedback--

Bob doesn't mention assigning tasks.


To determine the budget.

--feedback--

The timeline isn't about budgeting.


To prepare the project schedule.


To review the app's features.

--feedback--

Bob isn't talking about the app's features.

--video-solution--

3

--explanation--

To answer this question, think about the purpose of a timeline. It helps to organize tasks, set deadlines, and plan effectively.

A timeline is used to organize and plan tasks over time. When Bob says, Let's discuss the timeline, he is referring to preparing a schedule for the project.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.98
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.54,
      "dialogue": {
        "text": "We need to start planning our new mobile app project.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 3.72,
      "finishTime": 4.98,
      "dialogue": {
        "text": "Let's discuss the timeline.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.48
    }
  ]
}