Back to Freecodecamp

Task 16

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67a753003a67e1e802515993.md

latest2.4 KB
Original Source
<!-- (Audio) Bob: Exactly. Once we have the wireframes, we can start collaborating with the developers to implement the front-end design. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Exactly. Once we have the wireframes, we can start BLANK with the developers to BLANK the BLANK.

--blanks--

collaborating

--feedback--

This word means working together with others on a project. It ends with -ing.


implement

--feedback--

This verb means to put a plan or idea into action.


front-end design

--feedback--

This two-word phrase refers to the visual and interactive part of a website or application. The first word is a compound word. Remember to use -.

--explanation--

Collaborating means working with others to achieve a common goal. It is often used in teamwork or project-based work. For example:

The designers and developers are collaborating to improve the user experience. – This means they are working together to make the interface more user-friendly.

Implement means to put a plan or decision into action. For example:

The team will implement a new authentication system next month. – This means they will set up and start using a new way for users to log in.

Front-end design refers to the part of a website or app that users interact with directly. For example:

The front-end design of the app was updated to make it more modern and intuitive. – This means the visual and interactive elements were changed to improve the user experience.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-1.mp3",
      "startTime": 1,
      "startTimestamp": 14.66,
      "finishTimestamp": 20.52
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 6.86,
      "dialogue": {
        "text": "Exactly. Once we have the wireframes, we can start collaborating with the developers to implement the front-end design.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.36
    }
  ]
}