Back to Freecodecamp

Task 48

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

latest1.9 KB
Original Source
<!-- (Audio) Sophie: Good morning, everyone. I've had some ideas about improving our coding practices. -->

--description--

Understanding the past tense had and its use in the phrase I've had is crucial. Had is the past tense and past participle of have. When used as I've had, it indicates something that happened in the past and has relevance to the present. For example, I've had breakfast implies the person ate breakfast earlier, and it affects their current state.

--questions--

--text--

What is Sophie communicating with her statement?

--answers--

She is currently thinking of ideas to improve coding practices

--feedback--

I've had suggests she already thought of the ideas, not that she is currently thinking.


She previously thought of some ideas to improve coding practices


She needs help with understanding coding practices

--feedback--

Sophie's statement is about her ideas for improvement, not needing help.


She is asking for a break from coding practices

--feedback--

Sophie is discussing her ideas for improvement, not requesting a break.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 5.22,
      "finishTimestamp": 9.38
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 5.16,
      "dialogue": {
        "text": "Good morning, everyone. I've had some ideas about improving our coding practices.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.66
    }
  ]
}