Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67e0f3590f806e9ab2b001eb.md

latest1.8 KB
Original Source
<!-- (Audio) Mark: Hey, Sophie. Thanks for letting me sit in on the code review. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hey, Sophie. Thanks for letting me BLANK the BLANK.

--blanks--

sit in on

--feedback--

This three-word phrase means to attend a meeting or session as an observer, not a main participant.


code review

--feedback--

This two-word phrase is a common software development activity where team members check each other's code for quality and mistakes.

--explanation--

Sit in on means to attend something (like a class or meeting) without actively participating. For example:

She asked if she could sit in on our design session. – She wanted to observe the session but not lead or speak much.

Code review is a process where developers check each other's code for errors and improvements. For example:

We found a small bug during the code review. – The team checked the code and noticed a problem.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.24
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 4.24,
      "dialogue": {
        "text": "Hey Sophie. Thanks for letting me sit in on the code review.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 4.74
    }
  ]
}