Back to Freecodecamp

Task 24

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/68531c319ef1268ac67ae360.md

latest1.8 KB
Original Source
<!-- (Audio) Brian: Right. And while we're at it, let's wrap up the section on professional development. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Right. And while we're at it, let's wrap up the section on professional BLANK.

--blanks--

development

--feedback--

Paired with professional, this refers to training or learning that helps people grow in their job or career.

--explanation--

Professional development means training, education, or experiences that help someone improve their skills and grow in their career. For example:

The company offers courses for professional development in leadership and project management. – This means employees can take classes to become better leaders or manage projects more effectively.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-1.mp3",
      "startTime": 1,
      "startTimestamp": 46.86,
      "finishTimestamp": 51.14
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.78,
      "dialogue": {
        "text": "Right. And while we're at it,",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 2.8,
      "finishTime": 5.28,
      "dialogue": {
        "text": "let's wrap up the section on professional development.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.78
    }
  ]
}