Back to Freecodecamp

Task 63

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

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: But hey, now your desk is just like my desk. You're in luck. -->

--description--

Certain expressions convey meanings that are not immediately clear from the individual words.

You're in luck is one such expression. It expresses that someone is fortunate or has good luck in a situation. Sophie uses this phrase when talking to Tom.

--fillInTheBlank--

--sentence--

But hey, now your desk is just like my desk. BLANK in BLANK.

--blanks--

You're

--feedback--

This is the contraction for you are. The first letter is capitalized.


luck

--feedback--

This noun refers to good things that happen by chance.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 28.62,
      "finishTimestamp": 32.08
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.96,
      "dialogue": {
        "text": "But hey, now your desk is just like my desk. You're in luck.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.46
    }
  ]
}