Back to Freecodecamp

Task 76

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e50576597e0a65cd97e24.md

latest1.4 KB
Original Source
<!-- (audio) Linda: Hey, James. So what's the meaning of 'compliance'? Can you tell me? -->

--description--

Asking for the meaning of a word you don't know is a common and important part of learning and communication.

You can ask this in different ways, like What does [word] mean?, What is the meaning of [word]? or Can you tell me the meaning of [word]?, where word is the word you are asking about.

--fillInTheBlank--

--sentence--

Hey, James. So what's the BLANK of 'compliance'? Can you tell me?

--blanks--

meaning

--feedback--

This word refers to the definition or explanation of something.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Linda",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 8,
      "finishTimestamp": 11.3
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 4.30,
      "dialogue": {
        "text": "Hey, James. So what's the meaning of 'compliance'? Can you tell me?",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.80
    }
  ]
}