Back to Freecodecamp

Task 56

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

latest1.8 KB
Original Source
<!-- (Audio) Sarah: Absolutely. I'm learning new skills that I believe will be valuable in my future projects. By the way, what's keeping you busy these days? -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sarah say about her current activities and what question does she ask?

--answers--

She is taking a break from work and asks about recent news.

--feedback--

Sarah does not ask about recent news.


She is learning skills for future projects and asks what Bob is doing.


She is working on a big project and wants to know if Bob is also busy.

--feedback--

Sarah does not mention working on a big project.


She is planning future projects and asks if Bob has any free time.

--feedback--

Sarah does not mention planning future projects.

--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": 21.78,
      "finishTimestamp": 29.18
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.8,
      "dialogue": {
        "text": "Absolutely. I'm learning new skills that I believe will be valuable in my future projects.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 6.28,
      "finishTime": 8.40,
      "dialogue": {
        "text": "By the way, what's keeping you busy these days?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 8.90
    }
  ]
}