Back to Freecodecamp

Task 91

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

latest2.0 KB
Original Source
<!-- (audio) Lisa: It might work, but I'm not sure if Azure has the same level of support as AWS. I've heard that their customer service isn't as responsive. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Lisa's concern about Azure?

--answers--

Azure might have more advanced features than AWS.

--feedback--

Lisa doesn't talk about advanced features.


Azure could be a better fit for smaller projects.

--feedback--

Lisa doesn't mention project size.


Azure is more affordable than AWS.

--feedback--

Lisa doesn't mention the cost of Azure.


Azure's customer service might not be as responsive as AWS.

--video-solution--

4

--explanation--

Listen for key words that show Lisa’s concern.

Not sure if Azure has the same level of support as AWS – This suggests she is questioning Azure’s customer service quality.

Customer service isn't as responsive – This highlights that responsiveness is her main concern.

--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": 35.04,
      "finishTimestamp": 42.04
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 5.1,
      "dialogue": {
        "text": "It might work, but I'm not sure if Azure has the same level of support as AWS.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 5.68,
      "finishTime": 8.0,
      "dialogue": {
        "text": "I've heard that their customer service isn't as responsive.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 8.5
    }
  ]
}