Back to Freecodecamp

Task 8

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/683982686e23c95771fa7071.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: Yes, I've looked at the plans. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Bob saying?

--answers--

He hasn't reviewed the plans yet.

--feedback--

Bob clearly states that he has looked at the plans.


He has finished reviewing the plans.

--feedback--

Although Bob says he has looked at the plans, he doesn't say he has finished reviewing them.


He is asking if the plans are ready.

--feedback--

Bob is not asking anything.


He has already examined the plans.

--video-solution--

4

--explanation--

I've looked at the plans means Bob has already examined or reviewed them.

He is confirming that he has already seen the plans, not asking about them or saying he's finished.

--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": 6.5,
      "finishTimestamp": 8.36
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.86,
      "dialogue": {
        "text": "Yes, I've looked at the plans.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.36
    }
  ]
}