Back to Freecodecamp

Task 23

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

latest1.5 KB
Original Source
<!-- (Audio) Bob: Could you provide more details about the problem? -->

--description--

The verb provide means to supply or give something needed. In professional settings, provide is often used when asking for information or resources. For example, Can you provide the report by tomorrow? In this dialogue, Bob is asking Sophie to give more information about her coding issue.

--fillInTheBlank--

--sentence--

Could you BLANK more BLANK about the problem?

--blanks--

provide

--feedback--

It means to supply or give something needed, in this case, more information.


details

--feedback--

These are specific pieces of information about something, here about the coding problem.

--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": 29.34,
      "finishTimestamp": 31.54
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.2,
      "dialogue": {
        "text": "Could you provide more details about the problem?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.7
    }
  ]
}