Back to Freecodecamp

Task 128

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

latest1.2 KB
Original Source
<!-- (Audio) Sophie: But I can't stand seeing this great software being private. -->

--description--

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

But I can't stand BLANK this great software BLANK private.

--blanks--

seeing

--feedback--

This word, ending in -ing, means to observe or witness something happening..


being

--feedback--

Also ending in -ing, this word is used to describe the state or condition of something.

--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": 29.18,
      "finishTimestamp": 32.32
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.14,
      "dialogue": {
        "text": "But I can't stand seeing this great software being private.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.64
    }
  ]
}