Back to Freecodecamp

Task 27

curriculum/challenges/english/blocks/learn-how-to-share-your-progress-in-weekly-stand-up-meetings/6579db53194a7c0f617943ac.md

latest1.4 KB
Original Source
<!-- (Audio) Bob: Excellent. Let's set up a time for our code review session. -->

--description--

The phrase set up means to arrange or schedule, often used in planning meetings. Session refers to a period allocated for a specific activity, like a code review session, which is a dedicated time for reviewing code.

--fillInTheBlank--

--sentence--

Excellent. Let's BLANK up a time for our code review BLANK .

--blanks--

set

--feedback--

It means to arrange or plan something, here referring to scheduling a review time.


session

--feedback--

It is a meeting or period planned for a specific purpose, such as reviewing code.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 40.06,
      "finishTimestamp": 42.68
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.62,
      "dialogue": {
        "text": "Excellent. Let's set up a time for our code review session.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.12
    }
  ]
}