Back to Freecodecamp

Task 38

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67ac5dcf8b2b0424b0769136.md

latest2.2 KB
Original Source
<!-- (Audio) Bob: Perfect. Let's set a weekly meeting to review our progress. Would Friday morning work for you? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Bob proposing?

--answers--

He is suggesting a weekly meeting on Friday morning to review progress.


He is suggesting a one-time meeting to review progress.

--feedback--

The audio indicates Bob is suggesting a recurring weekly meeting, not a one-time event.


He is asking for feedback on the progress of the project.

--feedback--

Bob is not giving feedback on the project's progress.


He is asking if Friday morning is a good time for the team to work.

--feedback--

Although Bob asks if Friday morning works, he is actually proposing the meeting for that time.

--video-solution--

1

--explanation--

Listen for key words that indicate Bob's proposal.

Let's set a weekly meeting – This shows he is suggesting a recurring meeting, not a one-time event.

To review our progress – This clarifies the purpose of the meeting.

Would Friday morning work for you? – This confirms he is proposing Friday morning as the meeting time.

--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": 42.32,
      "finishTimestamp": 47.02
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.08,
      "dialogue": {
        "text": "Perfect. Let's set a weekly meeting to review our progress.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.38,
      "finishTime": 5.7,
      "dialogue": {
        "text": "Would Friday morning work for you?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.2
    }
  ]
}