Back to Freecodecamp

Task 9

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/673ba3a9d1858104dfbba180.md

latest1.6 KB
Original Source
<!-- (Audio) Maria: Yes, Jake. I've reviewed the timetable. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, Jake. I've reviewed the BLANK.

--blanks--

timetable

--feedback--

This word refers to a schedule that organizes events or activities based on time.

--explanation--

A timetable is a schedule that outlines the times and dates of planned events or activities. It is used to organize and keep track of when specific tasks, meetings, or updates will happen. For example:

  • The timetable for the conference was shared last week. - This means the schedule of sessions and events for the conference was provided.

  • Our team follows a weekly timetable for project check-ins. - This means there is a set schedule each week for the team to review progress.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-1.mp3",
      "startTime": 1,
      "startTimestamp": 10.7,
      "finishTimestamp": 12.7
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.0,
      "dialogue": {
        "text": "Yes, Jake. I've reviewed the timetable.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.5
    }
  ]
}