Back to Freecodecamp

Task 17

curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/655bd798ce91bd4861b69281.md

latest2.4 KB
Original Source
<!-- (Audio) Sarah: I'm looking at customer data to find patterns. We're trying to understand what our customers like and what they buy, but we're not having any luck at the moment. -->

--description--

Present Continuous tense is used for actions happening at the moment of speaking. For example, We're being successful with our marketing campaign. Notice how the verb to be was conjugated as being to demonstrate that this is true at the present moment.

Present Continuous can be used in negative forms to express that something is not happening. For example:

  • I'm not working today. - Here, the speaker explains that working is not happening.

  • They're not finding any solutions. - This shows that the action of finding solutions is not taking place.

--questions--

--text--

Are Sarah and her team being successful in their search for patterns in customer data?

--answers--

Yes, they are finding many interesting patterns.

--feedback--

Unfortunately for Sarah, that is not the case.


No, they are not having any luck at the moment.


Yes, they are not working on the project right now.

--feedback--

Sarah mentions they are looking at data but not finding patterns, not that they aren't working on it.


No, they are currently working on a different project.

--feedback--

Sarah says they are working on understanding customer data.

--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-2.mp3",
      "startTime": 1,
      "startTimestamp": 4.16,
      "finishTimestamp": 11.74
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.28,
      "dialogue": {
        "text": "I'm looking at customer data to find patterns.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 3.72,
      "finishTime": 8.58,
      "dialogue": {
        "text": "We're trying to understand what our customers like and what they buy, but we're not having any luck at the moment.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 9.08
    }
  ]
}