Back to Freecodecamp

Task 49

curriculum/challenges/english/blocks/learn-how-to-use-basic-programming-vocabulary-in-conversations/662f0151b4dc8e284a8554fa.md

latest1.6 KB
Original Source
<!-- (Audio) Sarah: Sure, it's in this file's code. Let me find it. -->

--description--

's is used to show possession, meaning something belongs to someone or something. For instance, Sarah's code means the code belongs to Sarah, while Tom's question indicates the question asked by Tom.

--questions--

--text--

What does this file's code in Sarah's sentence indicate?

--answers--

The code belongs to the file


The file is inside the code

--feedback--

's shows possession, not location or containment.


The code is about files

--feedback--

's is used for possession, not to indicate the topic or subject matter.


The file is owned by Sarah

--feedback--

While Sarah's would indicate ownership by Sarah, this file's indicates something belonging to the file.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 19.5,
      "finishTimestamp": 22.54
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.04,
      "dialogue": {
        "text": "Sure. It's in this file's code. Let me find it.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.54
    }
  ]
}