Back to Freecodecamp

Task 103

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/6761e3efbd12c067489c90fe.md

latest1.5 KB
Original Source
<!-- (audio) Jake: I've been looking into our database security. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I've been BLANK into our database security.

--blanks--

looking

--feedback--

This word means trying to find information or investigate. It ends in -ing.

--explanation--

Looking into means to investigate or examine something carefully. For example:

  • The manager is looking into the issue with the server. - This means the manager is investigating the server problem.

  • She is looking into ways to improve our performance. - This means she is searching for ways to make the team perform better.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 2.42
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.42,
      "dialogue": {
        "text": "I've been looking into our database security,",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 3.92
    }
  ]
}