Back to Freecodecamp

Task 44

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/663c28fb560322fb7f096297.md

latest1.8 KB
Original Source
<!-- (Audio) Alice: Okay, your turn. 'Skeuomorph'. Tom: Hmm, that's a tough one. -->

--description--

When you say something is tough, you mean that it is a difficult thing to do. If you're answering a question and think it is tough, probably you don't know the answer or will need a longer time to answer it correctly.

Listen to the dialogue and fill in the blank.

--fillInTheBlank--

--sentence--

Alice: Okay, your turn. 'Skeuomorph'.

Tom: Hmm, that's a BLANK one.

--blanks--

tough

--feedback--

A synonym for difficult.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      },
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 20.34,
      "finishTimestamp": 25.28
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.2,
      "dialogue": {
        "text": "Okay, your turn. 'Skeuomorph'.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 3.79
    },
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 3.79
    },
    {
      "character": "Tom",
      "startTime": 4.38,
      "finishTime": 5.94,
      "dialogue": {
        "text": "Hmm, that's a tough one.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6.44
    }
  ]
}