Back to Freecodecamp

Task 32

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

latest1.9 KB
Original Source
<!-- (audio) Tom: I'd rather stick with JavaScript because it fits my graphic design work. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'd rather BLANK BLANK JavaScript because it BLANK my graphic design work.

--blanks--

stick

--feedback--

It means to stay with or continue using something.


with

--feedback--

This preposition is used to indicate association or connection.


fits

--feedback--

It means something is suitable or appropriate for a particular purpose or situation. It ends with -s.

--explanation--

Stick in this context means to continue or stay with a choice or decision. For example:

I plan to stick with this approach until we see better results. - It means you plan to continue following a course of action or choice.

Fits means that something is appropriate or well-suited for a particular situation. For example:

This tool fits perfectly for our team's workflow. - It shows that the tool is suitable for the team's work process.

--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": 39.44,
      "finishTimestamp": 42.84
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.4,
      "dialogue": {
        "text": "I'd rather stick with JavaScript because it fits my graphic design work.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.9
    }
  ]
}