Back to Freecodecamp

Task 17

curriculum/challenges/english/blocks/learn-how-to-ask-for-clarification-on-code-understanding/65f511638aa1de0b9d53963e.md

latest1.3 KB
Original Source
<!-- (Audio) Tom: I may need your expertise. -->

--description--

Expertise refers to having specialized knowledge or skill in a particular field or area, especially gained over time. In a professional setting like coding, having expertise means being very knowledgeable and skilled in specific aspects of the work, such as a programming language or a type of software.

--fillInTheBlank--

--sentence--

I may need your BLANK.

--blanks--

expertise

--feedback--

Tom is acknowledging that he might need Sarah's specialized skills and knowledge in coding.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 4.96,
      "finishTimestamp": 6.3
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.34,
      "dialogue": {
        "text": "I may need your expertise.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 2.84
    }
  ]
}