Back to Freecodecamp

Task 58

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

latest1.5 KB
Original Source
<!-- (Audio) Bob: Great. I'm happy for you to lead the effort if that's ok with you. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Bob telling Sophie?

--answers--

Bob is not sure if Sophie can do the task

--feedback--

Bob sounds positive, not unsure about Sophie's work.


Bob agrees and asks if Sophie is okay to do the task


Bob wants Sophie to give the task to someone else

--feedback--

Bob is not asking to change who does the task; he is happy with Sophie doing it.


Bob is asking Sophie to stop working on the task

--feedback--

Bob's words show support, not asking her to stop.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 34.1,
      "finishTimestamp": 37.56
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.46,
      "dialogue": {
        "text": "Great. I'm happy for you to lead the effort if that's okay with you.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.96
    }
  ]
}