Back to Freecodecamp

Task 79

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

latest1.9 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 complete the sentence below.

--fillInTheBlank--

--sentence--

Good morning, Maria. I've prepared the final report on our recent social BLANK campaign.

--blanks--

media

--feedback--

Preceded by social, this refers to platforms like Facebook, Instagram, or X where people share and interact with content online.

--explanation--

A social media campaign is a planned marketing effort that uses social media platforms to promote a product, service, message, or event. These campaigns usually aim to reach a large audience and increase engagement or awareness. For example:

The company launched a social media campaign to promote its new product. – This means they used platforms like Instagram or LinkedIn to share posts and ads about the product.

--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
    }
  ]
}