Back to Freecodecamp

Task 88

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

latest2.1 KB
Original Source
<!-- (audio) Bob: Maybe. I think Azure could work too, since it integrates well with other Microsoft products, and we already use those. What do you think? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Bob suggest Azure?

--answers--

Because it is more affordable than other cloud platforms.

--feedback--

Bob doesn't mention the cost of Azure.


Because it works well with other Microsoft products that they already use.


Because it has more advanced features than other platforms.

--feedback--

Bob doesn't talk about advanced features.


Because it offers better customer support than other services.

--feedback--

Bob doesn't mention customer support.

--video-solution--

2

--explanation--

Listen for key words that explain Bob’s reasoning.

Integrates well with other Microsoft products – This shows that Azure works smoothly with tools the team already uses.

We already use those – This confirms that familiarity with Microsoft products is a factor in his suggestion.

--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": 26.78,
      "finishTimestamp": 34.4
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 7.64,
      "dialogue": {
        "text": "Maybe. I think Azure could work too, since it integrates well with other Microsoft products and we already use those.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 7.84,
      "finishTime": 8.62,
      "dialogue": {
        "text": "What do you think?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 9.12
    }
  ]
}