Back to Freecodecamp

Task 28

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/6801848624b786c7ef7a51e4.md

latest1.8 KB
Original Source
<!-- (Audio) Bob: How about scheduling the detailed biweekly meetings for Tuesdays and Thursdays at 9 a.m.? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

How about scheduling the BLANK biweekly meetings for Tuesdays and Thursdays at 9 a.m.?

--blanks--

detailed

--feedback--

This means something that includes many specific facts, steps, or pieces of information.

--explanation--

Detailed means including a lot of specific information, often in a clear and organized way. For example:

She gave a detailed explanation of the new process. – This means she included all the important facts and steps, not just a summary.

Bob is referring to meetings that go into depth about topics, rather than giving just a quick overview.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-1.mp3",
      "startTime": 1,
      "startTimestamp": 55,
      "finishTimestamp": 61.14
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.84,
      "dialogue": {
        "text": "How about scheduling the detailed biweekly meetings",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 3.84,
      "finishTime": 7.14,
      "dialogue": {
        "text": "for Tuesdays and Thursdays at 9 a.m.?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.64
    }
  ]
}