Files
freeCodeCamp/curriculum/challenges/english/21-a2-english-for-developers/learn-conversation-starters-in-the-break-room/657cebddc542e05459add214.md
T
2025-03-17 18:57:18 +00:00

1.6 KiB

id, title, challengeType, dashedName
id title challengeType dashedName
657cebddc542e05459add214 Task 69 22 task-69

--description--

To schedule means to arrange for an event or activity to take place at a specific time. It's like making an appointment or setting up a time for something.

For example: I schedule my doctor's appointments for the first thing in the morning.

--instructions--

Listen to the audio to complete the sentence below.

--fillInTheBlank--

--sentence--

She BLANK team meetings every Monday morning to plan the week ahead.

--blanks--

schedules

--feedback--

This verb is used to talk about planning or arranging a meeting or event for a certain time. It's like making a plan for when something will happen.

--scene--

{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 34.34,
      "finishTimestamp": 37.42
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.08,
      "dialogue": {
        "text": "She schedules team meetings every Monday morning to plan the week ahead.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.58
    }
  ]
}