Back to Freecodecamp

Task 64

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f0039a4b0b9928ce9ec5e4.md

latest1.6 KB
Original Source
<!-- (audio) Jessica: We had a report of a suspicious email. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We had a BLANK a suspicious email.

--blanks--

report of

--feedback--

This two-word phrase means an official or formal statement about a situation.

--explanation--

Report of is used to describe the subject of a report. The correct preposition after report in this case is of because it shows what was reported. For example:

We received a report of an accident. - The report was about an accident.

Report can also be used with to when talking about who someone gives updates or answers to. For example:

I report to the team leader every day. - You give updates to your boss every day.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-2.mp3",
      "startTime": 1,
      "startTimestamp": 17.9,
      "finishTimestamp": 19.58
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 2.68,
      "dialogue": {
        "text": "We had a report of a suspicious email.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 3.18
    }
  ]
}