Back to Freecodecamp

Task 6

curriculum/challenges/english/blocks/learn-how-to-express-agreement/678033a501bb6d3e2fc0eb50.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: I was thinking we should aim to have the initial prototype ready in four weeks. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I was thinking we should aim to have the BLANK BLANK ready in four weeks.

--blanks--

initial

--feedback--

The first or earliest version of something.


prototype

--feedback--

What is an early version of a product called? This version is often created for testing or presenting ideas.

--explanation--

Initial prototype refers to the first version of a product or project created for testing or presenting ideas. For example:

The initial prototype helped the team understand what changes were needed. - This means the first version was used to identify improvements.

--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": 4.48,
      "finishTimestamp": 8.3
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.82,
      "dialogue": {
        "text": "I was thinking we should aim to have the initial prototype ready in four weeks.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.32
    }
  ]
}