Back to Freecodecamp

Task 34

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

latest1.7 KB
Original Source
<!-- (Audio) Bob: Good morning, team. Let's start our stand-up meeting. What's on your plate today? -->

--description--

Bob uses the phrase on your plate to inquire about the team's current tasks or responsibilities. Understanding this expression is important to grasp its use in professional and everyday conversations.

--questions--

--text--

What is Bob asking the team with What's on your plate today?

--answers--

Their plans for lunch

--feedback--

On your plate here refers to tasks or workload, not literal plans for lunch.


The tasks or responsibilities they are currently handling


Their opinion on the meeting agenda

--feedback--

Bob's question is about their current tasks, not their opinions on the meeting agenda.


If they have completed their work

--feedback--

Bob is asking about current tasks, not whether work has been completed.

--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-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.08
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.08,
      "dialogue": {
        "text": "Good morning team. Let's start our stand-up meeting. What's on your plate today?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.58
    }
  ]
}