Back to Freecodecamp

Task 14

curriculum/challenges/english/blocks/learn-how-to-discuss-tech-trends-and-updates/66360c141117e030da0c0cb3.md

latest1.6 KB
Original Source
<!-- (Audio) Sarah: It's particularly useful when you have many tasks and a limited coding team. -->

--description--

The adverb particularly is used to emphasize that something is especially, or more than usually, the case in certain context. It's similar to saying especially or notably.

For example, This tool is particularly helpful for beginners. This means it's especially helpful for beginners more than others.

--fillInTheBlank--

--sentence--

It's BLANK useful BLANK you have many tasks and a limited coding team.

--blanks--

particularly

--feedback--

This word is used to emphasize the greater usefulness of something under specific conditions.


when

--feedback--

This word introduces a situation or condition.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 21.56,
      "finishTimestamp": 25.62
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.06,
      "dialogue": {
        "text": "It's particularly useful when you have many tasks and a limited coding team.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.56
    }
  ]
}