Back to Freecodecamp

Task 96

curriculum/challenges/english/blocks/learn-how-to-share-feedback/679d38f78671a45bf8161a3a.md

latest1.5 KB
Original Source
<!-- (Audio) Maria: Can you look into it and see what's causing the problem? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Can you BLANK BLANK it and see what's causing the problem?

--blanks--

look

--feedback--

This word means to examine or investigate something.


into

--feedback--

This preposition is used with look to indicate investigating or researching a topic.

--explanation--

To look into something means to investigate or examine a situation to find more information. For example:

The IT team is looking into the server issue. - This means they are investigating the problem with the server.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-3.mp3",
      "startTime": 1,
      "startTimestamp": 35.5,
      "finishTimestamp": 37.56
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.06,
      "dialogue": {
        "text": "Can you look into it and see what's causing the problem?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.56
    }
  ]
}