Back to Freecodecamp

Task 74

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

latest1.9 KB
Original Source
<!-- (Audio) Maria: Yes, there is one thing he emphasizes: you mustn't share your access codes or passwords with anyone. -->

--description--

The phrase there is is used to say something exists or is present. When talking about more than one thing, you use there are.

For example, There is a book on the table means one book is present, and There are books on the table means more than one book is present.

The word emphasize means to give special importance to something. For example, The teacher emphasizes the importance of homework means the teacher makes it clear that homework is very important.

--fillInTheBlank--

--sentence--

Yes, BLANK BLANK one thing he BLANK: you mustn't share your access codes or passwords with anyone.

--blanks--

there

--feedback--

This word starts the phrase to indicate something exists or is present.


is

--feedback--

It's used with there to indicate the presence of a single item or fact.


emphasizes

--feedback--

It means to give special importance or attention to something. It's third-party singular form of verb.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 44.10,
      "finishTimestamp": 49.40
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 6.30,
      "dialogue": {
        "text": "Yes, there is one thing he emphasizes: you mustn't share your access codes or passwords with anyone.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 6.80
    }
  ]
}