Back to Freecodecamp

Task 80

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

latest2.0 KB
Original Source
<!-- (audio) Lisa: Well, it could be a good idea to use AWS. It's quite popular, and there's a lot of documentation for it. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Lisa suggest and why?

--answers--

Using AWS because it's widely used and has a lot of documentation available.


Using a cloud service because it's cheaper than AWS.

--feedback--

Lisa does not mention cost.


Using AWS because it's the most efficient option for the project.

--feedback--

Lisa doesn't mention efficiency.


Using AWS because it has the best customer support.

--feedback--

Lisa does not mention customer support.

--video-solution--

1

--explanation--

Listen for key words that explain Lisa’s suggestion.

Could be a good idea – This shows she is making a suggestion, not a decision.

Quite popular – This explains why AWS is a common choice.

A lot of documentation – This highlights the availability of resources to help users.

--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": 11.92
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.46,
      "dialogue": {
        "text": "Well, it could be a good idea to use AWS.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 3.98,
      "finishTime": 6.68,
      "dialogue": {
        "text": "It's quite popular and there's a lot of documentation for it.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 7.18
    }
  ]
}