Back to Freecodecamp

Task 3

curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/655b5ef161f6777ae5eb3ba4.md

latest1.6 KB
Original Source
<!-- (Audio) James: Hi, Sophie. I'm checking our network for problems. -->

--description--

The preposition for is often used to explain the reason why you do something. Notice how for is followed by the reason or purpose of the action:

  • I'm studying English for my job. - Here, for my job explains the reason for studying English.

  • I go to the gym for my health. - Here, for my health explains the reason for going to the gym.

--questions--

--text--

Why is James checking the network in his project?

--answers--

For learning about networks.

--feedback--

James might learn something new, but that's not what the context refers to.


For finding problems.


For fun.

--feedback--

The context indicates a professional purpose.


For making a report.

--feedback--

The sentence specifies looking for another thing.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 3.94,
      "finishTimestamp": 6.38
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.44,
      "dialogue": {
        "text": "Hi, Sophie. I'm checking our network for problems.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 3.94
    }
  ]
}