Back to Freecodecamp

Task 23

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

latest2.1 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 find JavaScript more flexible and it's the BLANK language for BLANK development.

--blanks--

go-to

--feedback--

It refers to something that is the best choice or the most reliable option for a specific purpose. This is a compound word. Remember to use -.


front-end

--feedback--

It refers to the part of a website or application that users see and interact with directly. This is a compound word. Remember to use -.

--explanation--

Go-to refers to something that is considered the best or most reliable choice in a certain situation. For example:

Python is the go-to language for data analysis. - This means Python is the most commonly used or trusted language for data analysis.

Front-end development refers to the part of a website or application that deals with the visual layout and user interface, which users interact with. For example:

HTML and CSS are essential for front-end development. - This means HTML and CSS are important for creating the visible parts of a website that users interact with.

--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
    }
  ]
}