Back to Freecodecamp

Task 32

curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65b78da7683e2cb7061d0021.md

latest1.8 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: Those are very positive things you've just said. I'm excited we have someone like her in our company. I'd love to chat with her sometime and learn from her experiences. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What does Sophie say about the things that were mentioned?

--answers--

They are not important.

--feedback--

Describing the things as very positive suggests they are important, not unimportant.


They are negative.

--feedback--

Sophie actually describes the things as very positive, not negative.


They were said a long time ago.

--feedback--

The use of just indicates that the things were said recently, not a long time ago.


They are very positive and were said recently.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 36.22,
      "finishTimestamp": 43.66
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 5.52,
      "dialogue": {
        "text": "Those are very positive things you've just said. I'm excited we have someone like her in our company.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 5.92,
      "finishTime": 8.44,
      "dialogue": {
        "text": "I'd love to chat with her sometime and learn from her experiences.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 8.94
    }
  ]
}