Back to Freecodecamp

Task 2

curriculum/challenges/english/blocks/learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects/6613d0773359964ab8812659.md

latest1.8 KB
Original Source
<!-- (Audio) Sarah: Brian, it's time to discuss our plans for the upcoming project. What do you think we should do? -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

According to Sarah, what is it time for them to do?

--answers--

To start working on the project immediately

--feedback--

Sarah mentions discussing plans, not starting the work right away.


To take a break from work

--feedback--

Taking a break is not mentioned. Sarah's focus is on planning for the upcoming project.


To review the work completed on the project

--feedback--

Reviewing completed work is not the focus; Sarah is prompting a discussion on future plans.


To discuss plans for the upcoming project

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 5.7
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.52,
      "dialogue": {
        "text": "Brian, it's time to discuss our plans for the upcoming project.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 5.36,
      "finishTime": 6.7,
      "dialogue": {
        "text": "What do you think we should do?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 7.2
    }
  ]
}