Back to Freecodecamp

Task 51

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

latest2.3 KB
Original Source
<!-- (Audio) Sarah: I'm attending online courses in data visualization, and I'm also exploring creative writing. It's a bit different from my usual work, but I'm enjoying the change. -->

--description--

Different from is a phrase you use to show that two things are not the same. For example:

  • My phone is different from yours. - This means the two phones are not the same.

  • Her job is different from mine. - This means her job and your job are not the same.

Notice that different is the adjective, and it is usually followed by from in this structure.

--questions--

--text--

What makes Sarah's current studies special, and how does she feel about them?

--answers--

They are more difficult than her regular work, and she is finding it hard.

--feedback--

Sarah mentions that the studies are different and enjoyable, not necessarily more difficult or hard.


They are different from what she usually does but she is enjoying the change.


They are similar to her regular work, and she feels indifferent.

--feedback--

Sarah describes her studies as different from her usual work, and she's happy about it.


They are entirely unrelated to her career, and she regrets the change.

--feedback--

Sarah expresses enjoyment in the change.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.3-5.mp3",
      "startTime": 1,
      "startTimestamp": 9.06,
      "finishTimestamp": 17.16
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.68,
      "dialogue": {
        "text": "I'm attending online courses in data visualization, and I'm also exploring creative writing.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 6.08,
      "finishTime": 9.10,
      "dialogue": {
        "text": "It's a bit different from my usual work, but I'm enjoying the change.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 9.60
    }
  ]
}