Back to Freecodecamp

Task 38

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

latest1.8 KB
Original Source
<!-- (Audio) Sophie: Good morning, Bob. I'd like to bring up a coding issue. I've been stuck on it for a while. Would you mind taking a look at my code? I think a fresh pair of eyes could help. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Sophie communicating in her statement?

--answers--

She is confident about solving the coding issue alone

--feedback--

Sophie's request for help indicates she's seeking assistance, not confidence in solo problem-solving.


She is asking for Bob's opinion on a different project

--feedback--

Sophie specifically mentions a coding issue she's been working on, not a different project.


She requests Bob's help on a coding issue she's struggling with


She is announcing the completion of her coding task

--feedback--

Sophie mentions being stuck, implying the task is not yet completed.

--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-2.mp3",
      "startTime": 1,
      "startTimestamp": 4.78,
      "finishTimestamp": 13.34
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 9.56,
      "dialogue": {
        "text": "Good morning, Bob. I'd like to bring up a coding issue. I've been stuck on it for a while. Would you mind taking a look at my code? I think a fresh pair of eyes could help.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 10.06
    }
  ]
}