Back to Freecodecamp

Task 57

curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/656a4d1943d8f24c030ded74.md

latest1.8 KB
Original Source
<!-- (Audio) Bob: Well, I'm not currently working on any major data analysis projects either. -->

--description--

When someone uses either at the end of a negative sentence, it means the same situation applies to them too. For example:

I don't like carrots. My sister doesn't like them either. - Here, either means both the speaker and their sister don't like carrots.

--questions--

--text--

What does Bob imply with the sentence I'm not currently working on any major data analysis projects either?

--answers--

He implies that he is working on different projects.

--feedback--

Bob is saying he is not working on major data projects, just like Sarah.


He implies that he has finished all his data projects.

--feedback--

Bob does not say that he has finished all of his projects.


He implies that he is busy with many projects.

--feedback--

Bob indicates that, like Sarah, he is not involved in major data projects currently.


He implies that he is also not engaged in big data projects.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.3-5.mp3",
      "startTime": 1,
      "startTimestamp": 29.38,
      "finishTimestamp": 33.48
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.10,
      "dialogue": {
        "text": "Well, I'm not currently working on any major data analysis projects either.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.60
    }
  ]
}