Back to Freecodecamp

Task 50

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

latest1.7 KB
Original Source
<!-- (Audio) Sophie: I would like to suggest that we create coding guidelines to ensure consistency across our projects. -->

--description--

Listen to the dialogue and answer the question.

--questions--

--text--

Why does Sophie want to create coding guidelines?

--answers--

To make the coding process more challenging

--feedback--

Sophie's intention is to improve, not complicate, the coding process.


To ensure uniformity and standard quality in their projects


Because the current coding practices are too easy

--feedback--

The suggestion is aimed at consistency, not the difficulty level of coding practices.


To reduce the number of projects they work on

--feedback--

Her suggestion is about enhancing the quality of work, not reducing the workload.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 9.72,
      "finishTimestamp": 14.58
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 5.86,
      "dialogue": {
        "text": "I would like to suggest that we create coding guidelines to ensure consistency across our projects.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.36
    }
  ]
}