Back to Freecodecamp

Task 80

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/680a95e67e1e999b038b81a1.md

latest2.1 KB
Original Source
<!-- (Audio) Riker: Good morning, Maria. I've prepared the final report on our recent social media campaign. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What did Riker write a report on?

--answers--

The next advertising plan.

--feedback--

Riker is talking about something that already happened, not a future plan.


The recent social media campaign.


Customer feedback from the last month.

--feedback--

Riker doesn't mention anything about customer feedback.


The design changes made to the website.

--feedback--

There is no mention of website design in the conversation.

--video-solution--

2

--explanation--

A final report is a complete and finished document that summarizes the results, progress, or findings of a project, event, or activity. It is usually created at the end of a task to review what was done and what was learned. For example:

The final report showed that the training program improved employee performance. – This means the report gave a summary of results after the training program ended.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Riker",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 5.34
    }
  },
  "commands": [
    {
      "character": "Riker",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Riker",
      "startTime": 1,
      "finishTime": 4.42,
      "dialogue": {
        "text": "Good morning, Maria. I've prepared the final report",
        "align": "center"
      }
    },
    {
      "character": "Riker",
      "startTime": 4.42,
      "finishTime": 6.34,
      "dialogue": {
        "text": "on our recent social media campaign.",
        "align": "center"
      }
    },
    {
      "character": "Riker",
      "opacity": 0,
      "startTime": 6.84
    }
  ]
}