Back to Freecodecamp

Task 42

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

latest1.8 KB
Original Source
<!-- (Audio) Bob: Great! I'll send out a meeting invite and share the project timeline with everyone. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What will Bob do next?

--answers--

He will send out a meeting invite and share the project timeline.


He will prepare a report on the project.

--feedback--

This is not mentioned in the audio.


He will schedule a meeting with the team.

--feedback--

While Bob mentions sending a meeting invite, this option is too general and doesn't capture his specific plan to share the timeline as well.


He will ask for feedback on the project.

--feedback--

Bob is not seeking feedback.

--video-solution--

1

--explanation--

Listen for key words that describe Bob's next actions.

I'll send out a meeting invite – This confirms he will schedule the meeting.

Share the project timeline with everyone – This shows he will also provide important project details.

--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": 52.44,
      "finishTimestamp": 56.36
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.92,
      "dialogue": {
        "text": "Great. I'll send out a meeting invite and share the project timeline with everyone.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.42
    }
  ]
}