Back to Freecodecamp

Task 95

curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/656cc35036d0a00fe17e7cee.md

latest1.2 KB
Original Source
<!-- AUDIO REFERENCE: Tom: Wow, I'm so hungry. Is it lunchtime? -->

--description--

When you're very hungry, you can emphasize this feeling by using the word so before hungry. This way, you're expressing a stronger emotion or feeling about how hungry you are.

--fillInTheBlank--

--sentence--

Wow, I'm BLANK hungry. Is it lunchtime?

--blanks--

so

--feedback--

Tom is using this word to emphasize or increase the intensity of his feeling of hunger.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.3
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.9,
      "dialogue": {
        "text": "Wow, I'm so hungry. Is it lunchtime?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.4
    }
  ]
}