Back to Freecodecamp

Task 7

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/683981e2af72ab55ae05d238.md

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, I've BLANK the plans.

--blanks--

looked at

--feedback--

This two-word phrase means to have seen or examined something carefully. The first word ends with -ed.

--explanation--

Looked at means to see or examine something with attention. For example:

I looked at the new software design yesterday. – This means you examined the design carefully.

--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
    }
  ]
}