Back to Freecodecamp

Task 62

curriculum/challenges/english/blocks/learn-how-to-ask-and-share-about-educational-and-professional-background/657b223e41ce6b9f9a01d214.md

latest1.2 KB
Original Source
<!-- (Audio) Brian: They weren't exactly big projects. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

They BLANK BLANK big projects.

--blanks--

weren't

--feedback--

It's the negative form of were, used to say something was not true or did not happen.


exactly

--feedback--

This word is used to emphasize the statement, suggesting the projects were not precisely big.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 66.00,
      "finishTimestamp": 67.74
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.74,
      "dialogue": {
        "text": "They weren't exactly big projects.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3.24
    }
  ]
}