Back to Freecodecamp

Task 17

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

latest2.0 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 answer the question below.

--questions--

--text--

What is the next step after the wireframes are ready?

--answers--

Start testing the back-end functionality.

--feedback--

Bob does not mention back-end testing in his response.


Finalize the wireframes with the design team.

--feedback--

Bob talks about what happens after the wireframes are ready, not about making changes to them.


Give the wireframes to the client for approval.

--feedback--

Bob does not mention a client or approval process.


Work with developers to build the front-end.

--video-solution--

4

--explanation--

Listen for key words that indicate the next step.

Once we have the wireframes – This signals that Bob is talking about what happens after they are ready.

Start collaborating with the developers – This shows that the next step involves working with developers.

Implement the front-end design – This confirms that the focus is on building the front-end.

--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
    }
  ]
}