Back to Freecodecamp

Task 43

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

latest1.4 KB
Original Source
<!-- (audio) Maria: Do you have any preferences? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Do you have any BLANK?

--blanks--

preferences

--feedback--

This word in the plural form refers to the things you like more than others or your choices.

--explanation--

Preferences refers to the things a person likes more than other things, or their personal choices. For example:

The developer's preferences for coding languages are Python and JavaScript. - This means the developer prefers Python and JavaScript over other programming languages.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-2.mp3",
      "startTime": 1,
      "startTimestamp": 3.32,
      "finishTimestamp": 4.5
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.18,
      "dialogue": {
        "text": "Do you have any preferences?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 2.68
    }
  ]
}