Back to Freecodecamp

Task 78

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

latest1.7 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Alright. What's our timeline for these remaining issues? --> <!--SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Linda is thinking about an update next month. What should she say?

--answers--

I believe we can roll out another update by next month.

--audio-id--

EN333aa336


I believe we can cancel all updates for now.

--audio-id--

EN656b595a

--feedback--

Think about if canceling updates matches Linda's thoughts about releasing something next month.

--video-solution--

1

--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 will roll out the new software next week. - They will release the new software next week.

If Linda is thinking about an update next month, she might use roll out to talk about releasing it.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-2.mp3",
      "startTime": 1,
      "startTimestamp": 40.5,
      "finishTimestamp": 43.38
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.48,
      "dialogue": {
        "text": "Alright. What's our timeline for these remaining issues?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.48
    }
  ]
}