Back to Freecodecamp

Task 52

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/663ccbc479ca2261259f46bc.md

latest1.5 KB
Original Source
<!-- (Audio) Maria: Hey Brian, I was looking at the project details and I noticed something a bit odd. -->

--description--

To look at something, in this context, means to carefully check or study it to understand more about it. It has to do with paying close attention to it. Example: I looked at the test for a long time before answering any question. (you mean that you examined the questions before starting the test itself).

Listen to the dialogue and fill in the blank.

--fillInTheBlank--

--sentence--

Hey Brian, I was BLANK at the project details and I noticed something a bit odd.

--blanks--

looking

--feedback--

This blank has the verb that followed by at means to examine something. Use the -ing form.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.06
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 5.06,
      "dialogue": {
        "text": "Hey Brian, I was looking at the project details and I noticed something a bit odd.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.56
    }
  ]
}