Back to Freecodecamp

Task 71

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

latest1.6 KB
Original Source
<!-- (Audio) Alice: I'm mostly self-taught and I took a lot of online courses. -->

--description--

Most is an adjective you can use to talk about the biggest part of something. For example:

We completed most of our work before lunch. - This means a group finished the biggest part of their work.

Mostly is an adverb. You use it to talk about what something is like most of the time. For example:

The office is mostly quiet in the mornings.- This means that usually, in the mornings, the office is quiet.

So, most talks about a big part of something, and mostly tells you what usually happens or what something is like most of the time.

--fillInTheBlank--

--sentence--

I'm BLANK self-taught and I took a lot of online courses.

--blanks--

mostly

--feedback--

This word is used as an adverb to describe the main way Alice learned how to code.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 8.00,
      "finishTimestamp": 10.82
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.82,
      "dialogue": {
        "text": "I'm mostly self-taught and I took a lot of online courses.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 4.32
    }
  ]
}