Back to Freecodecamp

Task 26

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

latest1.8 KB
Original Source
<!-- (Audio) Brian: We should encourage staff to branch out in their skills without making it sound too daunting. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We should encourage staff to BLANK out in their skills without making it sound too daunting.

--blanks--

branch

--feedback--

This is the verb in an expression that means to explore or try new areas beyond what someone normally does.

--explanation--

To branch out in something means to try new activities or develop new skills that are different from what you normally do. For example:

She's branching out in her role by learning about project management. – This means she is expanding her abilities beyond her usual job tasks.

--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": 51.18,
      "finishTimestamp": 55.88
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "We should encourage staff to branch out in their skills",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 3.76,
      "finishTime": 5.7,
      "dialogue": {
        "text": "without making it sound too daunting.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.2
    }
  ]
}