Back to Freecodecamp

Task 84

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

latest2.4 KB
Original Source
<!-- (audio) Lisa: That's true. It seems like Google Cloud might be easier to use, especially for smaller projects. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's true. It seems like BLANK BLANK be BLANK to use, especially for smaller projects.

--blanks--

Google Cloud

--feedback--

This two-word phrase is a cloud computing platform that provides a range of services such as computing, storage, and data analysis. The first letters are capitalized.


might

--feedback--

This word is used to indicate a possibility, meaning something could happen or be true, but is not certain.


easier

--feedback--

This word describes something that is less difficult or more straightforward to understand or do.

--explanation--

Google Cloud is a cloud computing platform by Google. For example:

Our company hosts our application on Google Cloud for better scalability. – This means the company uses Google Cloud to manage and scale the application.

Might is used to indicate a possibility, meaning something could happen or be true, but it is not certain. For example:

We might finish the project by Friday if everything goes smoothly. – This means there is a possibility of finishing the project by Friday, but it is not guaranteed.

Easier describes something that is less difficult or more straightforward to understand or do. For example:

This new software makes it easier to collaborate with remote teams. – This means the software simplifies the process of working with remote teams.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-3.mp3",
      "startTime": 1,
      "startTimestamp": 19.16,
      "finishTimestamp": 24.12
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 5.96,
      "dialogue": {
        "text": "That's true. It seems like Google Cloud might be easier to use, especially for smaller projects.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 6.46
    }
  ]
}