Back to Freecodecamp

Task 12

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

latest1.6 KB
Original Source
<!-- (Audio) Bob: Absolutely. I can definitely help you with that. -->

--description--

In this dialogue, Bob responds to Sophie's request for help with a coding problem. His choice of words reflects not only his willingness to assist but also his certainty and confidence in being able to provide the needed help.

--questions--

--text--

How does Bob respond to Sophie's request for help?

--answers--

He refuses to help her

--feedback--

Bob's response is the opposite; he strongly affirms his willingness to help.


He agrees to help, but seems unsure

--feedback--

Bob's use of absolutely and definitely indicates strong certainty, not uncertainty.


He says he will try to help later

--feedback--

Bob confidently agrees to help, rather than just trying to help later.


He confidently agrees to help her

--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": 14.56,
      "finishTimestamp": 17.28
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.72,
      "dialogue": {
        "text": "Absolutely. I can definitely help you with that.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.22
    }
  ]
}