Back to Freecodecamp

Task 10

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

latest1.7 KB
Original Source
<!-- (Audio) Sophie: Could you take a look at it after the meeting? -->

--description--

In making requests, can and could are both used, but they convey different levels of politeness. Can is more direct, while could is more polite and tentative. For example, Can you help me? is a straightforward request, whereas Could you help me? is a more polite, less imposing way to ask for assistance.

--questions--

--text--

What is Sophie asking Bob to do?

--answers--

To help her during the meeting

--feedback--

Sophie specifically asks for help after the meeting, not during it.


To review the code immediately

--feedback--

She asks for help after the meeting, implying not right away but soon after.


To take a look at her code after the meeting


To solve her coding problem for her

--feedback--

Sophie requests a review of her code, not necessarily for Bob to solve the problem.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 12.38,
      "finishTimestamp": 14.1
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.72,
      "dialogue": {
        "text": "Could you take a look at it after the meeting?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.22
    }
  ]
}