Back to Freecodecamp

Task 7

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

latest1.6 KB
Original Source
<!-- (Audio) Sophie: I've been working on it for a while. -->

--description--

Sophie mentions how long she has been working on a coding issue. Understanding the duration and intensity of her work is important for grasping the context of her request for help.

--questions--

--text--

What does Sophie imply about her work on the coding problem?

--answers--

She just started working on it

--feedback--

Sophie indicates she has been working on it for a longer period, not just started.


She finished the problem recently

--feedback--

Sophie is still working on the issue and hasn't completed it yet.


She has been working on it for a significant amount of time


She worked on it a long time ago

--feedback--

Sophie's use of been working suggests ongoing work, not something done long ago.

--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-1.mp3",
      "startTime": 1,
      "startTimestamp": 7.98,
      "finishTimestamp": 9.48
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.5,
      "dialogue": {
        "text": "I've been working on it for a while.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3
    }
  ]
}