Back to Freecodecamp

Task 80

curriculum/challenges/english/blocks/learn-how-to-have-a-conversation-about-preferences-and-motivations/65a35cf34eb65f48c24ee97e.md

latest1.6 KB
Original Source
<!-- (Audio) Brian: For me, it was the opportunity to collaborate with experts from many fields and have different perspectives. -->

--description--

Listen to the statement and fill in the missing words.

--fillInTheBlank--

--sentence--

For me, it was the BLANK to collaborate with BLANK from many BLANK and have different BLANK.

--blanks--

opportunity

--feedback--

This noun means a chance to do something that you see as valuable or beneficial.


experts

--feedback--

These are people with a high level of knowledge or skill in a particular area. This word is in plural.


fields

--feedback--

This word is used to describe different areas of study or work. This word is in plural.


perspectives

--feedback--

These are different ways of viewing or thinking about something. This word is in plural.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 18.80,
      "finishTimestamp": 25.00
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 7.20,
      "dialogue": {
        "text": "For me, it was the opportunity to collaborate with experts from many fields and have different perspectives.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.70
    }
  ]
}