Back to Freecodecamp

Task 76

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678f060f4fc16aea4bd38335.md

latest2.1 KB
Original Source
<!-- (audio) Bob: Lisa, we're thinking of using a cloud platform for our next project. Do you have any suggestions? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Lisa, we're BLANK using a BLANK platform for our next project. Do you have any suggestions?

--blanks--

thinking of

--feedback--

This two-word phrase is used when you are considering or planning something, but have not yet decided for sure. It often involves a possibility or idea. The first word ends in -ing.


cloud

--feedback--

This word refers to a modern method of storing and accessing data or services remotely over the internet, rather than using local storage or physical devices.

--explanation--

Thinking of is used when you are considering an idea, action, or plan. For example:

I'm thinking of buying a new laptop. - This means you are considering the option of buying a new laptop, but have not made a decision yet.

Cloud refers to a system where computing resources, such as storage, are provided over the internet instead of being stored locally on a device. For example:

We use a cloud system to back up our files online. - This means the files are saved in an online service, rather than on a physical hard drive or server.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 5.74
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 6.74,
      "dialogue": {
        "text": "Lisa, we're thinking of using a cloud platform for our next project. Do you have any suggestions?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.24
    }
  ]
}