Back to Freecodecamp

Task 78

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

latest1.8 KB
Original Source
<!-- (audio) Lisa: Well, it could be a good idea to use AWS. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK, it BLANK be a good idea to use BLANK.

--blanks--

Well

--feedback--

This word is often used to begin a response, especially when you're thinking or introducing a suggestion.


could

--feedback--

This word is used to express possibility or suggestion. It's a way to say something might be a good idea or possible, but not certain.


AWS

--feedback--

This acromym to a popular cloud computing service that provides on-demand computing resources over the internet, often used for hosting and managing applications.

--explanation--

AWS stands for Amazon Web Services, which is a cloud computing platform. For example:

We use AWS to store all our data and run our applications. - This means you use AWS for cloud storage and computing needs instead of relying on local servers.

--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": 6.24,
      "finishTimestamp": 8.9
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.66,
      "dialogue": {
        "text": "Well, it could be a good idea to use AWS.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 4.16
    }
  ]
}