Back to Freecodecamp

Task 56

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

latest1.7 KB
Original Source
<!-- (Audio) Sophie: Yeah, consistency is essential. I'll go ahead and start with defining those coding standards. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Sophie planning to do next?

--answers--

To wait for further instructions about coding standards

--feedback--

Sophie's statement shows she is ready to start working on the standards, not waiting for instructions.


To start working on defining coding standards


To discuss the importance of consistency with the team

--feedback--

While she acknowledges the importance of consistency, her plan is to start defining the standards.


To leave the task of defining coding standards to someone else

--feedback--

Sophie indicates her own readiness to undertake the task, not delegating it.

--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": 29.14,
      "finishTimestamp": 34.08
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 5.94,
      "dialogue": {
        "text": "Yeah, consistency is essential. I'll go ahead and start with defining those coding standards.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.44
    }
  ]
}