Back to Freecodecamp

Task 5

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/67fe50c070bcf6e80b6e5541.md

latest2.3 KB
Original Source
<!-- (Audio) Bob: Sarah, can you tell me how often the team currently discusses back-end development? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Sarah, can you tell me how BLANK the team currently discusses BLANK development?

--blanks--

often

--feedback--

This refers to how frequently something happens.


back-end

--feedback--

This refers to the part of software or a system that handles data and operations behind the scenes, usually on a server.

--explanation--

How often is used to ask about the frequency of an action or event, meaning how many times or how regularly something happens. For example:

How often do you check your email? – This means asking how frequently the person checks their email, such as once a day, every few hours, etc.

Back-end development refers to the part of software development that deals with the server side, databases, and how the application handles data and user requests behind the scenes. For example:

The back-end development of the app involves setting up the database and writing server-side code. – This means that back-end development includes tasks like database management and server-side coding, which are essential for making the app function properly.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-1.mp3",
      "startTime": 1,
      "startTimestamp": 10.72,
      "finishTimestamp": 15.2
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.88,
      "dialogue": {
        "text": "Sarah, can you tell me how often",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 2.88,
      "finishTime": 5.48,
      "dialogue": {
        "text": "the team currently discusses back-end development?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.98
    }
  ]
}