Back to Freecodecamp

Task 70

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

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

--description--

Mostly is used to indicate that something is true to a large extent but not completely. It suggests that while other factors or methods may be involved, the primary aspect is what is mentioned. For example:

The app is mostly used by students. - This means students are the main users, but other people also use it.

--questions--

--text--

In Alice's statement, what does mostly suggest about her way of learning?

--answers--

She only learned through formal education.

--feedback--

Mostly implies a greater emphasis on self-teaching rather than exclusive formal education.


She didn't learn anything on her own.

--feedback--

The use of mostly indicates a significant amount of self-learning, not an absence of it.


She learned equally through self-teaching and formal courses.

--feedback--

Mostly suggests a greater emphasis on one method over an equal balance.


Her learning was primarily through her own efforts, with some formal courses.

--video-solution--

4

--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
    }
  ]
}