Back to Freecodecamp

Task 129

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

latest1.7 KB
Original Source
<!-- (Audio) Sophie: Open source is all about transparency and accessibility, and that's something I truly believe in. -->

--description--

Transparency means being very open and clear, like when a friend tells you everything about their plans.

Accessibility means making it easy for everyone to use or get something, like having a ramp for wheelchairs at a store entrance.

--fillInTheBlank--

--sentence--

Open source is all about BLANK and BLANK, and that's something I truly believe in.

--blanks--

transparency

--feedback--

This word means being open and clear about things. It ends with -y, showing it's about the state of being transparent.


accessibility

--feedback--

This word is about making things easy for everyone to use or get. It ends with -ity, showing it's about the state of being accessible.

--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": 32.52,
      "finishTimestamp": 37.26
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 5.74,
      "dialogue": {
        "text": "Open source is all about transparency and accessibility, and that's something I truly believe in.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.24
    }
  ]
}