Back to Freecodecamp

Task 124

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/676320cd1c9cee55ab53687a.md

latest2.0 KB
Original Source
<!-- (audio) Jake: Yes, we're going to hold a session next week to ensure everyone knows how to implement these changes. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

When is the next session going to happen?

--answers--

This week

--feedback--

Listen carefully to the audio. Jake does not say the session will happen during the current week.


Last week

--feedback--

Jake is talking about a future session, not one that has already happened.


In a couple of weeks

--feedback--

Jake mentions a specific time, not two weeks from now.


Next week

--video-solution--

4

--explanation--

To find the correct answer, pay attention to the words that come after hold a session. Jake says, next week, which tells you the session will happen in the week after this one.

Next week means the week following the current one. For instance, if today is Tuesday, next week starts on the following Sunday or Monday.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-3.mp3",
      "startTime": 1,
      "startTimestamp": 25.82,
      "finishTimestamp": 30.88
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.38,
      "dialogue": {
        "text": "Yes. We're going to hold the session next week",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 3.38,
      "finishTime": 6.06,
      "dialogue": {
        "text": "to ensure everyone knows how to implement these changes.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 6.56
    }
  ]
}