Back to Freecodecamp

Task 52

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

latest1.7 KB
Original Source
<!-- (Audio) Bob: That's a productive break, Sarah. Are you finding the courses helpful? -->

--description--

Productive means getting a lot of good work done, or using time in a useful way. For example:

I had a productive morning and finished three reports. - This means the morning was used well to complete work.

Helpful means giving support or making a situation easier for someone. For example:

Her advice was very helpful for my project. - This means the advice made the project easier to do.

--fillInTheBlank--

--sentence--

That's a BLANK break, Sarah. Are you BLANK the courses BLANK?

--blanks--

productive

--feedback--

This adjective means Sarah is using her time well.


finding

--feedback--

Bob uses this verb to ask Sarah how she feels about the courses. It ends in -ing.


helpful

--feedback--

This adjective means something is useful or beneficial.

--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": 17.76,
      "finishTimestamp": 21.32
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.56,
      "dialogue": {
        "text": "That's a productive break, Sarah. Are you finding the courses helpful?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.06
    }
  ]
}