Back to Freecodecamp

Task 7

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67803535dcaa454865db5fd0.md

latest1.7 KB
Original Source
<!-- (Audio) Bob: I was thinking we should aim to have the initial prototype ready in four weeks. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Bob suggesting they should do in four weeks?

--answers--

Finalize the project.

--feedback--

Bob is not talking about finishing the entire project.


Launch the product.

--feedback--

Bob is not suggesting launching the product.


Review the budget.

--feedback--

Bob doesn't mention the budget.


Complete the initial prototype.

--video-solution--

4

--explanation--

To answer this question, focus on what Bob says they should aim to achieve.

He mentions the initial prototype, which is the first version of the project. The goal is to complete this in four weeks, not finalize the entire project or launch the product.

--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": 4.48,
      "finishTimestamp": 8.3
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.82,
      "dialogue": {
        "text": "I was thinking we should aim to have the initial prototype ready in four weeks.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.32
    }
  ]
}