Back to Freecodecamp

Task 17

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

latest1.6 KB
Original Source
<!-- (Audio) Bob: Mind if I call you later? -->

--description--

In this sentence, Bob is using a polite and indirect way to ask Sophie for permission to call her at a later time. This type of request is common in professional settings as a way to respect the other person's time and consent.

--questions--

--text--

What is Bob asking Sophie?

--answers--

If she will call him later

--feedback--

Bob is offering to make the call himself, not asking Sophie to call him.


To schedule a meeting right away

--feedback--

Bob's question is about calling later, not scheduling an immediate meeting.


For her opinion about the meeting

--feedback--

Bob's request is specific to calling Sophie later, not about her opinion on the meeting.


Permission to call her later

--video-solution--

4

--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": 22.48,
      "finishTimestamp": 23.74
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.26,
      "dialogue": {
        "text": "Mind if I call you later?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 2.76
    }
  ]
}