Back to Freecodecamp

Task 62

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

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

--description--

Words like your and my are used to show possession. Your refers to something belonging to the person you are speaking to, while my refers to something that belongs to you.

--fillInTheBlank--

--sentence--

But hey, now BLANK desk is just like BLANK desk. You're in luck.

--blanks--

your

--feedback--

This word refers to something that belongs to Tom (the listener).


my

--feedback--

This word refers to something that belongs to Sophie (the speaker).

--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
    }
  ]
}