Back to Freecodecamp

Task 63

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

latest1.5 KB
Original Source
<!-- (Audio) Brian: They weren't exactly big projects. Most of them were smaller scale, but it was a great learning experience. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

They BLANK exactly big projects. Most of them BLANK smaller scale, but it BLANK a great learning experience.

--blanks--

weren't

--feedback--

Brian uses this word to make a negative statement about the size of the projects.


were

--feedback--

This word describes the state or condition of the projects, indicating they existed in a certain way.


was

--feedback--

This word is used to describe the overall experience Brian had with the projects.

--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": 71.90
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 6.90,
      "dialogue": {
        "text": "They weren't exactly big projects. Most of them were smaller scale, but it was a great learning experience.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.40
    }
  ]
}