Back to Freecodecamp

Task 15

curriculum/challenges/english/blocks/learn-how-to-express-agreement-or-disagreement/661796e4635cd3eb1c8c78a4.md

latest2.6 KB
Original Source
<!-- (Audio) Brian: Well, here's what I think we could do. Why don't we allocate resources to both platforms equally? We could give equal priority to both the web app and the mobile app. -->

--description--

To allocate means to distribute or assign resources or responsibilities to different tasks or areas. For example, We need to allocate more funds to the marketing department.

Equally means in equal parts or amounts. In the context of decision-making, it refers to giving the same level of attention or resources to each option. Like saying, The team's time is divided equally between two projects.

Both is used to refer to two things or people together. It emphasizes that you are talking about two items as a pair. For instance, Both the laptop and the tablet need software updates.

--fillInTheBlank--

--sentence--

Well, here's what I think we could do. Why don't we BLANK resources to both platforms BLANK? We could give equal priority to BLANK the web app and the mobile app.

--blanks--

allocate

--feedback--

It means to distribute resources or efforts between the two platforms.


equally

--feedback--

It indicates that the resources will be divided in equal parts between the two platforms.


both

--feedback--

It emphasizes that the equal priority is given to two specific things: the web app and the mobile app.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 16.6,
      "finishTimestamp": 25.2
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.74,
      "dialogue": {
        "text": "Well, here's what I think we could do.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 2.88,
      "finishTime": 5.8,
      "dialogue": {
        "text": "Why don't we allocate resources to both platforms equally?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 6.1,
      "finishTime": 9.6,
      "dialogue": {
        "text": "We could give equal priority to both the web app and the mobile app.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 10.1
    }
  ]
}