Back to Freecodecamp

Task 22

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

latest1.8 KB
Original Source
<!-- (audio) Tom: I find JavaScript more flexible and it's the go-to language for front-end development. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I BLANK JavaScript more BLANK and it's the go-to language for front-end development.

--blanks--

find

--feedback--

This verb is used when you discover or realize something based on your experience.


flexible

--feedback--

This adjective means something that can change or adapt easily.

--explanation--

Find is used when you discover or realize something through experience. For example:

I find Python easier to learn than JavaScript. - This means you discovered or realized, through experience, that Python is easier than JavaScript.

Flexible means something that can change or adapt easily. For example:

A flexible schedule allows you to work whenever you want. - This means the schedule can change to fit different needs or times.

--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": 26.8,
      "finishTimestamp": 31.84
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 6.04,
      "dialogue": {
        "text": "I find JavaScript more flexible and it's the go-to language for front-end development.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6.54
    }
  ]
}