Back to Freecodecamp

Task 9

curriculum/challenges/english/blocks/learn-how-to-express-agreement/679b6fda63e57f01cdd2a45d.md

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob want to know?

--answers--

If they can finish the prototype in two weeks.

--feedback--

Bob mentions a different timeline.


If the team is available to start next week.

--feedback--

Bob does not ask about when to start.


If finishing the prototype in four weeks is a practical goal.


How much time they need to finish the project.

--feedback--

Bob suggests a timeframe but does not ask how much time is needed.

--video-solution--

3

--explanation--

Bob wants to confirm if four weeks is a reasonable amount of time to complete the initial prototype. He is not asking for a different estimate or a start date.

--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": 9.56
    }
  },
  "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",
      "startTime": 5.02,
      "finishTime": 6.08,
      "dialogue": {
        "text": "Does that sound reasonable?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.58
    }
  ]
}