Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/662510c947e06930d2dbab21.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--

A challenge refers to a task or problem that requires skill and effort to solve. In coding, a coding challenge is a problem or task that needs coding skills to be completed.

Fresh in this context means new or different. Asking for a fresh perspective means seeking a new or different viewpoint on a problem or task.

--fillInTheBlank--

--sentence--

Hey, Brian! I'm BLANK on this coding BLANK, and I could use a BLANK perspective. Mind taking a look?

--blanks--

working

--feedback--

It indicates that Sophie is actively engaged in solving the coding problem.


challenge

--feedback--

It refers to the coding task Sophie is trying to solve.


fresh

--feedback--

It means Sophie is looking for a new or different viewpoint to help with her coding task.

--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
    }
  ]
}