Back to Freecodecamp

Task 27

curriculum/challenges/english/blocks/learn-how-to-discuss-your-morning-or-evening-routine/6557d782bc7613c06aa7dafd.md

latest2.1 KB
Original Source
<!-- (Audio) James: An early coffee and then breakfast. I had never thought of that. -->

--description--

The word never is an adverb used to mean "not at any time" or "not ever". It's often used to talk about things that someone doesn't do or hasn't done. For example:

  • I have never been to Australia. - This means the person has not visited Australia at any time.

  • She never eats fast food. - This means she does not eat fast food at any time.

The word thought is the past tense of think. Thought of that means to have considered or come up with an idea in the past. For example:

I thought of going to the beach, but it was too cold. - This means the person considered going to the beach.

--questions--

--text--

What does James mean by saying I had never thought of that?

--answers--

He had not considered that idea before


He frequently thinks about that

--feedback--

Never indicates the absence of an action or thought, so it means he had not thought about it, not that he frequently does.


He always avoids thinking about that

--feedback--

Never thought of that means he hadn't considered it, not necessarily that he actively avoids it.


He occasionally thinks about that

--feedback--

Never suggests it hasn't happened at any time, so it's not about occasional thoughts.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "James",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 48.56,
      "finishTimestamp": 52.10
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.54,
      "dialogue": {
        "text": "An early coffee and then breakfast. I had never thought of that.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.04
    }
  ]
}