Back to Freecodecamp

Task 2

curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/66251132384f80331831867a.md

latest1.9 KB
Original Source
<!-- (Audio) Sophie: Hey, Brian! I'm working on this coding challenge, and I could use a fresh perspective. Mind taking a look? -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Sophie asking Brian to do?

--answers--

She is asking Brian to solve the coding challenge for her.

--feedback--

Sophie is seeking Brian's perspective, not asking him to solve it entirely.


She wants Brian to ignore her coding work.

--feedback--

This option is the opposite of her request; she's asking for input, not for it to be ignored.


She is inviting Brian to collaborate on a different project.

--feedback--

Sophie's request is specific to the coding challenge she's currently working on, not a different project.


She's asking if Brian could give a fresh perspective on her coding challenge.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.96
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.38,
      "dialogue": {
        "text": "Hey, Brian. I'm working on this coding challenge",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 3.38,
      "finishTime": 5.96,
      "dialogue": {
        "text": "and I could use a fresh perspective. Mind taking a look?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.46
    }
  ]
}