Back to Freecodecamp

Task 30

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/683d76f5c359fcc3fa849a25.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: Sounds good, that's very accessible. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob mean when he says the location is very accessible?

--answers--

It is easy for people to reach or enter.


It needs more signs and directions.

--feedback--

Bob says it's already accessible, so he doesn't think signs are a problem.


It should be limited to employees only.

--feedback--

Accessible suggests openness and ease of entry, not restriction.


It's too far from the main entrance.

--feedback--

If it was far, Bob wouldn't call it very accessible.

--video-solution--

1

--explanation--

Accessible means that something is easy to reach, enter, or use.

Bob is agreeing with the plan because the location is convenient and easy for people to access.

--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": 30.46,
      "finishTimestamp": 32.66
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.2,
      "dialogue": {
        "text": "Sounds good. That's very accessible.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.7
    }
  ]
}