Back to Freecodecamp

Task 9

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/6787868b7d7c5650aa21b529.md

latest1.9 KB
Original Source
<!-- (audio) Tom: I see. Well, I think JavaScript is more versatile. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I see. Well, I think BLANK is more BLANK.

--blanks--

JavaScript

--feedback--

This is the name of a popular programming language commonly used for creating websites and interactive applications.


versatile

--feedback--

This word means something can be used in many different ways or for many purposes.

--explanation--

JavaScript is the name of a widely-used programming language, especially for building websites and making them interactive. For example:

JavaScript helps create dynamic web pages. - This sentence means JavaScript is used to make websites more interactive, such as adding animations or responding to user actions.

Versatile means something can be used in a variety of ways or situations. For example:

This tool is versatile and can handle many tasks. - This sentence means the tool is useful for different purposes, making it flexible and adaptable.

--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": 6.94,
      "finishTimestamp": 10.9
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.86,
      "dialogue": {
        "text": "I see. Well, I think JavaScript is more versatile.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.36
    }
  ]
}