Back to Freecodecamp

Task 18

curriculum/challenges/english/blocks/learn-how-to-express-agreement-or-disagreement/6617994636fa13f16060b12b.md

latest2.7 KB
Original Source
<!-- (Audio) Sarah: I still think we should dedicate more time to the web app, but I see where you're coming from, Brian. I think we can try giving equal priority for a while. -->

--description--

This task helps you understand and use still, dedicate, and priority in a professional setting.

Still is used to indicate that something is continuing or hasn't changed. For example, I still need to finish that report means the task is ongoing.

To dedicate means to devote time or resources to a particular task or purpose. For instance, We need to dedicate more staff to customer service suggests focusing more team members on that area.

Priority refers to the importance given to something that needs to be done or dealt with first. Saying Making our website user-friendly is a priority means that it's an important focus.

Understanding these terms is key for discussing work plans and responsibilities.

--fillInTheBlank--

--sentence--

I BLANK think we should BLANK more time to the web app, but I see where you're coming from, Brian. I think we can try giving equal BLANK for a while.

--blanks--

still

--feedback--

It indicates that Sarah continues to believe more focus is needed on the web app despite the ongoing discussion.


dedicate

--feedback--

In this context, it means allocating or devoting more effort or resources to the web app.


priority

--feedback--

It means the level of importance or focus, with Sarah suggesting to balance it between the web and mobile apps.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 25.76,
      "finishTimestamp": 32.3
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.26,
      "dialogue": {
        "text": "I still think we should dedicate more time to the web app,",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 3.28,
      "finishTime": 4.76,
      "dialogue": {
        "text": "but I see where you're coming from, Brian.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 5.4,
      "finishTime": 7.54,
      "dialogue": {
        "text": "I think we can try giving equal priority for a while.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 8.04
    }
  ]
}