Back to Freecodecamp

Task 3

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

latest1.7 KB
Original Source
<!-- (Audio) Bob: Good morning, everyone. Let's start with our stand-up meeting. Sophie, can you begin? -->

--description--

In this part of the dialogue, Bob, as the team lead, is initiating a stand-up meeting and is asking Sophie to start the discussion. Understanding the context and purpose of his request is key to grasping team dynamics in a workplace.

--questions--

--text--

What is Bob asking Sophie to do?

--answers--

To schedule a meeting for later

--feedback--

Bob is not scheduling a new meeting; he is starting a current one and asking Sophie to begin talking.


To begin speaking at the stand-up meeting


To provide a detailed report

--feedback--

In a stand-up meeting, detailed reports aren't usually given; it's more about brief updates.


To leave the meeting

--feedback--

Bob is actually asking Sophie to start talking, not to leave.

--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-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.36
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.36,
      "dialogue": {
        "text": "Good morning, everyone. Let's start our stand-up meeting. Sophie, can you begin?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.86
    }
  ]
}