Back to Freecodecamp

Task 20

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

latest1.7 KB
Original Source
<!-- (audio) Tom: I'm not a fan of Python's syntax — it feels a bit rigid. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'm not a fan of Python's syntax — it BLANK a bit BLANK.

--blanks--

feels

--feedback--

This verb is used to describe how something seems or how it makes you feel. It ends in -s.


rigid

--feedback--

This adjective describes something that is not flexible, or hard to change.

--explanation--

Feels describes how something seems or how it affects your senses or thoughts. For example:

The app feels slow when opening large files. - This means the app appears to be slow, especially with large files.

Rigid means something is stiff or hard to move or change. For example:

The design of the website feels rigid and difficult to customize. - This means the website design is not flexible and cannot be easily changed.

--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": 22.46,
      "finishTimestamp": 26.5
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.04,
      "dialogue": {
        "text": "I'm not a fan of Python syntax. It feels a bit rigid.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.54
    }
  ]
}