Back to Freecodecamp

Task 3

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67802a99de4bf605a5397ccd.md

latest1.4 KB
Original Source
<!-- (Audio) Bob: Let's discuss the timeline. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Let's discuss the BLANK.

--blanks--

timeline

--feedback--

This word is related to planning or organizing tasks over time.

--explanation--

Timeline refers to a schedule or plan that organizes tasks or events in a specific order based on time. It helps people stay organized and meet deadlines. For example:

  • The timeline shows that the event will start at 9 AM and finish at 5 PM. - This means the timeline provides the specific times when the event will take place.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-1.mp3",
      "startTime": 1,
      "startTimestamp": 2.62,
      "finishTimestamp": 4.18
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.56,
      "dialogue": {
        "text": "Let's discuss the timeline.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.06
    }
  ]
}