Back to Freecodecamp

Task 8

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

latest1.9 KB
Original Source
<!-- (Audio) Sophie: I've been working on it for a while, and I may need a fresh pair of eyes to look at the code. -->

--description--

Sophie implies, or suggests without directly stating, that she needs help with her coding problem. To imply something means to suggest it in an indirect way. For example, saying It's getting late can imply that it's time to leave, without saying it directly.

--questions--

--text--

What is Sophie implying about her coding problem?

--answers--

She is confident about solving it alone

--feedback--

Sophie's statement suggests she wants help, not that she's confident in solving it alone.


She needs someone else's perspective to solve it


The code is perfect and needs no changes

--feedback--

Asking for a fresh pair of eyes implies she thinks the code could benefit from changes.


The code is too complicated for her to understand

--feedback--

Sophie doesn't imply the code is beyond her understanding, just that she needs another viewpoint.

--video-solution--

2

--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": 12
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 5.02,
      "dialogue": {
        "text": "I've been working on it for a while, and I may need a fresh pair of eyes to look at the code.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.52
    }
  ]
}