Back to Freecodecamp

Task 35

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67506f57df7629b3d8d90f11.md

latest1.6 KB
Original Source
<!-- (Audio) Jake: The final system checks are set for Friday night. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

When will the final checks happen?

--answers--

Tomorrow morning.

--feedback--

Focus on the last two words in Jack's statement.


Next Monday.

--feedback--

Pay attention to the timing in his statement.


Last Friday.

--feedback--

The checks are set for a future time, not a past date.


Friday night.

--video-solution--

4

--explanation--

Jake says, The final system checks are set for Friday night. The phrase are set for indicates a future event, and Friday night specifies the exact time. To answer correctly, focus on the timing mentioned in the statement and note that it refers to a planned, scheduled future event.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-1.mp3",
      "startTime": 1,
      "startTimestamp": 42.12,
      "finishTimestamp": 44.78
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.66,
      "dialogue": {
        "text": "The final system checks are set for Friday night.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.16
    }
  ]
}