Back to Freecodecamp

Task 52

curriculum/challenges/english/blocks/learn-how-to-share-your-progress-in-weekly-stand-up-meetings/6579e102b5a7223f0d0e9fc4.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: I agree with you. It might help to have a clear style guide for each language. -->

--description--

The word each refers to every one of a group of items, considered separately. It's often used to emphasize individual attention or distinction within a group. For example, Each team member has a specific role highlights that every person in the team has a unique role.

--fillInTheBlank--

--sentence--

I BLANK with you. It might help to have a BLANK style guide for BLANK language.

--blanks--

agree

--feedback--

It shows Bob's concurrence with Sophie's suggestion.


clear

--feedback--

It emphasizes the need for an understandable and precise guide.


each

--feedback--

It refers to every programming language they use, considered separately.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 20.08,
      "finishTimestamp": 23.6
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.52,
      "dialogue": {
        "text": "I agree with you. It might help to have a clear style guide for each language.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.02
    }
  ]
}