Back to Freecodecamp

Task 53

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/68455ee4df9a48b052f347d2.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: I agree. That's a convenient spot for everyone. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Bob saying about the suggested location?

--answers--

He thinks it's too far from most teams.

--feedback--

Bob says he agrees and calls it convenient, which means he supports the idea.


He agrees that it works well for everyone.


He wants to suggest a different spot.

--feedback--

There's no sign Bob is making another suggestion.


He says it's not the best place for visitors.

--feedback--

Bob doesn't mention visitors at all.

--video-solution--

2

--explanation--

Bob says the location is convenient and adds for everyone, which shows he thinks it's a good choice that works well for all teams.

Saying I agree confirms his support for the suggestion.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-1.mp3",
      "startTime": 1,
      "startTimestamp": 72.66,
      "finishTimestamp": 75.24
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.58,
      "dialogue": {
        "text": "I agree. That's a convenient spot for everyone.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.08
    }
  ]
}