Back to Freecodecamp

Task 37

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

latest1.9 KB
Original Source
<!-- (Audio) Tom: Well, I noticed that she's always in the office super early and leaves pretty late. Do you know why? -->

--description--

The words super and pretty are used to emphasize the degree of something.

Super means very or extremely. For example, This book is super interesting means the book is very interesting.

Pretty is used to mean "quite" or "rather". It's a way to say that something is to a large degree, but not extremely. For example, if you say It's pretty cold outside, you mean it's quite cold, but not extremely cold.

--fillInTheBlank--

--sentence--

Well, I noticed that she's always in the office BLANK BLANK and leaves BLANK BLANK. Do you know why?

--blanks--

super

--feedback--

This word is used to emphasize that she arrives very early.


early

--feedback--

This word describes the time she arrives at the office, emphasizing it's before the usual time.


pretty

--feedback--

This word is used to indicate she leaves quite late, but it's less strong than very.


late

--feedback--

This word describes the time she leaves the office, indicating it's after the usual time.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 6.16,
      "finishTimestamp": 11.54
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 6.38,
      "dialogue": {
        "text": "Well, I noticed that she's always in her office super early and leaves pretty late. Do you know why?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6.88
    }
  ]
}