Back to Freecodecamp

Task 29

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

latest1.6 KB
Original Source
<!-- (Audio) Bob: When is best for you? -->

--description--

Bob wants to know Sophie's availability to schedule the code review session, a common question in professional settings to coordinate activities based on team members' schedules.

--questions--

--text--

What does Bob want to find out with his question?

--answers--

Sophie's opinion on the best code practices

--feedback--

Bob is inquiring about timing, not code practices.


The time that works best for Sophie for the review session


If Sophie can lead the review session

--feedback--

Bob's question is about finding a suitable time, not about leadership roles.


The details of Sophie's coding problem

--feedback--

Bob is asking about Sophie's availability, not the details of her coding issue.

--video-solution--

2

--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": 42.82,
      "finishTimestamp": 44.02
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.2,
      "dialogue": {
        "text": "When is best for you?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 2.7
    }
  ]
}