Back to Freecodecamp

Task 127

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

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

--description--

When someone says they can't stand seeing something, it means they really dislike or are upset by that situation. For example, I can't stand seeing food go to waste means it really bothers you when food is thrown away instead of being eaten or saved.

--fillInTheBlank--

--sentence--

But I can't BLANK seeing this great software being BLANK.

--blanks--

stand

--feedback--

This verb, in this context, means to tolerate or bear, especially when talking about something you dislike or disagree with.


private

--feedback--

This adjective describes something not open or accessible to the general public or kept for the use of a specific person or group.

--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
    }
  ]
}