Back to Freecodecamp

Task 155

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/6814eba40f86d62d3bb6d897.md

latest1.5 KB
Original Source
<!-- (Audio) James: We'll meet again this Friday to finish everything. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We'll meet again BLANK to finish everything.

--blanks--

this Friday

--feedback--

These two words refer to a specific day this week.

--explanation--

This Friday means the Friday in the current week - not next week or in general.

You use this as a demonstrative determiner to show something is near in time or already expected. For example:

  • I have a lot of deadlines this month. - Many tasks must be finished before the month ends.

  • The meeting is scheduled for this Thursday. - The meeting will happen on the upcoming Thursday.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-3.mp3",
      "startTime": 1,
      "startTimestamp": 79.28,
      "finishTimestamp": 82.04
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "We'll meet again this Friday to finish everything.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.26
    }
  ]
}