Back to Freecodecamp

Task 31

curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65b78bde6c6910b32eef74ba.md

latest2.2 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: Those are very positive things you've just said. I'm excited we have someone like her in our company. I'd love to chat with her sometime and learn from her experiences. -->

--description--

The phrase you've just said is used in the present perfect tense to refer to something that someone has said very recently. You've is a contraction of you have, and said is the past participle of say.

The word just is used to indicate that something happened a very short time ago. For example, I've just finished my homework means I finished my homework very recently.

--fillInTheBlank--

--sentence--

Those are very positive things BLANK BLANK BLANK. I'm excited we have someone like her in our company. I'd love to chat with her sometime and learn from her experiences.

--blanks--

you've

--feedback--

This contraction stands for you have, used with the present perfect tense.


just

--feedback--

This word indicates something happened moments ago.


said

--feedback--

This is the past participle of say, used to describe what someone has expressed in words recently.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 36.22,
      "finishTimestamp": 43.66
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 5.52,
      "dialogue": {
        "text": "Those are very positive things you've just said. I'm excited we have someone like her in our company.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 5.92,
      "finishTime": 8.44,
      "dialogue": {
        "text": "I'd love to chat with her sometime and learn from her experiences.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 8.94
    }
  ]
}