Back to Freecodecamp

Task 156

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is James saying about the next meeting?

--answers--

It happened last Friday.

--feedback--

James uses future tense: we'll meet again means the meeting is coming up.


It's not needed anymore.

--feedback--

He clearly says they will meet again.


It will happen next month.

--feedback--

He says this Friday, which means this week, not next month.


It will happen this Friday so they can finish everything.

--video-solution--

4

--explanation--

James says they'll meet again this Friday, showing the meeting is already planned and will happen soon to complete the remaining work.

--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
    }
  ]
}