Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/661f62dcabe3153bebf1f72a.md

latest2.0 KB
Original Source
<!-- (Audio) Sarah: Hi, Tom! Thanks for submitting your code for review. Let's take a look together. -->

--description--

In this task, you'll learn about submitting code for review and the phrase take a look together.

Submitting means sending or presenting something for consideration or judgment. In a programming context, submitting code means sending your code to someone else, like a team member or a supervisor, for them to review it.

Take a look together means to examine or review something as a group or with someone else. For example, in a work setting, saying, Let's take a look at the report together suggests reviewing the report as a team.

--fillInTheBlank--

--sentence--

Hi, Tom! Thanks for BLANK your code for review. Let's BLANK a look BLANK.

--blanks--

submitting

--feedback--

It refers to the act of sending code for others to review.


take

--feedback--

It's part of a common phrase used to mean examining or reviewing something.


together

--feedback--

It emphasizes that the review will be a collaborative effort.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.3
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.92,
      "dialogue": {
        "text": "Hi, Tom. Thanks for submitting your code for review.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 4.16,
      "finishTime": 5.3,
      "dialogue": {
        "text": "Let's take a look together.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.8
    }
  ]
}