Back to Freecodecamp

Task 72

curriculum/challenges/english/blocks/learn-how-to-discuss-your-morning-or-evening-routine/655a8b62e5681235c3fb5492.md

latest1.4 KB
Original Source
<!-- (Audio) Jake: Good idea. After dinner, I usually help them with their homework. -->

--description--

Let's review the usage of them and their.

Them is used to refer to multiple people previously mentioned, and their shows possession or belonging to these people. For example:

I saw the kids. I gave them their toys. - Here, them refers to the kids, and their shows the toys belong to the kids.

--fillInTheBlank--

--sentence--

Good idea. After dinner, I usually help BLANK with BLANK homework.

--blanks--

them

--feedback--

It is used here to refer to Jake's kids.


their

--feedback--

It shows that the homework belongs to the kids.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Jake",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 41.76,
      "finishTimestamp": 45.36
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.60,
      "dialogue": {
        "text": "Good idea. After dinner, I usually help them with their homework.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.10
    }
  ]
}