Back to Freecodecamp

Task 12

curriculum/challenges/english/blocks/learn-how-to-express-agreement/679b73bd4f95b4048fe6f9b9.md

latest1.9 KB
Original Source
<!-- (Audio) Linda: We can work on the design sketches this week and then move on to wireframes. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We can work on the design BLANK this week and then move on to BLANK.

--blanks--

sketches

--feedback--

This word in the plural form refers to rough drawings or drafts.


wireframes

--feedback--

This word in the plural form refers to basic layouts or structures of a design.

--explanation--

A sketch is a rough drawing used to plan or visualize an idea. For example:

She made a quick sketch of the website layout before designing it digitally. – This means she created a simple drawing before starting the actual design.

A wireframe is a simple outline or blueprint of a digital design, showing structure without details. For example:

The team created wireframes to plan the website's navigation before adding colors and images. – This means they first designed a basic structure before working on the visual details.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-1.mp3",
      "startTime": 1,
      "startTimestamp": 11.36,
      "finishTimestamp": 14.5
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 4.14,
      "dialogue": {
        "text": "We can work on the design sketches this week and then move on to wireframes.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.64
    }
  ]
}