Back to Freecodecamp

Task 29

curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/66251f12b5f14c58d410cd98.md

latest1.8 KB
Original Source
<!-- (Audio) Brian: No problem. We're a team. Supporting each other is what makes us stronger. -->

--description--

Brian shares his perspective.

--questions--

--text--

What is Brian saying about the team and supporting each other?

--answers--

Working individually makes the team stronger.

--feedback--

Brian's emphasis is on mutual support, not on working individually.


Supporting each other enhances the team's strength.


The team doesn't need to support each other to be strong.

--feedback--

Brian believes that supporting each other is crucial for the team's strength.


The team is already strong and doesn't need further support.

--feedback--

Brian suggests that the act of supporting each other is what makes the team stronger.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 76.42,
      "finishTimestamp": 80.42
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.68,
      "dialogue": {
        "text": "No problem. We're a team.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 2.96,
      "finishTime": 5,
      "dialogue": {
        "text": "Supporting each other is what makes us stronger.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.5
    }
  ]
}