Back to Freecodecamp

Task 33

curriculum/challenges/english/blocks/learn-how-to-share-your-progress-in-weekly-stand-up-meetings/6579dd420cf6b81db05470f4.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--

The phrase on your plate is an idiomatic expression meaning the tasks or responsibilities one currently has. In a professional context, asking What's on your plate? is a way to inquire about someone's current workload or projects. For example, I have a lot on my plate this week with three reports to submit indicates a busy schedule.

--fillInTheBlank--

--sentence--

Good morning, team. Let's start BLANK stand-up meeting. What's on your BLANK today?

--blanks--

our

--feedback--

It indicates something that belongs to or involves the speaker and the group, here referring to the team's meeting.


plate

--feedback--

It refers to the tasks or responsibilities that someone is currently dealing with.

--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
    }
  ]
}