Back to Freecodecamp

Task 14

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

latest1.8 KB
Original Source
<!-- (Audio) Bob: Absolutely. I can definitely help you with that. Just share the code with me, and I'll check it out. -->

--description--

In this part of the conversation, Bob is offering to help Sophie with her coding problem. He specifies a simple condition for his assistance, which is crucial for Sophie to follow to receive his support effectively.

--questions--

--text--

What does Sophie need to do to receive Bob's help?

--answers--

She needs to share the code with him


She must solve part of the problem herself

--feedback--

Bob doesn't ask Sophie to solve it herself; he just wants her to share the code.


She should wait until the next meeting

--feedback--

Bob's offer to help is immediate, contingent on Sophie sharing the code, not waiting until the next meeting.


She has to write a report about the issue

--feedback--

Bob's condition is to share the code, not to write a report about the issue.

--video-solution--

1

--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": 14.56,
      "finishTimestamp": 19.36
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.8,
      "dialogue": {
        "text": "Absolutely. I can definitely help you with that. Just share the code with me, and I'll check it out.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.3
    }
  ]
}