Back to Freecodecamp

Task 20

curriculum/challenges/english/blocks/learn-how-to-share-your-progress-in-weekly-stand-up-meetings/6579d67a4c6a3bf5d55ce3fd.md

latest1.6 KB
Original Source
<!-- (Audio) Sophie: Not at all. I'd appreciate your input. -->

--description--

In spoken English, I'd is a contraction of I would, used to make speech more fluid and conversational. It's often used to express politeness, preference, or hypothetical situations. For example, I'd go to the park if it stops raining, or I'd like to order a pizza.

--questions--

--text--

What does I'd express in Sophie's sentence?

--answers--

I do

--feedback--

I'd is not the same as I do. It's a contraction for I would, indicating preference or politeness.


I had

--feedback--

Although I'd can sometimes mean I had, in this case, it means I would.


I would


I will

--feedback--

I'd is a contraction of I would, not I will. It's used for polite or hypothetical expressions.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 24.32,
      "finishTimestamp": 26.22
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.9,
      "dialogue": {
        "text": "Not at all. I'd appreciate your input.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.4
    }
  ]
}