Back to Freecodecamp

Task 138

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

latest1.5 KB
Original Source
<!-- (Audio) Sophie: With open source, there's always a chance for continuous improvement. -->

--description--

There's always a chance means that there is a possibility or opportunity for something to happen. For example, In a lottery, there's always a chance to win means that anyone who buys a ticket has the opportunity to win the prize.

--fillInTheBlank--

--sentence--

With open BLANK, there's always a BLANK for continuous improvement.

--blanks--

source

--feedback--

Refers to a model where the source code is available for anyone to see, modify, and distribute.


chance

--feedback--

This noun means an opportunity or possibility for something to happen or be done, especially something desirable.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 57.44,
      "finishTimestamp": 60.44
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4,
      "dialogue": {
        "text": "With open source, there's always a chance for continuous improvement.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.5
    }
  ]
}