Back to Freecodecamp

Task 3

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

latest1.4 KB
Original Source
<!-- (Audio) Brian: Do you know what it's all about? -->

--description--

The phrase all about is used to emphasize the main point or the most important aspect of something. It's often used in explanations to focus on the central idea or characteristic.

For example, This game is all about strategy and planning. This means the main focus of the game is strategy and planning.

--fillInTheBlank--

--sentence--

Do you know what it's BLANK BLANK?

--blanks--

all

--feedback--

This word emphasizes the extent or entirety of the focus.


about

--feedback--

This word indicates the subject or main theme of the focus.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 4.2,
      "finishTimestamp": 5.5
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.3,
      "dialogue": {
        "text": "Do you know what it's all about?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 2.8
    }
  ]
}