Back to Freecodecamp

Task 54

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

latest1.6 KB
Original Source
<!-- (Audio) Bob: Also, I would advise that we regularly review and update these guidelines as our projects evolve. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Bob's advice regarding the coding guidelines?

--answers--

To follow the guidelines strictly without changes

--feedback--

Bob advises regular reviews and updates, not strict adherence without changes.


To regularly review and update the guidelines as needed


To create a new set of guidelines for each project

--feedback--

Bob suggests updating the existing guidelines, not creating new ones for each project.


To ignore the guidelines for future projects

--feedback--

His advice is about regular updates, not ignoring the guidelines.

--video-solution--

2

--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": 23.88,
      "finishTimestamp": 29.14
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 6.26,
      "dialogue": {
        "text": "Also, I would advise that we regularly review and update these guidelines as our projects involve.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.76
    }
  ]
}