Back to Freecodecamp

Task 78

curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65d8713fd64b650c269676cd.md

latest2.1 KB
Original Source
<!-- (Audio) Maria: Security is a big deal for him. Tom: Understandable. Well, thanks. -->

--description--

A big deal means something is very important. For example, Getting the job was a big deal for her means getting the job was very important to her.

Understandable is used to say that it makes sense why someone feels a certain way or why something is important. It shows agreement with the reason behind someone's actions or feelings.

--fillInTheBlank--

--sentence--

Maria: Security is BLANK BLANK BLANK for him.

Tom: BLANK . Well, thanks.

--blanks--

a

--feedback--

This article starts the phrase indicating importance.


big

--feedback--

It describes the level of importance.


deal

--feedback--

It completes the phrase meaning something significant.


Understandable

--feedback--

This word shows that it makes sense why security is so important to him.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      },
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 49.72,
      "finishTimestamp": 53.78
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.56,
      "dialogue": {
        "text": "Security is a big deal for him.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 2.8
    },
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 2.8
    },
    {
      "character": "Tom",
      "startTime": 3.4,
      "finishTime": 5.06,
      "dialogue": {
        "text": "Understandable. Well, thanks.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.56
    }
  ]
}