Back to Freecodecamp

Task 11

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/67878956e0155b60edc2ee37.md

latest2.0 KB
Original Source
<!-- (audio) Tom: You can use it for web design, and it has some great tools for creating animations. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

You can use it for BLANK, and it has some great tools for creating BLANK.

--blanks--

web design

--feedback--

This two-word phrase refers to the process of creating and designing websites, including how they look and work.


animations

--feedback--

This word in the plural form refers to moving images or effects that make content more dynamic and interactive.

--explanation--

Web design is the process of planning and creating websites. It includes layout, colors, fonts, and how the website looks and works. For example:

Web design focuses on making websites easy to use. - This sentence means the goal of web design is to create websites that look good and are user-friendly.

Animations are effects or images that move on a screen to make something more interesting or interactive. For example:

Animations can make buttons more engaging on a website. - This sentence means moving effects, like buttons that change when clicked, can make the website feel more dynamic and interactive.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-1.mp3",
      "startTime": 1,
      "startTimestamp": 11.1,
      "finishTimestamp": 15.5
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.4,
      "dialogue": {
        "text": "You can use it for web design and it has some great tools for creating animations.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.9
    }
  ]
}