Back to Freecodecamp

Task 118

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/67326437367d0d30ba761383.md

latest1.8 KB
Original Source
<!-- (audio) Linda: Exactly, and remember when we rolled out that major update last month? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Exactly, and remember when we BLANK that major update last month?

--blanks--

rolled out

--feedback--

These two words together mean to release or launch something, usually a new product, feature, or update. The first word is a verb in the past, and the second is a preposition.

--explanation--

Rolled out means to officially release or introduce something, usually to a wider audience. It's often used in technology and business to describe launching new features, products, or updates. For example:

The company rolled out a new software version last week. - This means the company launched or released the new version for use.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-3.mp3",
      "startTime": 1,
      "startTimestamp": 40.08,
      "finishTimestamp": 43.84
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 2.42,
      "dialogue": {
        "text": "Exactly. And remember",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 2.42,
      "finishTime": 4.26,
      "dialogue": {
        "text": "when we rolled out that major update last month?",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.66
    }
  ]
}