Back to Freecodecamp

Task 47

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

latest1.7 KB
Original Source
<!-- (Audio) Bob: Good morning, team. Let's get started with our meeting. Sophie, what's on your agenda today? -->

--description--

Bob's question to Sophie at the start of the meeting is a typical way of asking about her plans or tasks for the day. It's a common way to initiate discussions in professional meetings.

--questions--

--text--

What does Bob want to know from Sophie?

--answers--

Sophie's opinion on the meeting's agenda

--feedback--

Bob is asking about Sophie's tasks, not her opinion on the agenda.


Sophie's tasks or plans for the day


If Sophie is prepared for the meeting

--feedback--

Bob's question is about Sophie's agenda, not her preparedness for the meeting.


If Sophie needs any assistance with her work

--feedback--

The question is about what Sophie plans to do, not about needing help.

--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": 0,
      "finishTimestamp": 4.74
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.74,
      "dialogue": {
        "text": "Good morning, team. Let's get started with our meeting. Sophie, what's on your agenda today?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.24
    }
  ]
}