Back to Freecodecamp

Task 30

curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65b6586c618400831eff6d17.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: Word is that she's strict but fair, and she always looks out for the best interests of the team. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What does Bob say she does for the team?

--answers--

She ignores the team's needs.

--feedback--

Bob actually says the opposite, indicating she takes care of the team's best interests.


She protects the team's best interests.


She is only strict with the team.

--feedback--

While Bob mentions she is strict, he also emphasizes that she cares for the team's best interests.


She makes the team unhappy.

--feedback--

Bob suggests that she makes sure the team is looked after, which is the opposite of making them unhappy.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 30.92,
      "finishTimestamp": 35.74
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.82,
      "dialogue": {
        "text": "Word is that she's strict but fair, and she always looks out for the best interests of the team.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.32
    }
  ]
}