Back to Freecodecamp

Task 71

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657cece074e011590731dee2.md

latest1.8 KB
Original Source
<!-- (audio) Sophie: She schedules team meetings every Monday morning to plan the week ahead. -->

--description--

When you have meetings to plan ahead, it means you discuss and decide on things that will happen in the future. It helps everyone know what to do before things happen. For example:

  • He plans ahead for his meetings every week. - He organizes his meetings before they happen.

  • Plan ahead if you want to finish the project on time. - Prepare early to finish the project before the deadline.

--questions--

--text--

According to Sophie, why does Maria hold team meetings on Mondays?

--answers--

To plan the past week.

--feedback--

This would be looking back, not planning for what is coming.


To plan a break.

--feedback--

A meeting to plan a break is not about planning work.


To plan the work for the coming week.


To start work late on Mondays.

--feedback--

Starting work late is not related to planning or meetings.

--video-solution--

3

--scene--

json
{
  "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
    }
  ]
}