Back to Freecodecamp

Task 79

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/66df6dcd9354e775bbe89f24.md

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Linda: I believe we can roll out another update by next month. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I believe we can BLANK another update by next month.

--blanks--

roll out

--feedback--

These two words together mean to introduce or launch something new.

--explanation--

Roll out means to introduce or launch something new, like a product, service, or update, to the public or users. For example:

  • The company plans to roll out a new feature next week. - They will release or launch the new feature next week.

  • We will roll out the new marketing campaign soon. - They will start or introduce the new campaign.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-2.mp3",
      "startTime": 1,
      "startTimestamp": 43.02,
      "finishTimestamp": 46.28
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 4.26,
      "dialogue": {
        "text": "I believe we can roll out another update by next month.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.76
    }
  ]
}