Back to Freecodecamp

Task 83

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e53d4cbe247b9d039f2c2.md

latest1.7 KB
Original Source
<!-- (audio) Linda: So, what do we have to comply with in our projects? -->

--description--

To comply with means to act according to a rule, order, or request. The verb comply is almost always followed by with to indicate what needs to be followed. For example:

Companies must comply with environmental regulations. - This means businesses must follow rules about protecting the environment.

--questions--

--text--

What does it mean to comply with something in a project?

--answers--

To ignore project guidelines.

--feedback--

Comply with is about following guidelines, not ignoring them.


To follow the rules and requests.


To create new rules for the project.

--feedback--

Comply with is about following existing rules, not creating new ones.


To discuss project plans with friends.

--feedback--

Comply with refers to adhering to project standards, not informal discussions.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Linda",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 24.08,
      "finishTimestamp": 26.52
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.44,
      "dialogue": {
        "text": "So, what do we have to comply with in our projects?",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 3.94
    }
  ]
}