Back to Freecodecamp

Task 34

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678cc40b7d42393d240486a0.md

latest1.8 KB
Original Source
<!-- (audio) Tom: It's perfect for creating interactive elements on websites. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's BLANK for creating BLANK elements on websites.

--blanks--

perfect

--feedback--

It means something is exactly right or the best option for a particular situation.


interactive

--feedback--

It refers to something that allows users to engage with it, usually by responding to actions.

--explanation--

Perfect means that something is exactly what is needed or is the best option for a particular use. For example:

This tool is perfect for handling large amounts of data quickly. - It shows that the tool is ideal for the task of processing large data sets.

Interactive means that users can engage with or influence the outcome by taking actions. For example:

This website has interactive maps that allow users to explore data in detail. - It indicates that users can actively engage with the maps to gather more information.

--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": 43.08,
      "finishTimestamp": 46.28
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.2,
      "dialogue": {
        "text": "It's perfect for creating interactive elements on websites.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.7
    }
  ]
}