Back to Freecodecamp

Task 26

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/680182241b10fab8a0a27b37.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: We should set specific times for these updates. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We should BLANK specific times for these updates.

--blanks--

set

--feedback--

This means to decide or schedule something, like a time or date for an event or activity.

--explanation--

To set a time means to choose or decide on a particular hour and/or day for something to happen. It's commonly used when planning or organizing meetings, events, or activities. For example:

  • Let's set a time for our next team call. – This means choosing a specific time for the call to take place.

  • They set the deadline for Friday at noon. – This means they decided the task must be finished by that specific time.

--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": 52.16,
      "finishTimestamp": 54.64
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.48,
      "dialogue": {
        "text": "We should set specific times for these updates.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.98
    }
  ]
}