Back to Freecodecamp

Task 83

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

latest2.1 KB
Original Source
<!-- (audio) Bob: I see, but I'm not sure if AWS is the best option for us. It might be a bit complex for some of our team members. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why is Bob unsure about using AWS for their team?

--answers--

Because AWS might be too complex for some team members.


Because AWS is too expensive for their budget.

--feedback--

Bob does not mention the cost of AWS.


Because AWS lacks enough documentation for the team.

--feedback--

Bob does not mention the lack of documentation.


Because AWS might be too complex for some projects.

--feedback--

Bob doesn't mention AWS being complex for projects.

--video-solution--

1

--explanation--

Listen for key words that explain Bob’s concern.

Not sure if AWS is the best option – This shows he has doubts.

Might be a bit complex – This tells you what his concern is about.

For some of our team members – This specifies that the complexity affects people, not projects.

--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": 11.94,
      "finishTimestamp": 18.66
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.16,
      "dialogue": {
        "text": "I see, but I'm not sure if AWS is the best option for us.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 5.38,
      "finishTime": 7.72,
      "dialogue": {
        "text": "It might be a bit complex for some of our team members.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 8.22
    }
  ]
}