Back to Freecodecamp

Task 26

curriculum/challenges/english/blocks/learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects/6614be2a21b4426bfcd25919.md

latest1.6 KB
Original Source
<!-- (Audio) Sarah: Bob, I wanted to talk about our presentation for the conference next month. What's the plan? -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

When is the conference that Sarah refers to scheduled?

--answers--

The conference is happening this week.

--feedback--

Sarah mentions the conference is scheduled for next month, not this week.


The conference is planned for next year.

--feedback--

Sarah's statement clearly indicates that the conference is next month, not next year.


The conference is scheduled for next month.


The conference took place last month.

--feedback--

Sarah's question about planning for the conference implies it is yet to happen, not that it has already occurred.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.94
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.94,
      "dialogue": {
        "text": "Hey Bob, I wanted to talk about our presentation for the conference next month. What's the plan?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.44
    }
  ]
}